Implement a sorting algorithm - HeapSort(ascending/descending)
- Algorithm's name
- Execution time
- Counters: swaps, comparisons
- Sorting result
- sort the input array
- sort in ascending order of sorted array in ascending order
- sort in descending order of sorted array in ascending order
- sort in ascending order of sorted array in descending order
- sort in descending order of sorted array in descending order
- 'cd' into folder where you want to store this repository
- Clone this repository with command 'git clone https://github.com/yeldmitrenko/Algorithms_Labs.git'
- Choose branch lab_1 with command 'git checkout lab_1'
- Go into folder with files with command 'cd Algorithms_Labs'
- run command 'python main.py'