Skip to content

Commit

Permalink
腾讯后端修改算法题排名
Browse files Browse the repository at this point in the history
调整 33. 搜索旋转排序数组 的次数和排名
  • Loading branch information
hongliuliao authored Jan 30, 2024
1 parent d524e57 commit 30e4243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tencent/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
|剑指 Offer 22. 链表中倒数第k个节点|5|https://leetcode-cn.com/problems/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof|
|322. 零钱兑换|5|https://leetcode-cn.com/problems/coin-change|
|525. 连续数组|5|https://leetcode-cn.com/problems/contiguous-array|
|33. 搜索旋转排序数组|5|https://leetcode-cn.com/problems/search-in-rotated-sorted-array|
|169. 多数元素|4|https://leetcode-cn.com/problems/majority-element|
|236. 二叉树的最近公共祖先|4|https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree|
|328. 奇偶链表|4|https://leetcode-cn.com/problems/odd-even-linked-list|
Expand All @@ -56,7 +57,6 @@
|678. 有效的括号字符串|4|https://leetcode-cn.com/problems/valid-parenthesis-string|
|补充题5. 手撕归并排序|4|https://leetcode-cn.com/problems/sort-an-array|
|31. 下一个排列|4|https://leetcode-cn.com/problems/next-permutation|
|33. 搜索旋转排序数组|4|https://leetcode-cn.com/problems/search-in-rotated-sorted-array|
|199. 二叉树的右视图|4|https://leetcode-cn.com/problems/binary-tree-right-side-view|
|887. 鸡蛋掉落|4|https://leetcode-cn.com/problems/super-egg-drop|
|46. 全排列|4|https://leetcode-cn.com/problems/permutations|
Expand Down Expand Up @@ -179,4 +179,4 @@
|567. 字符串的排列|1|https://leetcode-cn.com/problems/permutation-in-string|
|107. 二叉树的层次遍历 II|1|https://leetcode-cn.com/problems/binary-tree-level-order-traversal-ii|
|1219. 黄金矿工|1|https://leetcode-cn.com/problems/path-with-maximum-gold|
|剑指 Offer 16. 数值的整数次方|1|https://leetcode-cn.com/problems/shu-zhi-de-zheng-shu-ci-fang-lcof|
|剑指 Offer 16. 数值的整数次方|1|https://leetcode-cn.com/problems/shu-zhi-de-zheng-shu-ci-fang-lcof|

0 comments on commit 30e4243

Please sign in to comment.