This repository is a mini-project for Data Structures 2 course at "Faculty of Engineering, Alexandria University". WizardHat includes implementations of some popular sorting techniques with visual representations for the sake of comparing between the speed of processing. The included techniques are:
- Bubble sort
- Heap sort
- Insertion sort
- Merge sort
- Quick sort
- Selection sort
WizardHat, also, provides a visualization for the sorting techniques mentioned above .