Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 248 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 248 Bytes

sorts_compression_py

An assignment from PUT to compare execution time of sorting algorithms: Insertion Sort, Selection Sort, Heap Sort, Merge Sort for an array of integers generated in the form: random, ascending, descending, constant, v-shaped.