Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 872 Bytes

File metadata and controls

27 lines (14 loc) · 872 Bytes

Sorting Visualizer

Checkout the app here.

What is it?

It provides a way of seeing how different types of sorting algorithms work.

How to use it?

Click on any of the algorithms buttons to start the sorting!

New array

You can generate new arrays of the same size as the one before.

Change size and speed of array (Slider)

As its name says, just drag and move the slider to increase or decrease array size and speed of the animations.

Sorting buttons

Just click on any of the sorting buttons to start the sorting animations! There is sorting algorithms by Merge, Selection, Bubble, Heap, Quick and Insertion.

Learn More

Sorting algorithms are so important in computer science so I'd recommend learning more by slowing the animation speed and seeing how the algorithms actually do the job.