From 26cc1bca040c36545e7d83c23ec65239093f951b Mon Sep 17 00:00:00 2001 From: afatcoder Date: Fri, 11 Jun 2021 11:32:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=9A=E9=A9=AC=E9=80=8A?= =?UTF-8?q?=E9=9D=A2=E7=BB=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- amazon/SDE.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 amazon/SDE.md diff --git a/README.md b/README.md index fe0a0b2..51c3473 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,10 @@ :warning:使用本仓库的频度数据或转载文章,需注明本仓库地址!侵权必究! +## 亚马逊中国(更新至牛客2021.6.9的面经) +- [SDE](https://github.com/afatcoder/LeetcodeTop/blob/master/amazon/SDE.md) -## 微软(更新至牛客2021.5.30的面经) +## 微软中国(更新至牛客2021.5.30的面经) - [SDE](https://github.com/afatcoder/LeetcodeTop/blob/master/microsoft/SDE.md) ## 虾皮shopee(牛客2020.8.1~2021.5.10的面经) diff --git a/amazon/SDE.md b/amazon/SDE.md new file mode 100644 index 0000000..26e64f8 --- /dev/null +++ b/amazon/SDE.md @@ -0,0 +1,31 @@ +- 题目原文链接见[issues](https://github.com/afatcoder/LeetcodeTop/issues) +- 若想按部门/难度/题型筛选题目,可以在[CodeTop](https://codetop.cc) 查询 + +|题目|出现次数|链接| +|-|-|-| +|3. 无重复字符的最长子串|2|https://leetcode-cn.com/problems/longest-substring-without-repeating-characters| +|146. LRU缓存机制|2|https://leetcode-cn.com/problems/lru-cache| +|120. 三角形最小路径和|2|https://leetcode-cn.com/problems/triangle| +|102. 二叉树的层序遍历|2|https://leetcode-cn.com/problems/binary-tree-level-order-traversal| +|110. 平衡二叉树|2|https://leetcode-cn.com/problems/balanced-binary-tree| +|200. 岛屿数量|1|https://leetcode-cn.com/problems/number-of-islands| +|10. 正则表达式匹配|1|https://leetcode-cn.com/problems/regular-expression-matching| +|129. 求根到叶子节点数字之和|1|https://leetcode-cn.com/problems/sum-root-to-leaf-numbers| +|227. 基本计算器 II|1|https://leetcode-cn.com/problems/basic-calculator-ii| +|343. 整数拆分|1|https://leetcode-cn.com/problems/integer-break| +|215. 数组中的第K个最大元素|1|https://leetcode-cn.com/problems/kth-largest-element-in-an-array| +|121. 买卖股票的最佳时机|1|https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock| +|剑指 Offer 53 - II. 0~n-1中缺失的数字|1|https://leetcode-cn.com/problems/que-shi-de-shu-zi-lcof| +|378. 有序矩阵中第K小的元素|1|https://leetcode-cn.com/problems/kth-smallest-element-in-a-sorted-matrix| +|8. 字符串转换整数 (atoi)|1|https://leetcode-cn.com/problems/string-to-integer-atoi| +|486. 预测赢家|1|https://leetcode-cn.com/problems/predict-the-winner| +|15. 三数之和|1|https://leetcode-cn.com/problems/3sum| +|781. 森林中的兔子|1|https://leetcode-cn.com/problems/rabbits-in-forest| +|剑指 Offer 36. 二叉搜索树与双向链表|1|https://leetcode-cn.com/problems/er-cha-sou-suo-shu-yu-shuang-xiang-lian-biao-lcof| +|46. 全排列|1|https://leetcode-cn.com/problems/permutations| +|23. 合并K个排序链表|1|https://leetcode-cn.com/problems/merge-k-sorted-lists| +|460. LFU缓存|1|https://leetcode-cn.com/problems/lfu-cache| +|2. 两数相加|1|https://leetcode-cn.com/problems/add-two-numbers| +|4. 寻找两个正序数组的中位数|1|https://leetcode-cn.com/problems/median-of-two-sorted-arrays| +|611. 有效三角形的个数|1|https://leetcode-cn.com/problems/valid-triangle-number| +|面试题 08.05. 递归乘法|1|https://leetcode-cn.com/problems/recursive-mulitply-lcci|