Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 363 Bytes

SortViz

A sorting vizualizer for various sorting algorithms made using pygame.

Sorting algorithms implemented

  • Bubble sort
  • Selection sort
  • Insertion sort
  • Merge sort
  • Quick sort

Press the numbers from [1-5] to select a sorting algorithm

Press Enter to start sorting.

Sample images