Skip to content

gtalarico/python-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages