M.Tech 1st Sem: Advanced Data Structures Lab Experiments
VerifiedAdded on 2021/03/15
|46
|7009
|239
Practical Assignment
AI Summary
This document presents the lab assignments completed by Hardika Jadeja for the Advanced Data Structures course (203202102) at Parul University, Faculty of Engineering & Technology, during the M.Tech 1st semester of the academic year 2020-21. The assignments cover a range of fundamental data structures and algorithms, including factors influencing space complexity, factorial calculation (recursive and non-recursive), parenthesis matching using stacks, implementation of insertion and deletion in AVL trees, tree traversal algorithms (inorder, preorder, postorder), divide and conquer method for finding minimum and maximum, breadth-first search (BFS), depth-first search (DFS), minimum spanning tree using Kruskal's and Prim's algorithms, and string matching algorithms (Rabin-Karp and Boyer Moore). Each experiment includes the aim, program code written in C, and the corresponding output, demonstrating a practical understanding of these core concepts. The document serves as a comprehensive record of the student's laboratory work and provides valuable insights into the practical application of advanced data structures.
1 out of 46