摘要: Case 1: 在一个sorted array里面找出target value的 index,如果target value 出现了多次,返回任何一个就可以了。 Cas 2: Find the smallest number which is greater than the target Case 阅读全文
posted @ 2021-03-07 10:03 北叶青藤 阅读(63) 评论(0) 推荐(0)
摘要: (This problem is an interactive problem.) A row-sorted binary matrix means that all elements are 0 or 1 and each row of the matrix is sorted in non-de 阅读全文
posted @ 2021-03-07 09:40 北叶青藤 阅读(89) 评论(0) 推荐(0)