Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICS 46 Homework 2

For Homework 2, we will be implementing an unordered list.

Links

Local GTests

To install GTests on your hub instances and enable local test development, run: sudo apt-get install -y libgtest-dev libgmock-dev

Submit to Gradescope

Each homework submission will follow the same general pattern and should always have the following folder structure:

.
├── .Analysis_46HW2.pdf
├── 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.

About

template for ICS46 HW2 Spring 2025

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages