摘要: 本题要求实现链式表的操作集。 函数接口定义: Position Find( List L, ElementType X ); List Insert( List L, ElementType X, Position P ); List Delete( List L, Position P ); 其中 阅读全文
posted @ 2022-07-14 14:27 Yohoc 阅读(102) 评论(0) 推荐(0)