- for CSC 340 Programming Methodologies
- uses a hashmap for more efficient finding of nodes based on key
- implements testing via GTest See test_main.cc
git clone https://github.com/bilkoh/Milestone1DoublyLinkedList
Run these commands in the main directory:
cmake -B build -S .
cmake --build build
You can then run the binary in linux:
./build/Milestone1
Or in Windows:
.\build\Debug\Milestone1.exe