- Category:
- Data structs
- Tags:
-
- File Size:
- 36.85mb
- Update:
- 2018-03-07
- Downloads:
- 0 Times
- Uploaded by:
- goldisc
Description: Linked_List:The formal definition is "a data structure consisting of a group of nodes which together represent a sequence." Like arrays,linked lists have indexes,but are accessed by iterators.In the linked list below,the head is "12",which is where the iterator always begins.Suppose we have a linked list object called "list",then list.head = 12 and list.head.next = 99.The last node is called the tail and is always "null" (nothing there).
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
数据结构.pdf | 46484374 | 2018-03-05 |