This week we talked a liitle bit about Linked list since we have midterm test on Wednsday, it seems like a lite version of tree contains only head and tail instead of having multiple leaves; unlike the normal treee, Linked list looks like a straight line or a chain, each node contains one head and refrence to rest of the Linked list. It pretty straight forward and easy to understand, I think I can put more time on study midterm.
The lab is continue on the recursion, TA provided us a lot of sample recursion functions for test review, I can quickly understand how those function works but still feel strange to create a original one.
没有评论:
发表评论