Skip to content

MohamedMahmoudHassan/Sorting-Algorithms-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Algorithms-Visualizer

As the name suggests, It's a sorting algorithms visualization tool which is not new idea but I wanted to create some react apps that related to algorithms.

I guess it can be great educational tool as it shows every step of the involved sorting algorithms, and has multiple options that makes it easier to know more about algorithms and compre between them.

The implemented algorithms:

  • Bubble sort.
  • Selection sort.
  • insertion sort.
  • Merge sort.
  • Quick Sort.
  • Heap sort.

You can access the app here:

https://mohamedmahmoudhassan.github.io/Sorting-Algorithms-Visualizer/