CB19241-Data Structures and Algorithms-Syllabus
CB19241-Data Structures and Algorithms-Syllabus
Objectives:
To learn linear and non-linear data structures.
To recognize and distinguish the applications of various linear and non-linear data structures.
To analyse the concepts of tree and graph data structures.
To be able to incorporate various searching and sorting techniques in real time scenarios.
To understand the concept of files and its operations.
List of Experiments
1 Towers of Hanoi using user defined stacks.
2 Reading, writing, and addition of polynomials.
3 Line editors with line count, word count showing on the screen.
4 Trees with all operations.
5 All graph algorithms.
6 Saving / retrieving non-linear data structure in / from a file.
Contact Hours : 60
Total Contact Hours : 105
Course Outcomes:
Analyse the various data structure concepts.
Apply the different linear and non-linear data structures to problem solutions.
Critically analyse the various sorting algorithms.
Exemplify the concept of files and its operations.