In this project, I implemented some greedy and dynamic algorithms as part of my course work for Advanced Algorithm Design. The following algorithms were implemented:
- Kruskal's Algorithm
- Knapsack dynamic algorithms
- Binary Search Tree
- Dijkstra Algorithm