/PyAlgo

Implementation of algorithms in Python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PyAlgo

Implementation of useful algorithms in Python3

List of Algorithms

  • 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