中国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; /* 保存线性表中最后一
相关文章
相关标签/搜索