Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICS 46: Homework 7

Welcome to ICS 46 Homework 7! You will be implementing several different sorters.

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:

.
├── 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 6 assignment, press the Submit button, choose the GitHub option, and select your project and branch.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages