This repository contains implementations of fundamental algorithms covered in the Design and Analysis of Algorithms course, crreated as a resource for students.
Language: Python
The implementations focus on the logic and practical application of standard algorithms across Sorting, Graph Theory, Greedy Methods, and Dynamic Programming.
- Fractional Knapsack
- Job Scheduling
- Breadth-First Search (BFS)
- Depth-First Search (DFS)
- Prim's Algorithm
- Kruskal's Algorithm
- Dijkstra's Algorithm
- Bellman-Ford Algorithm
- Clone the repository:
git clone [https://github.com/A-Rahil/DA-Algorithms.git](https://github.com/A-Rahil/DA-Algorithms.git)