STL basics workshop The excercse consists of refactoring each of the functions that can be found in the workshop directory. Tests are in tests directory. Building and running all tests mkdir build cd build cmake .. make make test