Problem Set 3 - CS50x 2023
What to Do
- Log into cs50.dev using your GitHub account
- Run
update50
in your codespace’s terminal window to ensure your codespace is up-to-date and, when prompted, click Rebuild now - Submit Plurality
- Submit one of:
If you submit both Runoff and Tideman, we’ll record the higher of your two scores.
When to Do It
Advice
Try out any of David’s programs from class via Week 3’s sandboxes.
If you see any errors when compiling your code with
make
, focus first on fixing the very first error you see, scrolling up as needed. If unsure what it means, try askinghelp50
for help. For instance, if trying to compileplurality
, andis yielding errors, try running
instead!
📄️ plurality
cs50x problem set plurality
📄️ runoff
cs50x problem set runoff
📄️ tideman
cs50x problem set tideman