You are on page 1of 2

12/5/2020 Problem Set 4 - CS50x

This is CS50x
OpenCourseWare

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


malan@harvard.edu
 (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 4
What to Do

1. Submit one of:


 this version of Filter if feeling less comfortable
 this version of Filter if feeling more comfortable
2. Submit Recover

If you submit both versions of Filter, 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 4’s source code.
 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 filter , and

make filter

is yielding errors, try running

help50 make filter

instead!

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

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

You might also like