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:
Bubble sort running:
Bubble sort on completion:
Heap sort in action:
Quick Sort in action:
Selection sort in action: