icon

Data Structures


Duration & Fee

120 Hours (2 Months)
Daily 2 Hours Theory class
Daily 1 Hour Lab
Validity is 2 Years
Tuition fee Rs:6000/-


Syllabus

Introduction to data structures, self referential structures, single, double and circular lists, stacks, queues, circular queues, de-queues, implementing using arrays and linked list, recursion , algorithm analysis, time and space complexity, Simulation of recursion and applications, polynomial representation, sparse matrices, general trees, binary trees, binary search trees AVL trees, threaded binar y trees, expression trees, B trees, B+ trees, B*trees, splay trees, Red & Black trees, sorting & searching p riority queues, hashing, graphs, representation of graphs, traversing of graphs, finding shortest path, and minimum spanning tree.


About Data Structures

Data Structures is the study of data, various structures and related efficient algorithms to organize data. In addition, it gives idea about space & time complexity of data and algorithm. Most of the real time applications need DS to handle the simple, complex & huge data in an efficient way. The library functions help to organize the code efficiently, whereas data structures tools helps to organize data efficiently. DS tools help to a great deal, while handling data in primary & secondary devices. Today data structures are providing a readymade tools for modern software industry. One can not implement application without knowing data structures; Hence , its study is most desired for a computer professional.