These are implementations of some well-known Algorithms from the "Introduction to Algorithms" book by CLRS.
For running a C++ program, use -
g++ -o <target_file> <cpp_file>
g++ -o <target_file> <cpp_file> -std=c++1y (for c++14 programs)
./target_file