Sunday, March 9, 2014

Typical week. (talk about assignment2 and lab)

This is a typical week for studying computer science. In this week, we learned something about linked lists and do the work across the same topic in the lab. However, what I want to talk more in this weeks slog is my assignment two.
 
I just finished my assignment two with my partner this weekend. This assignment is about the tree. At first, we designed to use only one class that contains all the requirements in the handout. The reason for this is that we can write less code. In other aspect, in some way one class does meet the requirement. Therefore, this weekend, I and my partner met up and changed our one class to many classes. Those classes including star tree class, bar tree class and so on. It is not hard to fix, but we think our solution works will still and uploaded our first solution with our new solution with many sub-classes. And in this assignment, I also learned how to set common property. That is really helps a lot.
In this weeks lab, I find that in lots of questions, it will be much easier to use list comprehension than the for loop. I am really not good at using list comprehension. Hence I need more practice during the lab and by myself in free time.
 

No comments:

Post a Comment