From 0045265fd317a85ba87c9da7674b6c1b56e8af53 Mon Sep 17 00:00:00 2001 From: ShusenTang Date: Sun, 9 Feb 2020 14:23:03 +0800 Subject: [PATCH] add reference --- CodingInterview.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CodingInterview.md b/CodingInterview.md index 58428fd..ce97cb7 100644 --- a/CodingInterview.md +++ b/CodingInterview.md @@ -46,3 +46,8 @@ | 39 | [数组中出现次数超过一半的数字](https://www.nowcoder.com/practice/e8a1b01a2df14cb2b228b30ee6a92163?tpId=13&tqId=11181&tPage=1&rp=1&ru=/ta/coding-interviews&qru=/ta/coding-interviews/question-ranking) | [169. Majority Element](solutions/169.%20Majority%20Element.md)| | 40 | [最小的k个数](https://www.nowcoder.com/practice/6a296eb82cf844ca8539b57c23e6e9bf?tpId=13&tqId=11182&tPage=2&rp=1&ru=%2Fta%2Fcoding-interviews&qru=%2Fta%2Fcoding-interviews%2Fquestion-ranking) | [215. Kth Largest Element in an Array](solutions/215.%20Kth%20Largest%20Element%20in%20an%20Array.md)| 略有不同 | + + +## 参考 +* [yanring - 剑指offer leetcode 对应](https://gist.github.com/yanring/fd7c494616f99052d1fea3bc788cc800) +* [NeilHUI - 剑指offer leetcode 对应编程练习记录](https://github.com/NeilHUI/LeetCode) \ No newline at end of file