Skip to content

Repository files navigation

Sorting Visualizer

The app focuses on smooth, understandable sorting animations with runtime controls for learning and experimentation.

image

What This Project Includes

  • OOP sorting engine with a base algorithm class and per-algorithm implementations.
  • Algorithms: Bubble, Selection, Insertion, Merge, Quick, Counting and Radix.
  • Interactive controls for algorithm choice, array size, speed, pause/resume and stop.
  • Live speed updates during sorting.

Run

Install dependencies:

yarn

Start development server:

yarn dev

Build production bundle:

yarn build

About

Interactive sorting visualizer with smooth animations, multiple algorithms and live controls for array size, speed, pause/resume and stop.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages