Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 429 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 429 Bytes

The Sort Visualiser

The project is a tool to visualise popular sorting methods on arrays of varying lengths with varying speed. The project visualises the following sorting algorithms:

  1. Merge Sort
  2. Quick Sort
  3. Insertion Sort
  4. Bubble Sort

The project is up and running at https://sargamm.github.io/sort-visualiser/

This project was bootstrapped with Create React App.