/multisort

Animated sorting in Python.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

multisort

Animated sorting in Python.

bubble sort

Includes the following sort algorithms:

  • Bubble Sort
  • Count Sort
  • Heap Sort
  • Insertion Sort
  • Merge Sort
  • Selection Sort
  • Shell Sort
  • Quick Sort