- 3
- 0
- 约1.11万字
- 约 4页
- 2017-08-11 发布于浙江
- 举报
递归H21-LinkedListCode
CS106B Handout #21
J Zelenski Feb 4, 2008
Linked list code
Were going to take a little diversion into recursive data structures for practice with recursion and
pointers. A linked list is a nifty data structure that using pointers to manage a flexible, dynamic
collection. Pointers are discussed in section 2.2-2.3 and linked lists are introduced in section 9.5 We
will spend a lecture p
原创力文档

文档评论(0)