- A sorting algorithm visualizer, made with javascript.
- Bubble sort
- Selection sort
- Insertion sort (comming)
- Shell sort (comming)
- Quick sort (comming)
- Merge sort (comming)
- Heap sort (comming)
- Radix sort (comming)
Preview at - https://ignassimkunas.github.io/Sorting-Visualizer/
- Initial commit, almost no design, only bubble sort available.
- Added design, algorithm selection, fixed bugs, added selection sort.