idebbarh / sort-visualizer

A Sort Visualiser is a tool that allows users to see how different sorting algorithms work by visualizing the process of sorting a list of items. It is implemented using React and includes a number of different sorting algorithms such as Selection Sort, Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, and Heap Sort.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sort Visualizer

The Sort Visualizer is a tool that allows users to see how different sorting algorithms work by visually displaying the step-by-step process of sorting a list of items. It is implemented using React and includes a variety of sorting algorithms such as Selection Sort, Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, and Heap Sort.

Features

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

Try it out: https://sort-vis-ismail.netlify.app/

About

A Sort Visualiser is a tool that allows users to see how different sorting algorithms work by visualizing the process of sorting a list of items. It is implemented using React and includes a number of different sorting algorithms such as Selection Sort, Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, and Heap Sort.


Languages

Language:JavaScript 82.6%Language:CSS 15.0%Language:HTML 2.4%