数据结构的链表作业讨论.ppt

上传:custompc 浏览: 15 推荐: 0 文件:PPT 大小:134KB 上传时间:2020-10-19 15:22:02 版权申诉
链表的通用设计 特定应用程序的相应设计 界面设计 class Node { friend class List; protected: Node *next;//pointer to next node public: Node(){next = NULL;} };
上传资源
用户评论