This repository contains the code for 5 sorting algorithms and a comparison of their performance.
The code is written in Python.
The following sorting algorithms are implemented:
- selection sort
- insertion sort
- bubble sort
- merge sort
- quick sort
To run the code, you need to have Python 3 installed on your computer.