-
Lecture - We discussed the review (below)
-
Review paper and (almost complete)Solutions
-
Previous midterm from Spring 16, I think.
-
Fall 17 Midterm
Here are some good problems from CodingBat for you to try, as studying for the test (try them with different loops, recursion, etc)
- Recursion section, including
- count7
- countX
- pairStar
- nestParen
- stringX
- StringBits
- AltPairs
- StringSplosion. It would make it easier if you do a function first that gets you a substring (or actually use the substring method of the String class )