Skip to content

An application designed to visualize various sorting algorithms in action, including Insertion Sort, Bubble Sort, Quick Sort, Merge Sort, and Heap Sort, to aid in understanding their behaviour.

Notifications You must be signed in to change notification settings

nruizcano/sorting-algorithms-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms Visualizer

An application made to visualize various sorting algorithms in action to aid in understanding their behaviour.

Showcased Algorithms

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

Getting Started

  1. npm start to run the app in the development mode.
  2. Open http://localhost:3000 to view it in the browser.
  3. Click the different buttons to generate a new array and sort it with your desired algorithm.
  4. Use the slider to adjust the speed of the sorting animations.

About

An application designed to visualize various sorting algorithms in action, including Insertion Sort, Bubble Sort, Quick Sort, Merge Sort, and Heap Sort, to aid in understanding their behaviour.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published