原文链接: https://leetcode-cn.com/problems/sorted-matrix-search-lcci
英文原文Given an M x N matrix in which each row and each
标签详情
二分查找 分类
原文链接: https://leetcode-cn.com/problems/circus-tower-lcci
英文原文A circus is designing a tower routine consisting of peopl
原文链接: https://leetcode-cn.com/problems/rank-from-stream-lcci
英文原文Imagine you are reading in a stream of integers. Peri
原文链接: https://leetcode-cn.com/problems/sum-swap-lcci
英文原文Given two arrays of integers, find a pair of values (one valu
原文链接: https://leetcode-cn.com/problems/ju-qing-hong-fa-shi-jian
英文原文
中文题目在战略游戏中,玩家往往需要发展自己的势力来触发各种新的剧情。一个势力的主要属性有三种,分
原文链接: https://leetcode-cn.com/problems/xiao-zhang-shua-ti-ji-hua
英文原文
中文题目为了提高自己的代码能力,小张制定了 LeetCode 刷题计划,他选中了 LeetCo
原文链接: https://leetcode-cn.com/problems/2vYnGI
英文原文
中文题目小扣在秋日市集选择了一家早餐摊位,一维整型数组 `staple` 中记录了每种主食的价格,一维整型数组 `drinks` 中
原文链接: https://leetcode-cn.com/problems/4xy4Wx
英文原文
中文题目小力将 N 个零件的报价存于数组 `nums`。小力预算为 `target`,假定小力仅购买两个零件,要求购买零件的花费不超
原文链接: https://leetcode-cn.com/problems/kLl5u1
中文题目给定一个已按照 升序排列 的整数数组 numbers ,请你从数组中找出两个数满足相加之和等于目标数 t
原文链接: https://leetcode-cn.com/problems/2VG8Kg
中文题目给定一个含有 n 个正整数的数组和一个正整数 target 。
找出该数组中满足其和 ≥ target 的长