Repo for university project (homework)-Algorithms Group5
Programs should compile on Linux using the following flags:
g++ -std=c++14 -Werror -Wall -Wextra -DNDEBUG -O3 -pedantic something.cppNote: Remove the -W flags during development to reduce pain