Skip to content

otson/Sorting-Algorithm-Visualizer

Repository files navigation

Sorting Algorithm Visualizer

Visually demonstrates implementations of various sorting algorithms.

These include:

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Quicksort

Live Demo

https://otson.github.io/Sorting-Algorithm-Visualizer/

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.