Week 8
Linked List
I learned Linked List this week. I did difficult excercise during lab and I could not finish the tasks. It is difficult to describe the relationships between each values of linked list. The lectures of this week helped me to understand the Linked list deeper.
There are two ways to understand the Linked List.
1. The linked list is made up of a value and the remaining list. This means that a value, such as list, has a sublist. And the sublist has more sublist.
2. Objects has a value and a reference to other similar objects. This means that a value refers to the other value, furthermore it refers to the other value.
0 件のコメント:
コメントを投稿