Skip to content

pandaman176/CSC3060-Project3

Repository files navigation

CSC3060 Spring 2026 Project 3: Code Scheduling

For a full description of the project, see the project handout at csc3060_spring2026_project3_cs.pdf

If you see any issues with the instruction or code, please feel free to raise a GitHub issue or open a pull request with a fix.

Setup

Environment

  • CMake 3.14 or higher version
  • Compiler should support C++17 (GCC 7+, Clang 5+, MSVC 2017+)
mkdir build
cd build
cmake ..
make -j4

Run unit tests

cd build
ctest                        # run all test
ctest -R Latency             # pattern matching "Latency"
ctest -V                     # verbose output
ctest -j4                    # parallel execution

Initially, all tests should fail with before you implement the function

Reference

License

MIT License

About

A minimal educational implementation of code scheduling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors