Skip to content

A web application that visualizes how popular sort algorithms work under the hood.

License

Notifications You must be signed in to change notification settings

Otanga-Otieno/Algorithms-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 

Repository files navigation

This web application aims to visualize how popular sort algorithms work.

You can check out the code in action at https://server.otanga.co.ke:3001/

The Algorithms that have been implemented so far are:

1. Bubble Sort
2. Heap Sort
3. Insertion Sort
4. Quick Sort
5. Selection Sort

The functions to visualize the algorithms are contained in index/src/pages/main.js


An overview of the landing page:

Alt text


Bubble sort running:

Alt text


Bubble sort on completion:

Alt text


Heap sort in action:

Alt text


Quick Sort in action:

Alt text


Selection sort in action:

Alt text


About

A web application that visualizes how popular sort algorithms work under the hood.

Resources

License

Stars

Watchers

Forks

Languages