|
1 |
| -如果只想看本次更新的数据(07.07~07.18),请[点我](https://github.com/afatcoder/LeetcodeTop/blob/master/bytedance//latest/algorithm.md) |
2 |
| - |
3 |
| -| 公司 | 岗位 | 题目 | 次数 | |
4 |
| -|------|----|---------------------------|----| |
5 |
| -| 字节跳动 | 算法 | 215\. 数组中的第K个最大元素 | 3 | |
6 |
| -| 字节跳动 | 算法 | 4\. 寻找两个正序数组的中位数 | 2 | |
7 |
| -| 字节跳动 | 算法 | 33\. 搜索旋转排序数组 | 1 | |
8 |
| -| 字节跳动 | 算法 | 200\. 岛屿数量 | 1 | |
9 |
| -| 字节跳动 | 算法 | 297\. 二叉树的序列化与反序列化 | 1 | |
10 |
| -| 字节跳动 | 算法 | 636\. 函数的独占时间 | 1 | |
11 |
| -| 字节跳动 | 算法 | 103\. 二叉树的锯齿形层次遍历 | 1 | |
12 |
| -| 字节跳动 | 算法 | 160\. 相交链表 | 1 | |
13 |
| -| 字节跳动 | 算法 | 3\. 无重复字符的最长子串 | 1 | |
14 |
| -| 字节跳动 | 算法 | 572\. 另一个树的子树 | 1 | |
15 |
| -| 字节跳动 | 算法 | 104\. 二叉树的最大深度 | 1 | |
16 |
| -| 字节跳动 | 算法 | 110\. 平衡二叉树 | 1 | |
17 |
| -| 字节跳动 | 算法 | 剑指 Offer 55 \- II\. 平衡二叉树 | 1 | |
18 |
| -| 字节跳动 | 算法 | 814\. 二叉树剪枝 | 1 | |
19 |
| -| 字节跳动 | 算法 | 23\. 合并K个排序链表 | 1 | |
20 |
| -| 字节跳动 | 算法 | 1\. 两数之和 | 1 | |
21 |
| -| 字节跳动 | 算法 | 445\. 两数相加 II | 1 | |
22 |
| -| 字节跳动 | 算法 | 2\. 两数相加 | 1 | |
23 |
| -| 字节跳动 | 算法 | 62\. 不同路径 | 1 | |
24 |
| -| 字节跳动 | 算法 | 63\. 不同路径 II | 1 | |
25 |
| -| 字节跳动 | 算法 | 剑指 Offer 29\. 顺时针打印矩阵 | 1 | |
26 |
| -| 字节跳动 | 算法 | 509\. 斐波那契数 | 1 | |
27 |
| -| 字节跳动 | 算法 | 20\. 有效的括号 | 1 | |
28 |
| -| 字节跳动 | 算法 | 240\. 搜索二维矩阵 II | 1 | |
29 |
| -| 字节跳动 | 算法 | 102\. 二叉树的层序遍历 | 1 | |
30 |
| -| 字节跳动 | 算法 | 105\. 从前序与中序遍历序列构造二叉树 | 1 | |
31 |
| -| 字节跳动 | 算法 | 206\. 反转链表 | 1 | |
32 |
| -| 字节跳动 | 算法 | 264\. 丑数 II | 1 | |
33 |
| -| 字节跳动 | 算法 | 437\. 路径总和 III | 1 | |
34 |
| -| 字节跳动 | 算法 | 560\. 和为K的子数组 | 1 | |
35 |
| -| 字节跳动 | 算法 | 169\. 多数元素 | 1 | |
36 |
| -| 字节跳动 | 算法 | 142\. 环形链表 II | 1 | |
37 |
| -| 字节跳动 | 算法 | 88\. 合并两个有序数组 | 1 | |
38 |
| -| 字节跳动 | 算法 | 152\. 乘积最大子数组 | 1 | |
39 |
| -| 字节跳动 | 算法 | 255\.验证前序遍历序列二叉搜索树 | 1 | |
40 |
| -| 字节跳动 | 算法 | 剑指 Offer 09\. 用两个栈实现队列 | 1 | |
41 |
| -| 字节跳动 | 算法 | 124\. 二叉树中的最大路径和 | 1 | |
| 1 | +|题目|出现次数|链接| |
| 2 | +|-|-|-| |
| 3 | +|215. 数组中的第K个最大元素|4|https://leetcode-cn.com/problems/kth-largest-element-in-an-array| |
| 4 | +|103. 二叉树的锯齿形层次遍历|3|https://leetcode-cn.com/problems/binary-tree-zigzag-level-order-traversal| |
| 5 | +|剑指 Offer 29. 顺时针打印矩阵|2|https://leetcode-cn.com/problems/shun-shi-zhen-da-yin-ju-zhen-lcof| |
| 6 | +|4. 寻找两个正序数组的中位数|2|https://leetcode-cn.com/problems/median-of-two-sorted-arrays| |
| 7 | +|300. 最长上升子序列|2|https://leetcode-cn.com/problems/longest-increasing-subsequence| |
| 8 | +|85. 最大矩形|2|https://leetcode-cn.com/problems/maximal-rectangle| |
| 9 | +|23. 合并K个排序链表|2|https://leetcode-cn.com/problems/merge-k-sorted-lists| |
| 10 | +|105. 从前序与中序遍历序列构造二叉树|2|https://leetcode-cn.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal| |
| 11 | +|236. 二叉树的最近公共祖先|2|https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-tree| |
| 12 | +|200. 岛屿数量|2|https://leetcode-cn.com/problems/number-of-islands| |
| 13 | +|46. 全排列|2|https://leetcode-cn.com/problems/permutations| |
| 14 | +|49. 字母异位词分组|2|https://leetcode-cn.com/problems/group-anagrams| |
| 15 | +|437. 路径总和 III|1|https://leetcode-cn.com/problems/path-sum-iii| |
| 16 | +|426. 将二叉搜索树转化为排序的双向链表|1|https://leetcode-cn.com/problems/convert-binary-search-tree-to-sorted-doubly-linked-list| |
| 17 | +|376. 摆动序列|1|https://leetcode-cn.com/problems/wiggle-subsequence| |
| 18 | +|445. 两数相加 II|1|https://leetcode-cn.com/problems/add-two-numbers-ii| |
| 19 | +|152. 乘积最大子数组|1|https://leetcode-cn.com/problems/maximum-product-subarray| |
| 20 | +|122. 买卖股票的最佳时机 II|1|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-ii| |
| 21 | +|32. 最长有效括号|1|https://leetcode-cn.com/problems/longest-valid-parentheses| |
| 22 | +|70. 爬楼梯|1|https://leetcode-cn.com/problems/climbing-stairs| |
| 23 | +|315. 计算右侧小于当前元素的个数|1|https://leetcode-cn.com/problems/count-of-smaller-numbers-after-self| |
| 24 | +|297. 二叉树的序列化与反序列化|1|https://leetcode-cn.com/problems/serialize-and-deserialize-binary-tree| |
| 25 | +|20. 有效的括号|1|https://leetcode-cn.com/problems/valid-parentheses| |
| 26 | +|518. 零钱兑换 II|1|https://leetcode-cn.com/problems/coin-change-2| |
| 27 | +|1363. 形成三的最大倍数|1|https://leetcode-cn.com/problems/largest-multiple-of-three| |
| 28 | +|1. 两数之和|1|https://leetcode-cn.com/problems/two-sum| |
| 29 | +|264. 丑数 II|1|https://leetcode-cn.com/problems/ugly-number-ii| |
| 30 | +|88. 合并两个有序数组|1|https://leetcode-cn.com/problems/merge-sorted-array| |
| 31 | +|64. 最小路径和|1|https://leetcode-cn.com/problems/minimum-path-sum| |
| 32 | +|1143. 最长公共子序列|1|https://leetcode-cn.com/problems/longest-common-subsequence| |
| 33 | +|160. 相交链表|1|https://leetcode-cn.com/problems/intersection-of-two-linked-lists| |
| 34 | +|剑指 Offer 54. 二叉搜索树的第k大节点|1|https://leetcode-cn.com/problems/er-cha-sou-suo-shu-de-di-kda-jie-dian-lcof| |
| 35 | +|72. 编辑距离|1|https://leetcode-cn.com/problems/edit-distance| |
| 36 | +|143. 重排链表|1|https://leetcode-cn.com/problems/reorder-list| |
| 37 | +|206. 反转链表|1|https://leetcode-cn.com/problems/reverse-linked-list| |
| 38 | +|142. 环形链表 II|1|https://leetcode-cn.com/problems/linked-list-cycle-ii| |
| 39 | +|50. Pow(x, n)|1|https://leetcode-cn.com/problems/powx-n| |
| 40 | +|25. K 个一组翻转链表|1|https://leetcode-cn.com/problems/reverse-nodes-in-k-group| |
| 41 | +|剑指 Offer 55 - II. 平衡二叉树|1|https://leetcode-cn.com/problems/ping-heng-er-cha-shu-lcof| |
| 42 | +|63. 不同路径 II|1|https://leetcode-cn.com/problems/unique-paths-ii| |
| 43 | +|124. 二叉树中的最大路径和|1|https://leetcode-cn.com/problems/binary-tree-maximum-path-sum| |
| 44 | +|123. 买卖股票的最佳时机 III|1|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock-iii| |
| 45 | +|636. 函数的独占时间|1|https://leetcode-cn.com/problems/exclusive-time-of-functions| |
| 46 | +|695. 岛屿的最大面积|1|https://leetcode-cn.com/problems/max-area-of-island| |
| 47 | +|48. 旋转图像|1|https://leetcode-cn.com/problems/rotate-image| |
| 48 | +|剑指 Offer 51. 数组中的逆序对|1|https://leetcode-cn.com/problems/shu-zu-zhong-de-ni-xu-dui-lcof| |
| 49 | +|814. 二叉树剪枝|1|https://leetcode-cn.com/problems/binary-tree-pruning| |
| 50 | +|169. 多数元素|1|https://leetcode-cn.com/problems/majority-element| |
| 51 | +|238. 除自身以外数组的乘积|1|https://leetcode-cn.com/problems/product-of-array-except-self| |
| 52 | +|110. 平衡二叉树|1|https://leetcode-cn.com/problems/balanced-binary-tree| |
| 53 | +|62. 不同路径|1|https://leetcode-cn.com/problems/unique-paths| |
| 54 | +|剑指 Offer 09. 用两个栈实现队列|1|https://leetcode-cn.com/problems/yong-liang-ge-zhan-shi-xian-dui-lie-lcof| |
| 55 | +|807. 保持城市天际线|1|https://leetcode-cn.com/problems/max-increase-to-keep-city-skyline| |
| 56 | +|128. 最长连续序列|1|https://leetcode-cn.com/problems/longest-consecutive-sequence| |
| 57 | +|209. 长度最小的子数组|1|https://leetcode-cn.com/problems/minimum-size-subarray-sum| |
| 58 | +|572. 另一个树的子树|1|https://leetcode-cn.com/problems/subtree-of-another-tree| |
| 59 | +|102. 二叉树的层序遍历|1|https://leetcode-cn.com/problems/binary-tree-level-order-traversal| |
| 60 | +|560. 和为K的子数组|1|https://leetcode-cn.com/problems/subarray-sum-equals-k| |
| 61 | +|287. 寻找重复数|1|https://leetcode-cn.com/problems/find-the-duplicate-number| |
| 62 | +|239. 滑动窗口最大值|1|https://leetcode-cn.com/problems/sliding-window-maximum| |
| 63 | +|104. 二叉树的最大深度|1|https://leetcode-cn.com/problems/maximum-depth-of-binary-tree| |
| 64 | +|2. 两数相加|1|https://leetcode-cn.com/problems/add-two-numbers| |
| 65 | +|255. 验证前序遍历序列二叉搜索树|1|https://leetcode-cn.com/problems/verify-preorder-sequence-in-binary-search-tree| |
| 66 | +|179. 最大数|1|https://leetcode-cn.com/problems/largest-number| |
| 67 | +|121. 买卖股票的最佳时机|1|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock| |
| 68 | +|33. 搜索旋转排序数组|1|https://leetcode-cn.com/problems/search-in-rotated-sorted-array| |
| 69 | +|509. 斐波那契数|1|https://leetcode-cn.com/problems/fibonacci-number| |
| 70 | +|5. 最长回文子串|1|https://leetcode-cn.com/problems/longest-palindromic-substring| |
| 71 | +|3. 无重复字符的最长子串|1|https://leetcode-cn.com/problems/longest-substring-without-repeating-characters| |
| 72 | +|240. 搜索二维矩阵 II|1|https://leetcode-cn.com/problems/search-a-2d-matrix-ii| |
0 commit comments