0% found this document useful (0 votes)
53 views2 pages

Problem Set 3 - CS50x

This document provides instructions for CS50x Problem Set 3. Students are asked to submit the plurality problem set and have the option to also submit either the runoff or tideman problem set. The deadline to submit is January 1, 2021 at 10:29 AM GMT+5:30. The document provides advice to test sample programs from class and get help from help50 if errors are encountered when compiling code.

Uploaded by

Armaan Garnayak
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)
53 views2 pages

Problem Set 3 - CS50x

This document provides instructions for CS50x Problem Set 3. Students are asked to submit the plurality problem set and have the option to also submit either the runoff or tideman problem set. The deadline to submit is January 1, 2021 at 10:29 AM GMT+5:30. The document provides advice to test sample programs from class and get help from help50 if errors are encountered when compiling code.

Uploaded by

Armaan Garnayak
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

12/5/2020 Problem Set 3 - CS50x

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://www.reddit.com/user/davidjmalan)  (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 Fri, Jan 1, 2021, 10:29 AM GMT+5:30.

Though CS50x’s deadline has already been extended to 31 December 2021, this version of this problem set will only be accepted until the
date and time above. Thereafter, you may only submit work from CS50x 2021, which will be released on 1 January 2021. Not sure you’ll
nish the course by then (https://cs50.harvard.edu/x/2020/faqs/#i-wont-be-able-to- nish-the-course-before-31-december-2020-what-
will-happen)?

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!

https://cs50.harvard.edu/x/2020/psets/3/ 1/2
12/5/2020 Problem Set 3 - CS50x

https://cs50.harvard.edu/x/2020/psets/3/ 2/2

You might also like