/python-algorithms

Python Algorithms

Primary LanguagePython

Python Visual Algorithms

Motivation

  • Practice Algorithms
  • It's more fun when you can see them

Usage

$ python -m algos --help
$ python -m algos sort bubble
$ python -m algos sort selection --speed 0.2 --height 10 --width 10
$ python -m algos brackets "((((((())[])))"
  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Merge Sort
  • Heap Sort
  • Quick Sort
  • Bucket Sort

Screenshots

Bubble

bubble

Selection

selection

Insertion

insertion

Merge Sort

merge

Others

  • Brackets
  • Land & River

Resources

Similar Projects