Skip to content

A web app that allows you to visualize the different steps that famous sorting algorithms implement, in order to better understand how they work

Notifications You must be signed in to change notification settings

lucasnaury/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting visualizer

In progress...

This web app lets you select which algorithm you want to visualize as well as the size of the array you want to sort.
Then, you can start the process, and see each step that the algorithm performs. This allows you to understand better how each algorithm works, and its specificities.

It was built using VueJS 3, JS, SCSS. I also used Pinia as the store to share data between Vue components, as well as the localStorage API to keep some parameters for the next visit.

About

A web app that allows you to visualize the different steps that famous sorting algorithms implement, in order to better understand how they work

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published