數據結構與算法——二分查找(C語言)

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