二分查找(c語言實現)

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