Skip to content

Commit ca862ab

Browse files
authored
Create latest.md
快手7.25~8.12的题目
1 parent b16e5f3 commit ca862ab

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

kuaishou/latest.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
以下为快手牛客面经 7.25~8.12汇总后的题目数据。
2+
3+
🎯方便大家刷近期面经,更有针对性地冲击面试。
4+
5+
快手的总数据,请在首页点击具体岗位查看。
6+
| 公司 | 题目 | 链接 | 频度 |
7+
|----|---------------------------|-------------------------------------------------------------------------------------------|----|
8+
| 快手 | 146. LRU缓存机制 | https://leetcode-cn.com/problems/lru-cache/ | 5 |
9+
| 快手 | 136. 只出现一次的数字 | https://leetcode-cn.com/problems/single-number/ | 3 |
10+
| 快手 | 151. 翻转字符串里的单词 | https://leetcode-cn.com/problems/reverse-words-in-a-string/ | 3 |
11+
| 快手 | 103. 二叉树的锯齿形层次遍历 | https://leetcode-cn.com/problems/binary-tree-zigzag-level-order-traversal/ | 3 |
12+
| 快手 | 215. 数组中的第K个最大元素 | https://leetcode-cn.com/problems/kth-largest-element-in-an-array/ | 3 |
13+
| 快手 | 剑指 Offer 18. 删除链表的节点 | https://leetcode-cn.com/problems/shan-chu-lian-biao-de-jie-dian-lcof/ | 2 |
14+
| 快手 | 206. 反转链表 | https://leetcode-cn.com/problems/reverse-linked-list/ | 2 |
15+
| 快手 | 3. 无重复字符的最长子串 | https://leetcode-cn.com/problems/longest-substring-without-repeating-characters/ | 2 |
16+
| 快手 | 43. 字符串相乘 | https://leetcode-cn.com/problems/multiply-strings/ | 1 |
17+
| 快手 | 40. 组合总和 II | https://leetcode-cn.com/problems/combination-sum-ii/ | 1 |
18+
| 快手 | 415. 字符串相加 | https://leetcode-cn.com/problems/add-strings/ | 1 |
19+
| 快手 | 88. 合并两个有序数组 | https://leetcode-cn.com/problems/merge-sorted-array/ | 1 |
20+
| 快手 | 78. 子集 | https://leetcode-cn.com/problems/subsets/ | 1 |
21+
| 快手 | 面试题 08.11. 硬币 | https://leetcode-cn.com/problems/coin-lcci/ | 1 |
22+
| 快手 | 94. 二叉树的中序遍历 | https://leetcode-cn.com/problems/binary-tree-inorder-traversal/ | 1 |
23+
| 快手 | 69. x 的平方根 | https://leetcode-cn.com/problems/sqrtx/ | 1 |
24+
| 快手 | 剑指 Offer 36. 二叉搜索树与双向链表 | https://leetcode-cn.com/problems/er-cha-sou-suo-shu-yu-shuang-xiang-lian-biao-lcof/ | 1 |
25+
| 快手 | 48. 旋转图像 | https://leetcode-cn.com/problems/rotate-image/ | 1 |
26+
| 快手 | 142. 环形链表 II | https://leetcode-cn.com/problems/linked-list-cycle-ii/ | 1 |
27+
| 快手 | 15. 三数之和 | https://leetcode-cn.com/problems/3sum/ | 1 |
28+
| 快手 | 20. 有效的括号 | https://leetcode-cn.com/problems/valid-parentheses/ | 1 |
29+
| 快手 | 232. 用栈实现队列 | https://leetcode-cn.com/problems/implement-queue-using-stacks/ | 1 |
30+
| 快手 | 235. 二叉搜索树的最近公共祖先 | https://leetcode-cn.com/problems/lowest-common-ancestor-of-a-binary-search-tree/ | 1 |
31+
| 快手 | 169. 多数元素 | https://leetcode-cn.com/problems/majority-element/ | 1 |
32+
| 快手 | 300. 最长上升子序列 | https://leetcode-cn.com/problems/longest-increasing-subsequence/ | 1 |
33+
| 快手 | 226. 翻转二叉树 | https://leetcode-cn.com/problems/invert-binary-tree/ | 1 |
34+
| 快手 | 16. 最接近的三数之和 | https://leetcode-cn.com/problems/3sum-closest/ | 1 |
35+
| 快手 | 322. 零钱兑换 | https://leetcode-cn.com/problems/coin-change/ | 1 |
36+
| 快手 | 剑指 Offer 51. 数组中的逆序对 | https://leetcode-cn.com/problems/shu-zu-zhong-de-ni-xu-dui-lcof/ | 1 |
37+
| 快手 | 93. 复原IP地址 | https://leetcode-cn.com/problems/restore-ip-addresses/ | 1 |
38+
| 快手 | 34. 在排序数组中查找元素的第一个和最后一个位置 | https://leetcode-cn.com/problems/find-first-and-last-position-of-element-in-sorted-array/ | 1 |
39+
| 快手 | 9. 回文数 | https://leetcode-cn.com/problems/palindrome-number/ | 1 |
40+
| 快手 | 33. 搜索旋转排序数组 | https://leetcode-cn.com/problems/search-in-rotated-sorted-array/ | 1 |
41+
| 快手 | 1. 两数之和 | https://leetcode-cn.com/problems/two-sum/ | 1 |
42+
| 快手 | 111. 二叉树的最小深度 | https://leetcode-cn.com/problems/minimum-depth-of-binary-tree/ | 1 |
43+
| 快手 | 144. 二叉树的前序遍历 | https://leetcode-cn.com/problems/binary-tree-preorder-traversal/ | 1 |

0 commit comments

Comments
 (0)