Task for Algoritms & Data Structures course on second year Computer Science program at UCU
This project mains to compare 4 sorting algorithms(insertion sort, selection sort, merge sort, and shell sort) in 4 cases(array with random numbers, array sorted in increasing order, array sorted in decreasing order, and array with many simillar elements)
$ git clone https://github.com/hannusia/sorting_algorithms.git
$ cd sorting_algoritms
$ pip install -r requirements.txt
MIT License