https://github.com/tushev/ta_conditional_quicksort
Solution for trial assignment for the educational course
https://github.com/tushev/ta_conditional_quicksort
Last synced: 2 months ago
JSON representation
Solution for trial assignment for the educational course
- Host: GitHub
- URL: https://github.com/tushev/ta_conditional_quicksort
- Owner: tushev
- License: mit
- Created: 2019-10-10T17:55:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T13:31:59.000Z (almost 5 years ago)
- Last Synced: 2024-12-28T09:42:41.348Z (4 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage
Please specify input as stream, for example:`x64\Release\quicksort-task.exe < input.txt`
The correct result will be like
`3 6 9 18 27 78 312 1 2 4 5 7 8 31 55 64 112`
## Get it
https://github.com/tushev/ta_conditional_quicksort/releases/download/v1.0/quicksort-task.exe