正确的二分查找实现
摘要:public static int binary_search(int[] A, int key, int imin, int imax) { // continue searching while [imin,imax] is not empty while ...
阅读全文
posted @ 2015-10-25 13:00
posted @ 2015-10-25 13:00
posted @ 2015-06-11 12:29