Skip to content

A framework in which you can implement sorting algorithms on lists and test them with a visual representation of the list. Here are the lists visualized as a bar graph where each element in the list is a bar in the graph and the height of the bar represents the value of the element. Mutations on the list are immediately shown in the bar graph. A…

Notifications You must be signed in to change notification settings

wijtserekker/SortingAlgorithmVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

SortingAlgorithmVisualizer

A framework in which you can implement sorting algorithms on lists and test them with a visual representation of the list. Here are the lists visualized as a bar graph where each element in the list is a bar in the graph and the height of the bar represents the value of the element. Mutations on the list are immediately shown in the bar graph. Also when two elements are compared they are highlighted.

About

A framework in which you can implement sorting algorithms on lists and test them with a visual representation of the list. Here are the lists visualized as a bar graph where each element in the list is a bar in the graph and the height of the bar represents the value of the element. Mutations on the list are immediately shown in the bar graph. A…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages