摘要: 本题要求实现带头结点的链式表操作集。 函数接口定义: List MakeEmpty(); Position Find( List L, ElementType X ); bool Insert( List L, ElementType X, Position P ); bool Delete( Li 阅读全文
posted @ 2022-07-15 09:41 Yohoc 阅读(126) 评论(0) 推荐(0) 编辑