This repository contains JavaScript Visualizations of various sorting algorithms implemented in Javascript and P5.js. The data being sorted are book lengths scraped from Hamilton Book.
- Books colored according to length
- UI to select what algorithm to visualize (in progress)
- Bubblesort
- Quicksort (in progress)
- Merge sort
- Insertion sort
- Heap sort?
- Radix sort?
git clone https://github.com/rluedde/algorithm_viz
(or just download repository)- Open
index.html
in a web broswer!