Skip to content

hannusia/sorting_algorithms

Repository files navigation

sorting_algorithms

Task for Algoritms & Data Structures course on second year Computer Science program at UCU

Description

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)

Installation

$ git clone https://github.com/hannusia/sorting_algorithms.git
$ cd sorting_algoritms
$ pip install -r requirements.txt

License

MIT License

About

Task from Algoritms&Data Structures course from second year Computer Science program at UCU

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages