110412130 DATA STRUCTURE LAB ( 1 Crd.Hrs )

Pre-Requisites : 240112031

This lab course is used to design and analyze simple linear and nonlinear data structures. It helps the students to propose, analyze, design and apply the suitable data structure for the given problem. It will focus on applying the fundamentals of data structure. It fixes their knowledge and refined the principles of data structures. The lab will cover the practical side of the basic data structures such as linked list, doubly linked list, stacks, queues, lists, binary trees and searching. It will focus on both implementing the data structure using array and linked list. The students are enabled to design and implement the basic operations such as (insertion, deletion, search, find-min and find-max, etc…) on the data structure.