Skip to content

https-sam/algorithm-visualizer

Repository files navigation

Welcome to Algo visualizer!

This is a website that visualizes sorting algorithms with interactive components.

Demo

  • Observer Pattern
  • Strategy Pattern
  • Singleton Pattern
  • Dark / Light Theme
  • Local Storage for option configurations
  • Animations

Sorting Algorithms

  • Radix Sort
  • Heap Sort
  • Quick Sort
  • Merge Sort
  • Shell Sort
  • Selection Sort