Sunday, February 8, 2015

Slog Week 5: Impression on tracing recursion from week 4

Impression on tracing recursion from week 4

I feel pretty good about the problems that were given in the lab on tracing recursion. It is not hard to do if we are able to understand the code and I believe the recursion question that we are doing now are still some very basic question and it could get a lot more difficult if we continue on recursion. Although tracing recursion is not a problem for me, there is always error when writing a recursion.

The test on Wednesday is easier than I thought it would be. I was a little worried about it before the test for the reason that I felt like we didn’t learn a lot of things and I worried if I missed any important material. But the test was fine, I knew all the materials that were tested, but I realized I made a mistake just after the test. In the question that I supposed to raise a NotImplementedError, I didn’t read the question carefully enough that I treated it as a function that I could implement. I hope this won’t take down lots of marks.


For this week’s lecture, we were still in recursion. At the same time, there were some new materials, stack and sorts and did some review on testing at the end.

No comments:

Post a Comment