Implementation of useful algorithms in Python3
- Graph Algorithms: Dijkstra, Ford Fulkerson, Dinic's Max Flow, Fenwick Tree, Minimum Cost Flow, Maximum Matching, Convex Hull
- Searching Sorting: Binary Search, Bubble Sort, Count Sort, Quick Sort, Selection Sort, Sequential Search , Shell Sort
- Miscelleanous Questions: 8-Queen Problem, Prime Numbers Sieve without Fancy generator