@@ -96,7 +96,7 @@ var twoSum = function (nums, target) {
96
96
| 1099 | 小于 K 的两数之和 🔒 | | [ ` 数组 ` ] ( /tag/array.md ) [ ` 双指针 ` ] ( /tag/two-pointers.md ) [ ` 二分查找 ` ] ( /tag/binary-search.md ) ` 1+ ` | 🟢 | [ 🀄️] ( https://leetcode.cn/problems/two-sum-less-than-k ) [ 🔗] ( https://leetcode.com/problems/two-sum-less-than-k ) |
97
97
| 1679 | K 和数对的最大数目 | [[ ✓]] ( /problem/1679.md ) | [ ` 数组 ` ] ( /tag/array.md ) [ ` 哈希表 ` ] ( /tag/hash-table.md ) [ ` 双指针 ` ] ( /tag/two-pointers.md ) ` 1+ ` | 🟠 | [ 🀄️] ( https://leetcode.cn/problems/max-number-of-k-sum-pairs ) [ 🔗] ( https://leetcode.com/problems/max-number-of-k-sum-pairs ) |
98
98
| 1711 | 大餐计数 | | [ ` 数组 ` ] ( /tag/array.md ) [ ` 哈希表 ` ] ( /tag/hash-table.md ) | 🟠 | [ 🀄️] ( https://leetcode.cn/problems/count-good-meals ) [ 🔗] ( https://leetcode.com/problems/count-good-meals ) |
99
- | 2006 | 差的绝对值为 K 的数对数目 | | [ ` 数组 ` ] ( /tag/array.md ) [ ` 哈希表 ` ] ( /tag/hash-table.md ) [ ` 计数 ` ] ( /tag/counting.md ) | 🟢 | [ 🀄️] ( https://leetcode.cn/problems/count-number-of-pairs-with-absolute-difference-k ) [ 🔗] ( https://leetcode.com/problems/count-number-of-pairs-with-absolute-difference-k ) |
99
+ | 2006 | 差的绝对值为 K 的数对数目 | [[ ✓ ]] ( /problem/2006.md ) | [ ` 数组 ` ] ( /tag/array.md ) [ ` 哈希表 ` ] ( /tag/hash-table.md ) [ ` 计数 ` ] ( /tag/counting.md ) | 🟢 | [ 🀄️] ( https://leetcode.cn/problems/count-number-of-pairs-with-absolute-difference-k ) [ 🔗] ( https://leetcode.com/problems/count-number-of-pairs-with-absolute-difference-k ) |
100
100
| 2023 | 连接后等于目标字符串的字符串对 | | [ ` 数组 ` ] ( /tag/array.md ) [ ` 哈希表 ` ] ( /tag/hash-table.md ) [ ` 字符串 ` ] ( /tag/string.md ) ` 1+ ` | 🟠 | [ 🀄️] ( https://leetcode.cn/problems/number-of-pairs-of-strings-with-concatenation-equal-to-target ) [ 🔗] ( https://leetcode.com/problems/number-of-pairs-of-strings-with-concatenation-equal-to-target ) |
101
101
| 2200 | 找出数组中的所有 K 近邻下标 | | [ ` 数组 ` ] ( /tag/array.md ) [ ` 双指针 ` ] ( /tag/two-pointers.md ) | 🟢 | [ 🀄️] ( https://leetcode.cn/problems/find-all-k-distant-indices-in-an-array ) [ 🔗] ( https://leetcode.com/problems/find-all-k-distant-indices-in-an-array ) |
102
102
| 2351 | 第一个出现两次的字母 | | [ ` 位运算 ` ] ( /tag/bit-manipulation.md ) [ ` 哈希表 ` ] ( /tag/hash-table.md ) [ ` 字符串 ` ] ( /tag/string.md ) ` 1+ ` | 🟢 | [ 🀄️] ( https://leetcode.cn/problems/first-letter-to-appear-twice ) [ 🔗] ( https://leetcode.com/problems/first-letter-to-appear-twice ) |
0 commit comments