CMU 15-112: Fundamentals of Programming and Computer Science
Homework 3 (Due Sat 5-Feb at 8pm ET)
Important Notes:
- This homework is solo. You must not collaborate with anyone (besides current course TA's and faculty) in any way. See the syllabus for more details.
- Do not use recursion this week.
- Do not hardcode the test cases in your solutions.
CMU CS Academy Exercises [100 pts]
Complete the following sections in CMU CS Academy (here).
- 2.5.6
- 2.5.8
- 2.5.9
- 2.6.6
- 2.6.7
- 2.6.8
We will also be adding one problem, getPairSum
, to CMU
CS Academy. If you want to get a jump on the problem before it's been added,
you can see one version of the writeup here.