中國mooc浙大數據結構習題01-複雜度3 二分查找(20 分)

函數接口定義: Position BinarySearch( List L, ElementType X ); 其中List結構定義以下:c++ typedef int Position; typedef struct LNode *List; struct LNode { ElementType Data[MAXSIZE]; Position Last; /* 保存線性表中最後一
相關文章
相關標籤/搜索