Map-DataStructure An implementation of a map I did for a school assignment How to run (sorry no makefile): g++ -std=c++11 main.cpp Node.cpp StringMap.cpp