Skip to content

Commit 5cc3ecc

Browse files
authored
更新2.4数据岗面经
1 parent e32a29a commit 5cc3ecc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

bytedance/data.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
|题目|出现次数|链接|
22
|-|-|-|
33
|232. 用栈实现队列|3|https://leetcode-cn.com/problems/implement-queue-using-stacks|
4+
|101. 对称二叉树|1|https://leetcode-cn.com/problems/symmetric-tree|
5+
|33. 搜索旋转排序数组|1|https://leetcode-cn.com/problems/search-in-rotated-sorted-array|
6+
|121. 买卖股票的最佳时机|1|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock|
47
|240. 搜索二维矩阵 II|1|https://leetcode-cn.com/problems/search-a-2d-matrix-ii|
58
|剑指 Offer 59 - II. 队列的最大值|1|https://leetcode-cn.com/problems/dui-lie-de-zui-da-zhi-lcof|
9+
|155. 最小栈|1|https://leetcode-cn.com/problems/min-stack|
610
|42. 接雨水|1|https://leetcode-cn.com/problems/trapping-rain-water|
711
|3. 无重复字符的最长子串|1|https://leetcode-cn.com/problems/longest-substring-without-repeating-characters|
12+
|5. 最长回文子串|1|https://leetcode-cn.com/problems/longest-palindromic-substring|
813
|92. 反转链表 II|1|https://leetcode-cn.com/problems/reverse-linked-list-ii|
914
|206. 反转链表|1|https://leetcode-cn.com/problems/reverse-linked-list|
1015
|112. 路径总和|1|https://leetcode-cn.com/problems/path-sum|
16+
|718. 最长重复子数组|1|https://leetcode-cn.com/problems/maximum-length-of-repeated-subarray|
1117
|297. 二叉树的序列化与反序列化|1|https://leetcode-cn.com/problems/serialize-and-deserialize-binary-tree|
1218
|440. 字典序的第K小数字|1|https://leetcode-cn.com/problems/k-th-smallest-in-lexicographical-order|
1319
|剑指 Offer 41. 数据流中的中位数|1|https://leetcode-cn.com/problems/shu-ju-liu-zhong-de-zhong-wei-shu-lcof|
@@ -16,5 +22,3 @@
1622
|226. 翻转二叉树|1|https://leetcode-cn.com/problems/invert-binary-tree|
1723
|1201. 丑数 III|1|https://leetcode-cn.com/problems/ugly-number-iii|
1824
|60. 第k个排列|1|https://leetcode-cn.com/problems/permutation-sequence|
19-
|101. 对称二叉树|1|https://leetcode-cn.com/problems/symmetric-tree|
20-
|121. 买卖股票的最佳时机|1|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock|

0 commit comments

Comments
 (0)