@@ -98,7 +98,7 @@ var twoSum = function (nums, target) {
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
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
- | 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 ) |
101
+ | 2200 | 找出数组中的所有 K 近邻下标 | [[ ✓ ]] ( /problem/2200.md ) | [ ` 数组 ` ] ( /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 ) |
103
103
| 2354 | 优质数对的数目 | | [ ` 位运算 ` ] ( /tag/bit-manipulation.md ) [ ` 数组 ` ] ( /tag/array.md ) [ ` 哈希表 ` ] ( /tag/hash-table.md ) ` 1+ ` | 🔴 | [ 🀄️] ( https://leetcode.cn/problems/number-of-excellent-pairs ) [ 🔗] ( https://leetcode.com/problems/number-of-excellent-pairs ) |
104
104
| 2367 | 等差三元组的数目 | | [ ` 数组 ` ] ( /tag/array.md ) [ ` 哈希表 ` ] ( /tag/hash-table.md ) [ ` 双指针 ` ] ( /tag/two-pointers.md ) ` 1+ ` | 🟢 | [ 🀄️] ( https://leetcode.cn/problems/number-of-arithmetic-triplets ) [ 🔗] ( https://leetcode.com/problems/number-of-arithmetic-triplets ) |
0 commit comments