摘要: 来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/search-a-2d-matrix著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。 1 ''' 2 编写一个高效的算法来判断 m x n 矩阵中,是否存在一个目标值。该矩阵具有 阅读全文
posted @ 2021-09-01 22:18 菜小鱼~ 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 学习地址: https://leetcode-cn.com/leetbook/read/top-interview-questions-easy/x2jrse/ 1 ''' 2 给定一个整数数组 nums 和一个整数目标值 target,请你在该数组中找出 和为目标值 target 的那 两个 整数 阅读全文
posted @ 2021-09-01 22:05 菜小鱼~ 阅读(139) 评论(0) 推荐(0) 编辑