Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: afatcoder/LeetcodeTop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bytebeats/LeetcodeTop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 42 files changed
  • 1 contributor

Commits on Jun 7, 2022

  1. microsoft sde.

    bytebeats committed Jun 7, 2022
    Copy the full SHA
    f5de709 View commit details
  2. Copy the full SHA
    f77563b View commit details
52 changes: 26 additions & 26 deletions amazon/SDE.md
Original file line number Diff line number Diff line change
@@ -3,29 +3,29 @@

|题目|出现次数|链接|
|-|-|-|
|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|
|3. 无重复字符的最长子串|2|https://leetcode.cn/problems/longest-substring-without-repeating-characters|
|146. LRU缓存机制|2|https://leetcode.cn/problems/lru-cache|
|120. 三角形最小路径和|2|https://leetcode.cn/problems/triangle|
|102. 二叉树的层序遍历|2|https://leetcode.cn/problems/binary-tree-level-order-traversal|
|110. 平衡二叉树|2|https://leetcode.cn/problems/balanced-binary-tree|
|200. 岛屿数量|1|https://leetcode.cn/problems/number-of-islands|
|10. 正则表达式匹配|1|https://leetcode.cn/problems/regular-expression-matching|
|129. 求根到叶子节点数字之和|1|https://leetcode.cn/problems/sum-root-to-leaf-numbers|
|227. 基本计算器 II|1|https://leetcode.cn/problems/basic-calculator-ii|
|343. 整数拆分|1|https://leetcode.cn/problems/integer-break|
|215. 数组中的第K个最大元素|1|https://leetcode.cn/problems/kth-largest-element-in-an-array|
|121. 买卖股票的最佳时机|1|https://leetcode.cn/problems/best-time-to-buy-and-sell-stock|
|剑指 Offer 53 - II. 0~n-1中缺失的数字|1|https://leetcode.cn/problems/que-shi-de-shu-zi-lcof|
|378. 有序矩阵中第K小的元素|1|https://leetcode.cn/problems/kth-smallest-element-in-a-sorted-matrix|
|8. 字符串转换整数 (atoi)|1|https://leetcode.cn/problems/string-to-integer-atoi|
|486. 预测赢家|1|https://leetcode.cn/problems/predict-the-winner|
|15. 三数之和|1|https://leetcode.cn/problems/3sum|
|781. 森林中的兔子|1|https://leetcode.cn/problems/rabbits-in-forest|
|剑指 Offer 36. 二叉搜索树与双向链表|1|https://leetcode.cn/problems/er-cha-sou-suo-shu-yu-shuang-xiang-lian-biao-lcof|
|46. 全排列|1|https://leetcode.cn/problems/permutations|
|23. 合并K个排序链表|1|https://leetcode.cn/problems/merge-k-sorted-lists|
|460. LFU缓存|1|https://leetcode.cn/problems/lfu-cache|
|2. 两数相加|1|https://leetcode.cn/problems/add-two-numbers|
|4. 寻找两个正序数组的中位数|1|https://leetcode.cn/problems/median-of-two-sorted-arrays|
|611. 有效三角形的个数|1|https://leetcode.cn/problems/valid-triangle-number|
|面试题 08.05. 递归乘法|1|https://leetcode.cn/problems/recursive-mulitply-lcci|
38 changes: 19 additions & 19 deletions baidu/algorithm.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
| 公司 | 岗位 | 题目 | 链接 | 频度 |
|----|----|------------------------------|-----------------------------------------------------------------------------------------------------|----|
| 百度 | 算法 | 215. 数组中的第K个最大元素 | https://leetcode-cn.com/problems/kth-largest-element-in-an-array/ | 7 |
| 百度 | 算法 | 142. 环形链表 II | https://leetcode-cn.com/problems/linked-list-cycle-ii/ | 2 |
| 百度 | 算法 | 103. 二叉树的锯齿形层次遍历 | https://leetcode-cn.com/problems/binary-tree-zigzag-level-order-traversal/ | 2 |
| 百度 | 算法 | 1339. 分裂二叉树的最大乘积 | https://leetcode-cn.com/problems/maximum-product-of-splitted-binary-tree/ | 1 |
| 百度 | 算法 | 101. 对称二叉树 | https://leetcode-cn.com/problems/symmetric-tree/ | 1 |
| 百度 | 算法 | 46. 全排列 | https://leetcode-cn.com/problems/permutations/ | 1 |
| 百度 | 算法 | 53. 最大子序和 | https://leetcode-cn.com/problems/maximum-subarray/ | 1 |
| 百度 | 算法 | 98. 验证二叉搜索树 | https://leetcode-cn.com/problems/validate-binary-search-tree/ | 1 |
| 百度 | 算法 | 102. 二叉树的层序遍历 | https://leetcode-cn.com/problems/binary-tree-level-order-traversal/ | 1 |
| 百度 | 算法 | 62. 不同路径 | https://leetcode-cn.com/problems/unique-paths/ | 1 |
| 百度 | 算法 | 69. x 的平方根 | https://leetcode-cn.com/problems/sqrtx/ | 1 |
| 百度 | 算法 | 208. 实现 Trie (前缀树) | https://leetcode-cn.com/problems/implement-trie-prefix-tree/ | 1 |
| 百度 | 算法 | 72. 编辑距离 | https://leetcode-cn.com/problems/edit-distance/ | 1 |
| 百度 | 算法 | 5. 最长回文子串 | https://leetcode-cn.com/problems/longest-palindromic-substring/ | 1 |
| 百度 | 算法 | 206. 反转链表 | https://leetcode-cn.com/problems/reverse-linked-list/ | 1 |
| 百度 | 算法 | 234. 回文链表 | https://leetcode-cn.com/problems/palindrome-linked-list/ | 1 |
| 百度 | 算法 | 剑指 Offer 59 - I. 滑动窗口的最大值 | https://leetcode-cn.com/problems/hua-dong-chuang-kou-de-zui-da-zhi-lcof/ | 1 |
| 百度 | 算法 | 404. 左叶子之和 | https://leetcode-cn.com/problems/sum-of-left-leaves/ | 1 |
| 百度 | 算法 | 剑指 Offer 21. 调整数组顺序使奇数位于偶数前面 | https://leetcode-cn.com/problems/diao-zheng-shu-zu-shun-xu-shi-qi-shu-wei-yu-ou-shu-qian-mian-lcof/ | 1 |
| 百度 | 算法 | 215. 数组中的第K个最大元素 | https://leetcode.cn/problems/kth-largest-element-in-an-array/ | 7 |
| 百度 | 算法 | 142. 环形链表 II | https://leetcode.cn/problems/linked-list-cycle-ii/ | 2 |
| 百度 | 算法 | 103. 二叉树的锯齿形层次遍历 | https://leetcode.cn/problems/binary-tree-zigzag-level-order-traversal/ | 2 |
| 百度 | 算法 | 1339. 分裂二叉树的最大乘积 | https://leetcode.cn/problems/maximum-product-of-splitted-binary-tree/ | 1 |
| 百度 | 算法 | 101. 对称二叉树 | https://leetcode.cn/problems/symmetric-tree/ | 1 |
| 百度 | 算法 | 46. 全排列 | https://leetcode.cn/problems/permutations/ | 1 |
| 百度 | 算法 | 53. 最大子序和 | https://leetcode.cn/problems/maximum-subarray/ | 1 |
| 百度 | 算法 | 98. 验证二叉搜索树 | https://leetcode.cn/problems/validate-binary-search-tree/ | 1 |
| 百度 | 算法 | 102. 二叉树的层序遍历 | https://leetcode.cn/problems/binary-tree-level-order-traversal/ | 1 |
| 百度 | 算法 | 62. 不同路径 | https://leetcode.cn/problems/unique-paths/ | 1 |
| 百度 | 算法 | 69. x 的平方根 | https://leetcode.cn/problems/sqrtx/ | 1 |
| 百度 | 算法 | 208. 实现 Trie (前缀树) | https://leetcode.cn/problems/implement-trie-prefix-tree/ | 1 |
| 百度 | 算法 | 72. 编辑距离 | https://leetcode.cn/problems/edit-distance/ | 1 |
| 百度 | 算法 | 5. 最长回文子串 | https://leetcode.cn/problems/longest-palindromic-substring/ | 1 |
| 百度 | 算法 | 206. 反转链表 | https://leetcode.cn/problems/reverse-linked-list/ | 1 |
| 百度 | 算法 | 234. 回文链表 | https://leetcode.cn/problems/palindrome-linked-list/ | 1 |
| 百度 | 算法 | 剑指 Offer 59 - I. 滑动窗口的最大值 | https://leetcode.cn/problems/hua-dong-chuang-kou-de-zui-da-zhi-lcof/ | 1 |
| 百度 | 算法 | 404. 左叶子之和 | https://leetcode.cn/problems/sum-of-left-leaves/ | 1 |
| 百度 | 算法 | 剑指 Offer 21. 调整数组顺序使奇数位于偶数前面 | https://leetcode.cn/problems/diao-zheng-shu-zu-shun-xu-shi-qi-shu-wei-yu-ou-shu-qian-mian-lcof/ | 1 |
Loading