Skip to content

formiat/big_array_of_doubles_sorter

Repository files navigation

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