/algorithms

Various algorithms implemented in Python

Primary LanguagePythonMIT LicenseMIT

Algorithms

Various algorithms implemented in Python mostly for academic purposes.

Sorting

Currently the following sort algorithms are available:

  • Mergesort
  • Straight-mergesort (non-recursive)
  • Quicksort
  • Bubblesort