This repo is part of my software engineering course at ALX. In it, I have implemented various sorting algorithms such as:
- Bubble sort
- Insertion sort
- selection sort
- quick sort
- shell sort
- counting sort
- merge sort
- heap sort
- radix sort
- bitonic sort
To make any changes to the code in this repository, feel free to make a pull request.
This is fun