Thursday, April 3, 2014

Week 12 - Exam Review

Like last week, there wasn't any immediate new information being taught. Again, we just went through some standard "big o" and tracing problems. One really cool thing I found interesting was being able to modify the recursion limit of a function using "sys" and the "getrecrusionlimit()" method. We also went through some new methods to solve the Fibonacci number function, but I guess that went over everyone's head because of exams coming up. Other than that, the week was pretty much just basic review.

Week 11 - Test Review

This week didn't have any new material. We basically had a review session for the test coming up. Regarding the test, I believe that it could have gotten a better mark, but regarding the circumstances, it could have gotten worse. The basic concepts for review were basically recursive functions involving trees. It can get pretty tricky when dealing with classes and methods, but I guess practice makes perfect.