数据结构与程序设计.pptx

5/11/2026数据结构与程序设计1数据结构与程序设计(15)王丽苹lipingwang@sei.ecnu.edu.cn

5/11/2026数据结构与程序设计2LinkedListImplementation本章主要讨论链表的实现。即用链接存储形式来实现列表。

5/11/2026数据结构与程序设计3LinkedListImplementation链表中节点的类型定义:templateclassNode_entrystructNode{//datamembers Node_entryentry; NodeNode_entry*next;//construct

文档评论(0)

1亿VIP精品文档

相关文档