Front Pages
Front Pages
1. To Analyze and Understand Different types of data structures like arrays and its application.
2. To Evaluate Stacks, Queues and their different applications like infix to postfix conversion.
3. To Analyze different Tree, Type of tree like AVL Tree, B Tree and their applications.
4. To Solve problems involving Graphs data structures and different Graph traversing algorithms.
5. To Analyze different Searching and Sorting Algorithms and hashing algorithms.
Course Outcomes
1. Students will be able to understand basic data structures such as arrays, strings, and linked lists.
2. Students will be able to evaluate Stacks, Queues and their different applications like infix to
postfix conversion.
3. Students will be able to analyze different Tree data structures and its applications.
4. Students will be able to solve problems involving Graphs data structures and different Graph
traversing algorithms.
5. Students will be able to analyze different Searching and Sorting Algorithms and hashing
algorithms.
Acropolis Institute of Technology & Research, Indore
Department of Computer Science & Engineering (Data Science)
List of Assignments
Data Structure (CD-303)
Date Faculty
S. of Sign
Questions
No Subm with
ission date.
Assignment No. 1
22 Differentiate between Depth first search and Breadth first search algorithm?
23 Explain Kruskal’s algorithm for shortest path with the help of suitable examples.