Covicale / sorting-algorithms-visualizer

Visualizer for sorting algorithms made with Typescript

Home Page:https://sorting-algorithms-visualizer-kohl.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://sorting-algorithms-visualizer-kohl.vercel.app

License:MIT License


Languages

Language:TypeScript 98.6%Language:JavaScript 1.1%Language:CSS 0.3%