2024-05-25发表2024-05-25更新LeetCode每日一题几秒读完 (大约108个字)2903. 找出满足差值条件的下标 I找出满足差值条件的下标 I 难度: medium 原始链接: https://leetcode.cn/problems/find-indices-with-index-and-value-difference-i 标签: 双层循环 阅读更多
2024-05-24发表2024-05-25更新LeetCode每日一题几秒读完 (大约94个字)1673. 找出最具竞争力的子序列找出最具竞争力的子序列 难度: medium 原始链接: https://leetcode.cn/problems/find-the-most-competitive-subsequence 标签: 单调栈 阅读更多
2024-05-23发表2024-05-23更新LeetCode每日一题几秒读完 (大约104个字)2831. 找出最长等值子数组找出最长等值子数组 难度: medium 原始链接: https://leetcode.cn/problems/find-the-longest-equal-subarray 标签: 滑动窗口 阅读更多
2024-05-22发表2024-05-23更新LeetCode每日一题几秒读完 (大约105个字)2225. 找出输掉零场或一场比赛的玩家找出输掉零场或一场比赛的玩家 难度: medium 原始链接: https://leetcode.cn/problems/find-players-with-zero-or-one-losses 标签: 哈希, 排序 阅读更多
2024-05-21发表2024-05-23更新LeetCode每日一题几秒读完 (大约62个字)2769. 找出最大的可达成数字找出最大的可达成数字 难度: easy 原始链接: https://leetcode.cn/problems/find-the-maximum-achievable-number 标签: 直接计算 阅读更多