Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 643 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 643 Bytes

Algorithm Visualizations

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.

Features:

  • Books colored according to length
  • UI to select what algorithm to visualize (in progress)

Current algorithms

  • Bubblesort
  • Quicksort (in progress)

Future algorithms to implement

  • Merge sort
  • Insertion sort
  • Heap sort?
  • Radix sort?

To Use

  1. git clone https://github.com/rluedde/algorithm_viz (or just download repository)
  2. Open index.html in a web broswer!