SDUWH 高級語言程序設計 查找 6-1 二分查找

6-1 二分查找 (20 分) 本題要求實現二分查找算法。算法 函數接口定義: Position BinarySearch( List L, ElementType X ); 其中List結構定義以下:數組 typedef int Position; typedef struct LNode *List; struct LNode { ElementType Data[MAXSIZE];
相關文章
相關標籤/搜索