Skip to content

covicale/sorting-algorithms-visualizer

Repository files navigation

Sorting Algorithms Visualizer

Demo Preview

GitHub last commit GitHub issues GitHub pull requests GitHub

Sorting Algorithms Visualizer is a project made with Typescript and Next.JS that allows the user to visualize the following sorting algorithms step by step:

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Heap Sort
  • Merge Sort
  • Quick Sort
  • Radix Sort

The project was mainly created to learn how generators can be used to visualize the sorting algorithms step by step.

Try it out here.

License

MIT

About

Visualizer for sorting algorithms made with Typescript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published