Sunday 20 October 2013

This last week we learned about Trees in our CSC148 class. It is a data structure where it is defined recursively by a bunch of nodes where each node is a data structure consisting of a value and a reference to other nodes. This was pretty interesting.

This week however, there was no class on Monday due to Thanksgiving weekend, and on Wednesday we had our CSC148 midterm. The midterm was fairly difficult, however not too difficult.

Overall Python has been much easier to learn than Python.