Skip to content

rwywawn/SortingVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SortingVisualizer

A sorting visualizer to better understand how sorting algorithms work. Currently it includes visualizarion for quick sort, bubble sort, insertion sort, selection sort, heap sort, counting sort and merge sort.

NOTE: The time it takes for each algorithm to finish is not accurate since pauses are added when swapping and changing the value of items.

TODOs:

Add radix sort (LSD) + (MSD), add other Quick Sort: Hoare Partition Scheme

Allow configuring amount , width, color, etc of items sorted in the UI

Fix some small graphical bugs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published