摘要: Just use binary search to find the first bad version.The code is as follows. 1 // Forward declaration of isBadVersion API. 2 bool isBadVersion(int ver... 阅读全文
posted @ 2015-09-07 21:52 jianchao-li 阅读(177) 评论(0) 推荐(0) 编辑