Projects

  • The starter code for each of the projects is provided in C.
  • If you need a review of C, please see this C Programming Review presentation by Jack Rosenthal.
  • There are a lot of bitwise operations in the code, and you will likely need to do some bitwise operations yourself. If you want a fun way of reviewing bitwise operations, try out the following Advent of Code problem and do it with only bitwise operations (not using string operations): https://adventofcode.com/2020/day/14