CMU 15-112: Fundamentals of Programming and Computer Science
Extra Practice for Unit 6 (Due never)
- These problems will help you prepare for test 2. They are
optional and you are encouraged to collaborate when working on them.
-
This unit we are not providing a starter file. You should now be
able to make your own (though of course we are happy to help
you get started!).
- Do not use recursion this week.
- Do not hardcode the test cases in your solutions.
- drawBelgianFlags from
here.
- drawPattern1 - drawPattern3 from
here.
- drawClocks from
here.
- drawTiledFlags from
here.
- drawBlankSheetMusic from
here.
- drawGraph from
here.
- drawGrid from
here.