/Sorting-Algo-Visualizer

A web app created to visualize the operations of various sorting algorithms.

Primary LanguageJavaScript

Sorting Algorithms Visualizer

Sorting Algorithms Visualizer is a web app created to visualize the operations of various sorting algorithms.

Test the web app out here!

Description

Motivation for this project was to create a vizualization tool to aid in the understanding of the operations of different sorting algorithms whilst learning React.js.

This application was bootstrapped with Create React App and built using React Hooks.

Implemented Algorithms

  • Bubble Sort
  • Selection Sort
  • Merge Sort
  • Insertion Sort

Future Features

  • More algorithms