Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 465 Bytes

File metadata and controls

11 lines (8 loc) · 465 Bytes

Sorting-Algorithms-Visualization

This is a web application which illustrates the sorting process of some major sorting algorithms such as bubble sort, quick sort, merge sort and heap sort. For this project I used vanilla javascript without making use of any framework.

You can find my app here: https://chrisbelefantis.github.io/Sorting-Algorithms-Visualization

How my app looks