Skip to content

urielrodriguez/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

Sorting algorithms visualizer written in Python and visualized with Matplotlib

Instructions

  • Run sorting.py (python sorting.py)
  • Select an algorithm to visualize (A list of the available algorithms will be provided, enter the number corresponding to the one you would like to visualize)
  • Enter the number of data units you would like to sort
  • For the Counting Sort visualizer, enter the range of the data units you would like to sort

Sorting Algorithms Visualized

  • Selection Sort
  • Merge Sort
  • Insertion Sort
  • Heap Sort
  • Quick Sort
  • Counting Sort

Examples

About

Sorting algorithms visualizer written in Python and visualized with Matplotlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages