數據結構 6-5 鏈式表操做集 (20 分)

6-5 鏈式表操做集 (20 分) 本題要求實現鏈式表的操做集。函數 函數接口定義: Position Find( List L, ElementType X ); List Insert( List L, ElementType X, Position P ); List Delete( List L, Position P ); 其中List結構定義以下:測試 typedef struct L
相關文章
相關標籤/搜索