DSA Unit3 Assignment[1]
DSA Unit3 Assignment[1]
AVL Trees
14.Implement an AVL Tree with insertion operation and display all
rotations.
Assignment
15.Write a function to check whether a given binary tree is height-
balanced.
Graph Applications
20.Implement Dijkstra’s Algorithm to find the shortest path from a source
node.
21.Implement Topological Sorting using Kahn’s Algorithm or DFS.
22.Implement Prim's and Kruskal’s Algorithm for Minimum Spanning Tree.
***THE END***