https://github.com/formiat/big_array_of_doubles_sorter
Console program that implements merge sort algorithm.
https://github.com/formiat/big_array_of_doubles_sorter
cmake console-application cpp limited-memory merge-sort restricted-memory sort sorting-algorithms
Last synced: 4 months ago
JSON representation
Console program that implements merge sort algorithm.
- Host: GitHub
- URL: https://github.com/formiat/big_array_of_doubles_sorter
- Owner: formiat
- Created: 2019-08-27T08:03:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T08:04:57.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T05:26:00.912Z (5 months ago)
- Topics: cmake, console-application, cpp, limited-memory, merge-sort, restricted-memory, sort, sorting-algorithms
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Big array of doubles sorter
CMake Console Project
Console application that implements merge sort algorithm.
Application should be called with command line parameters.
Parameters should be:
For generate:
1) <action> = '-g'
2) <output file name>
3) <quantity>For sort:
1) <input file name>
2) <output file name>
3) [<order>] = '-a' | '-d'
4) [<max ram usage in bytes>] >= 10485760