PTA 數據結構與算法題目集(中文)6-2 順序表操做集

6-2 順序表操做集(20 分) 本題要求實現順序表的操做集。html 函數接口定義: List MakeEmpty(); Position Find( List L, ElementType X ); bool Insert( List L, ElementType X, Position P ); bool Delete( List L, Position P ); 其中List結構定義以下
相關文章
相關標籤/搜索