SORTING ALGORITHMS

SEE HOW THEY WORK

It is better to see it once then to hear about it a hundred times.

Sorting data (i.e. placing data into some particular order such as ascending or descending) is one of the most important computing applications. Virtually every organization must sort some data and in many cases massive amounts of data.

There are different sorting techniques. This website introduces you to some of them : Bubble Sort, Bucket Sort, Selection Sort, Merge Sort, Heap Sort and Quick Sort
If you have trouble visualizing things in order to understand how they work, this website is for you: along with the description of algorithms it offers animation showing the sorting process.

Choose sorting algorithm from below:

Questions or comments? Send me an e-mail