IADS 2021-22 Algorithm and Data structure collection

To contribute please make a new branch and make a pull request! Code will only be accepted in python, and please make sure to use type annotations when possible.
Current algorithms and data structures in repo:

  • Quick Sort
  • Floyd-Warshall (Including backtracking)
  • Seam-Carving
  • Coin Counting
  • Viterby Algorithm (Including backtracking)
  • Edit Distance (with string reconstruct borrowed from published solution)