Algorithms cpp 11
1.0.0
To compile the algorithm the next line is used: g++ -std=c++0x algorithm.cpp -o prog -W
To run the compiled algorithm the next line is used: prog < Inputs/input_name
If it does not have an input file just "prog" is used instead