2. Place all .cpp and .h files in a folder or leave them in current folder. Compile all files into an executable using the following
g++ *.cpp *.h -o run.exe
3. Now place one of the example file in the sample-input folder in the same folder as the executable (run.exe)
Next type
./run.exe [name of input file]
If you want multiple solutions add the tag "all" after the name of the input file