摘要: Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sorted f 阅读全文
posted @ 2017-07-24 09:26 Jimmy_Cheng 阅读(264) 评论(0) 推荐(0) 编辑
摘要: Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place. click to show follow up. Follow up: Did you use extra sp 阅读全文
posted @ 2017-07-24 06:05 Jimmy_Cheng 阅读(302) 评论(0) 推荐(0) 编辑