For Homework 2, we will be implementing an unordered list.
Links
To install GTests on your hub instances and enable local test development, run:
sudo apt-get install -y libgtest-dev libgmock-dev
Each homework submission will follow the same general pattern and should always have the following folder structure:
.
├── CMakeLists.txt
├── gtest
│ └── <CLASSNAME>_gtests.cpp
└── src
├── main.cpp
├── <CLASSNAME>.cpp
└── <CLASSNAME>.h
All submissions are done on GradeScope.
On GradeScope, go into your Account Settings, and link your GitHub account to GradeScope.
Then on the course GradeScope, go to the Homework 2 assignment, press the Submit button, choose the GitHub option, and select your project and branch.