This week, we learned about linked lists, linked lists consist of a collection of nodes. Each node contains a reference to the next node in the list and carries a unit of data called the cargo. Linked lists are the perfect candidates for using recursion because each linked list has a reference to another linked list, and thus it is natural to call them recursively. I'm not really digging linked lists, and I dread yet another opportunity to use more recursion.
We got our tests back last class, I didn't write my test because I was sick as a mug. I think I would have done well - well I would have passed at least. Hopefully I can defer the mid term.
Linked lists remind me of a train in which each piece of cargo is connected to the next.

Choo Choo.
Didn't go to tutorial either because I had a math assignment I had to finish, not a very productive week. I plan on reviewing the lab to get a better understanding of linked lists.
- Steve signing off.
We got our tests back last class, I didn't write my test because I was sick as a mug. I think I would have done well - well I would have passed at least. Hopefully I can defer the mid term.
Linked lists remind me of a train in which each piece of cargo is connected to the next.
Choo Choo.
Didn't go to tutorial either because I had a math assignment I had to finish, not a very productive week. I plan on reviewing the lab to get a better understanding of linked lists.
- Steve signing off.
No comments:
Post a Comment