Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 446 Bytes

File metadata and controls

23 lines (16 loc) · 446 Bytes

Welcome to Algo visualizer!

This project features visualization of sorting algorithms with completely customizable and easy animations.

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