Skip to content

Commit e32a29a

Browse files
authored
更新2.4前端面经
1 parent 7493470 commit e32a29a

File tree

1 file changed

+35
-28
lines changed

1 file changed

+35
-28
lines changed

bytedance/frontend.md

Lines changed: 35 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,65 +2,72 @@
22
|-|-|-|
33
|215. 数组中的第K个最大元素|8|https://leetcode-cn.com/problems/kth-largest-element-in-an-array|
44
|209. 长度最小的子数组|7|https://leetcode-cn.com/problems/minimum-size-subarray-sum|
5+
|88. 合并两个有序数组|5|https://leetcode-cn.com/problems/merge-sorted-array|
6+
|112. 路径总和|5|https://leetcode-cn.com/problems/path-sum|
57
|93. 复原IP地址|5|https://leetcode-cn.com/problems/restore-ip-addresses|
8+
|129. 求根到叶子节点数字之和|5|https://leetcode-cn.com/problems/sum-root-to-leaf-numbers|
69
|415. 字符串相加|5|https://leetcode-cn.com/problems/add-strings|
7-
|112. 路径总和|4|https://leetcode-cn.com/problems/path-sum|
10+
|165. 比较版本号|4|https://leetcode-cn.com/problems/compare-version-numbers|
11+
|226. 翻转二叉树|4|https://leetcode-cn.com/problems/invert-binary-tree|
812
|1. 两数之和|4|https://leetcode-cn.com/problems/two-sum|
9-
|88. 合并两个有序数组|4|https://leetcode-cn.com/problems/merge-sorted-array|
13+
|113. 路径总和 II|3|https://leetcode-cn.com/problems/path-sum-ii|
1014
|141. 环形链表|3|https://leetcode-cn.com/problems/linked-list-cycle|
15+
|53. 最大子序和|3|https://leetcode-cn.com/problems/maximum-subarray|
1116
|121. 买卖股票的最佳时机|3|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock|
12-
|15. 三数之和|3|https://leetcode-cn.com/problems/3sum|
1317
|94. 二叉树的中序遍历|3|https://leetcode-cn.com/problems/binary-tree-inorder-traversal|
18+
|15. 三数之和|3|https://leetcode-cn.com/problems/3sum|
1419
|3. 无重复字符的最长子串|3|https://leetcode-cn.com/problems/longest-substring-without-repeating-characters|
15-
|226. 翻转二叉树|3|https://leetcode-cn.com/problems/invert-binary-tree|
16-
|113. 路径总和 II|3|https://leetcode-cn.com/problems/path-sum-ii|
17-
|53. 最大子序和|2|https://leetcode-cn.com/problems/maximum-subarray|
20+
|509. 斐波那契数|2|https://leetcode-cn.com/problems/fibonacci-number|
21+
|169. 多数元素|2|https://leetcode-cn.com/problems/majority-element|
22+
|54. 螺旋矩阵|2|https://leetcode-cn.com/problems/spiral-matrix|
23+
|剑指 Offer 21. 调整数组顺序使奇数位于偶数前面|2|https://leetcode-cn.com/problems/diao-zheng-shu-zu-shun-xu-shi-qi-shu-wei-yu-ou-shu-qian-mian-lcof|
24+
|剑指 Offer 22. 链表中倒数第k个节点|2|https://leetcode-cn.com/problems/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof|
25+
|695. 岛屿的最大面积|2|https://leetcode-cn.com/problems/max-area-of-island|
1826
|394. 字符串解码|2|https://leetcode-cn.com/problems/decode-string|
19-
|165. 比较版本号|2|https://leetcode-cn.com/problems/compare-version-numbers|
20-
|129. 求根到叶子节点数字之和|2|https://leetcode-cn.com/problems/sum-root-to-leaf-numbers|
2127
|155. 最小栈|2|https://leetcode-cn.com/problems/min-stack|
2228
|102. 二叉树的层序遍历|2|https://leetcode-cn.com/problems/binary-tree-level-order-traversal|
29+
|206. 反转链表|2|https://leetcode-cn.com/problems/reverse-linked-list|
30+
|144. 二叉树的前序遍历|2|https://leetcode-cn.com/problems/binary-tree-preorder-traversal|
2331
|104. 二叉树的最大深度|2|https://leetcode-cn.com/problems/maximum-depth-of-binary-tree|
32+
|42. 接雨水|2|https://leetcode-cn.com/problems/trapping-rain-water|
33+
|718. 最长重复子数组|2|https://leetcode-cn.com/problems/maximum-length-of-repeated-subarray|
2434
|230. 二叉搜索树中第K小的元素|2|https://leetcode-cn.com/problems/kth-smallest-element-in-a-bst|
25-
|54. 螺旋矩阵|2|https://leetcode-cn.com/problems/spiral-matrix|
26-
|509. 斐波那契数|2|https://leetcode-cn.com/problems/fibonacci-number|
27-
|剑指 Offer 21. 调整数组顺序使奇数位于偶数前面|2|https://leetcode-cn.com/problems/diao-zheng-shu-zu-shun-xu-shi-qi-shu-wei-yu-ou-shu-qian-mian-lcof|
28-
|剑指 Offer 22. 链表中倒数第k个节点|1|https://leetcode-cn.com/problems/lian-biao-zhong-dao-shu-di-kge-jie-dian-lcof|
35+
|62. 不同路径|1|https://leetcode-cn.com/problems/unique-paths|
36+
|114. 二叉树展开为链表|1|https://leetcode-cn.com/problems/flatten-binary-tree-to-linked-list|
2937
|31. 下一个排列|1|https://leetcode-cn.com/problems/next-permutation|
30-
|498. 对角线遍历|1|https://leetcode-cn.com/problems/diagonal-traverse|
3138
|221. 最大正方形|1|https://leetcode-cn.com/problems/maximal-square|
32-
|剑指 Offer 04. 二维数组中的查找|1|https://leetcode-cn.com/problems/er-wei-shu-zu-zhong-de-cha-zhao-lcof|
39+
|498. 对角线遍历|1|https://leetcode-cn.com/problems/diagonal-traverse|
3340
|213. 打家劫舍 II|1|https://leetcode-cn.com/problems/house-robber-ii|
3441
|1047. 删除字符串中的所有相邻重复项|1|https://leetcode-cn.com/problems/remove-all-adjacent-duplicates-in-string|
35-
|984. 不含 AAA 或 BBB 的字符串|1|https://leetcode-cn.com/problems/string-without-aaa-or-bbb|
42+
|剑指 Offer 04. 二维数组中的查找|1|https://leetcode-cn.com/problems/er-wei-shu-zu-zhong-de-cha-zhao-lcof|
3643
|862. 和至少为 K 的最短子数组|1|https://leetcode-cn.com/problems/shortest-subarray-with-sum-at-least-k|
3744
|44. 通配符匹配|1|https://leetcode-cn.com/problems/wildcard-matching|
38-
|46. 全排列|1|https://leetcode-cn.com/problems/permutations|
45+
|984. 不含 AAA 或 BBB 的字符串|1|https://leetcode-cn.com/problems/string-without-aaa-or-bbb|
46+
|160. 相交链表|1|https://leetcode-cn.com/problems/intersection-of-two-linked-lists|
3947
|21. 合并两个有序链表|1|https://leetcode-cn.com/problems/merge-two-sorted-lists|
48+
|46. 全排列|1|https://leetcode-cn.com/problems/permutations|
4049
|198. 打家劫舍|1|https://leetcode-cn.com/problems/house-robber|
4150
|剑指 Offer 24. 反转链表|1|https://leetcode-cn.com/problems/fan-zhuan-lian-biao-lcof|
4251
|242. 有效的字母异位词|1|https://leetcode-cn.com/problems/valid-anagram|
4352
|200. 岛屿数量|1|https://leetcode-cn.com/problems/number-of-islands|
44-
|206. 反转链表|1|https://leetcode-cn.com/problems/reverse-linked-list|
53+
|257. 二叉树的所有路径|1|https://leetcode-cn.com/problems/binary-tree-paths|
4554
|322. 零钱兑换|1|https://leetcode-cn.com/problems/coin-change|
46-
|227. 基本计算器 II|1|https://leetcode-cn.com/problems/basic-calculator-ii|
47-
|144. 二叉树的前序遍历|1|https://leetcode-cn.com/problems/binary-tree-preorder-traversal|
4855
|98. 验证二叉搜索树|1|https://leetcode-cn.com/problems/validate-binary-search-tree|
49-
|142. 环形链表 II|1|https://leetcode-cn.com/problems/linked-list-cycle-ii|
56+
|227. 基本计算器 II|1|https://leetcode-cn.com/problems/basic-calculator-ii|
5057
|14. 最长公共前缀|1|https://leetcode-cn.com/problems/longest-common-prefix|
51-
|42. 接雨水|1|https://leetcode-cn.com/problems/trapping-rain-water|
52-
|16. 最接近的三数之和|1|https://leetcode-cn.com/problems/3sum-closest|
53-
|468. 验证IP地址|1|https://leetcode-cn.com/problems/validate-ip-address|
58+
|142. 环形链表 II|1|https://leetcode-cn.com/problems/linked-list-cycle-ii|
5459
|680. 验证回文字符串 Ⅱ|1|https://leetcode-cn.com/problems/valid-palindrome-ii|
5560
|19. 删除链表的倒数第N个节点|1|https://leetcode-cn.com/problems/remove-nth-node-from-end-of-list|
61+
|16. 最接近的三数之和|1|https://leetcode-cn.com/problems/3sum-closest|
62+
|468. 验证IP地址|1|https://leetcode-cn.com/problems/validate-ip-address|
63+
|63. 不同路径 II|1|https://leetcode-cn.com/problems/unique-paths-ii|
64+
|70. 爬楼梯|1|https://leetcode-cn.com/problems/climbing-stairs|
5665
|224. 基本计算器|1|https://leetcode-cn.com/problems/basic-calculator|
5766
|151. 翻转字符串里的单词|1|https://leetcode-cn.com/problems/reverse-words-in-a-string|
58-
|70. 爬楼梯|1|https://leetcode-cn.com/problems/climbing-stairs|
59-
|443. 压缩字符串|1|https://leetcode-cn.com/problems/string-compression|
6067
|109. 有序链表转换二叉搜索树|1|https://leetcode-cn.com/problems/convert-sorted-list-to-binary-search-tree|
6168
|124. 二叉树中的最大路径和|1|https://leetcode-cn.com/problems/binary-tree-maximum-path-sum|
69+
|443. 压缩字符串|1|https://leetcode-cn.com/problems/string-compression|
70+
|1498. 满足条件的子序列数目|1|https://leetcode-cn.com/problems/number-of-subsequences-that-satisfy-the-given-sum-condition|
71+
|剑指 Offer 48. 最长不含重复字符的子字符串|1|https://leetcode-cn.com/problems/zui-chang-bu-han-zhong-fu-zi-fu-de-zi-zi-fu-chuan-lcof|
6272
|130. 被围绕的区域|1|https://leetcode-cn.com/problems/surrounded-regions|
6373
|67. 二进制求和|1|https://leetcode-cn.com/problems/add-binary|
64-
|剑指 Offer 48. 最长不含重复字符的子字符串|1|https://leetcode-cn.com/problems/zui-chang-bu-han-zhong-fu-zi-fu-de-zi-zi-fu-chuan-lcof|
65-
|169. 多数元素|1|https://leetcode-cn.com/problems/majority-element|
66-
|114. 二叉树展开为链表|1|https://leetcode-cn.com/problems/flatten-binary-tree-to-linked-list|

0 commit comments

Comments
 (0)