Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.2 KB

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