0% found this document useful (0 votes)
6 views

Problem Set 3 - CS50x

This document outlines the requirements for Problem Set 3 of CS50x, including submission guidelines for the Plurality, Runoff, and Tideman problems. Students must submit by 11:59pm on December 31, 2020, and are encouraged to utilize provided resources for troubleshooting. Additional advice is given for compiling code and seeking help if errors occur.

Uploaded by

audacityimpact
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Problem Set 3 - CS50x

This document outlines the requirements for Problem Set 3 of CS50x, including submission guidelines for the Plurality, Runoff, and Tideman problems. Students must submit by 11:59pm on December 31, 2020, and are encouraged to utilize provided resources for troubleshooting. Additional advice is given for compiling code and seeking help if errors occur.

Uploaded by

audacityimpact
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

This is CS50x

OpenCourseWare

David J. Malan (https://cs.harvard.edu/malan/)


[email protected]
 (https://www.facebook.com/dmalan)  (https://github.com/dmalan)  (https://www.instagram.com/davidjmalan/) 
(https://www.linkedin.com/in/malan/)  (https://www.quora.com/pro le/David-J-Malan)  (https://twitter.com/davidjmalan)

Problem Set 3

What to Do

1. Submit Plurality
2. Submit one of:
 Runoff if feeling less comfortable
 Tideman if feeling more comfortable

If you submit both Runoff and Tideman, we’ll record the higher of your two scores.

When to Do It

By 11:59pm on 31 December 2020.

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 rst on xing the very rst error you see, scrolling up as needed. If
unsure what it means, try asking help50 for help. For instance, if trying to compile plurality , and

make plurality

is yielding errors, try running

help50 make plurality

instead!

1/2
2/2

You might also like