/Sorting-Algorithms

Explanations and comparisons for Insertion, Shell, Heap, Merge, and Quick sorts. Created for a IB paper in school

Primary LanguageJava

ABOUT
------------------------------------------
In this folder, there are:
Diagrams explaining how the algorithms work.
Java file with all 5 algorithms, ready to be tested.

Sorting algorithms compared:
Insertion
Shell
Heap
Merge
Quick