An open API service indexing awesome lists of open source software.

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.

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