/////////////////////////////////// // READ ME // ///////////////////////////////////
-
For compilation use c++20 for the Sorter tool
-
An example for a compile and run command might look like the following:
-
g++ -std=c++20 main.cpp -o main
-
./main
-
The Sorter tool can take vector, array, and std::array as input
-
It can handle integers, strings, and characters
-
I have not yet tested double, long long, or float and the like
This makes sure that your compiler uses c++20.