數據結構 PTA 6-1 順序表操做集 (20分)

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