- Lecture - We discussed the review (below)
- Review paper, do until Question 9 only (different versions of the class have the midterm at different stages :) and (almost complete)Solutions
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 )