Skip to content

diegoZarateFer/Sorting-Algorithms-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting algorithms visualizer.

Sorting algortihms are really fun!!!

  • In this app you can visualize some of the most popular sorting algortihms in real-time or choose two of them and compare them!
  • The project is deployed in here.

I hope you learn a lot using the app!

Have fun comparing different algortihms!

The app has two modes:

One algorithm mode.

In this mode you can visualize a single sorting algorithm in real time!!

image

Two algorithms mode.

In this mode you can choose two algorithms and visualize them side by side while they are sorting the same input.

image

Implemented algorithms.

✅ Bubble Sort.

✅ Insertion Sort.

✅ Selection Sort.

✅ Merge Sort.

✅ Quick Sort.

✅ Heap Sort.

Author

About

A React project to visualize and compare different sorting algortihms working in real time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors