2015年4月5日星期日

Last Impression

      It's the last week of CSC148 and it's been a pleasure to be in this course.
      We did three assignments and two term tests this semester. All of them have been fine. We did classes at the beginning, did recursion after that and did big O as well.
       Classes include the use of subclass, the use of a function implemented in the general class but depends on subclasses. And that was what we did in A1, we implemented a game Subtract Square.
      Recursion is mainly calling itself in the function, and we did a lot exercises. In A2, we used that in Minimax.
      The big O thing was the last thing we talked about briefly. We kind of did that in 165, just finding the upper bound of a function which now means the function of the running of a method. It helps us to make the functions run faster. That's A3, perfecting Minimax.
      In general, this course went well, although the strike was kind of a disruption. But despite the cancelled lab, this course was running well and Danny and Diane were doing their best.