|
1 | 1 |
|
2 |
| -### LeetCode |
| 2 | +## LeetCode |
3 | 3 | [LeetCode(中国)官网](https://leetcode-cn.com/)
|
4 | 4 |
|
5 | 5 | [如何高效地使用 LeetCode](https://leetcode-cn.com/articles/%E5%A6%82%E4%BD%95%E9%AB%98%E6%95%88%E5%9C%B0%E4%BD%BF%E7%94%A8-leetcode/)
|
6 | 6 |
|
7 | 7 |
|
8 |
| -### 牛客网: |
| 8 | +## 牛客网: |
| 9 | + |
9 | 10 | [牛客网首页](https://www.nowcoder.com)
|
10 | 11 |
|
11 |
| -**优质算法题汇总:** |
12 | 12 |
|
13 |
| -[剑指offer编程题](https://www.nowcoder.com/ta/coding-interviews) |
| 13 | +> ### **[剑指offer编程题](https://www.nowcoder.com/ta/coding-interviews)** |
| 14 | +
|
| 15 | +**分类解析:** |
| 16 | +- [(1)斐波那契数列问题和跳台阶问题](https://github.com/Snailclimb/Java-Guide/tree/master/数据结构与算法/算法题解析/剑指offer/(1)斐波那契数列问题和跳台阶问题.md) |
| 17 | +- [(2)二维数组查找和替换空格问题](https://github.com/Snailclimb/Java-Guide/tree/master/数据结构与算法/算法题解析/剑指offer/(2)二维数组查找和替换空格问题.md) |
| 18 | +- [(3)数值的整数次方和调整数组元素顺序](https://github.com/Snailclimb/Java-Guide/tree/master/数据结构与算法/算法题解析/剑指offer/(3)数值的整数次方和调整数组元素顺序.md) |
| 19 | +- [(4)链表相关编程题](https://github.com/Snailclimb/Java-Guide/tree/master/数据结构与算法/算法题解析/剑指offer/(4)链表相关编程题.md) |
| 20 | +- [(5)栈变队列和栈的压入、弹出序列](https://github.com/Snailclimb/Java-Guide/tree/master/数据结构与算法/算法题解析/剑指offer/(5)栈变队列和栈的压入、弹出序列.md) |
14 | 21 |
|
15 |
| -[2017校招真题](https://www.nowcoder.com/ta/2017test) |
| 22 | +> ### [2017校招真题](https://www.nowcoder.com/ta/2017test) |
16 | 23 |
|
17 |
| -[华为机试题](https://www.nowcoder.com/ta/huawei) |
| 24 | +> ### [华为机试题](https://www.nowcoder.com/ta/huawei) |
18 | 25 |
|
19 | 26 |
|
20 |
| -### 公司真题 |
| 27 | +## 公司真题 |
21 | 28 |
|
22 |
| -[ 网易2018校园招聘编程题真题集合](https://www.nowcoder.com/test/6910869/summary) |
| 29 | +> [ 网易2018校园招聘编程题真题集合](https://www.nowcoder.com/test/6910869/summary) |
23 | 30 |
|
24 |
| -- [ 网易2018校园招聘编程题真题集合](https://www.nowcoder.com/test/6910869/summary) |
| 31 | +**解析:** |
| 32 | +- [ 网易2018校招编程题1-3](https://github.com/Snailclimb/Java-Guide/tree/master/数据结构与算法/算法题解析/公司真题/网易2018校招编程题1-3.md) |
25 | 33 |
|
26 |
| -[ 网易2018校招内推编程题集合](https://www.nowcoder.com/test/6291726/summary) |
| 34 | +> [ 网易2018校招内推编程题集合](https://www.nowcoder.com/test/6291726/summary) |
27 | 35 |
|
28 |
| - [2017年校招全国统一模拟笔试(第五场)编程题集合](https://www.nowcoder.com/test/5986669/summary) |
| 36 | +> [2017年校招全国统一模拟笔试(第五场)编程题集合](https://www.nowcoder.com/test/5986669/summary) |
29 | 37 |
|
30 |
| - [2017年校招全国统一模拟笔试(第四场)编程题集合](https://www.nowcoder.com/test/5507925/summary) |
| 38 | + > [2017年校招全国统一模拟笔试(第四场)编程题集合](https://www.nowcoder.com/test/5507925/summary) |
31 | 39 |
|
32 |
| -[2017年校招全国统一模拟笔试(第三场)编程题集合](https://www.nowcoder.com/test/5217106/summary) |
| 40 | +> [2017年校招全国统一模拟笔试(第三场)编程题集合](https://www.nowcoder.com/test/5217106/summary) |
33 | 41 |
|
34 |
| -[2017年校招全国统一模拟笔试(第二场)编程题集合](https://www.nowcoder.com/test/4546329/summary) |
| 42 | +> [2017年校招全国统一模拟笔试(第二场)编程题集合](https://www.nowcoder.com/test/4546329/summary) |
35 | 43 |
|
36 |
| -[ 2017年校招全国统一模拟笔试(第一场)编程题集合](https://www.nowcoder.com/test/4236887/summary) |
| 44 | +> [ 2017年校招全国统一模拟笔试(第一场)编程题集合](https://www.nowcoder.com/test/4236887/summary) |
37 | 45 |
|
38 | 46 |
|
39 |
| - [百度2017春招笔试真题编程题集合](https://www.nowcoder.com/test/4998655/summary) |
| 47 | +> [百度2017春招笔试真题编程题集合](https://www.nowcoder.com/test/4998655/summary) |
40 | 48 |
|
41 |
| - [网易2017春招笔试真题编程题集合](https://www.nowcoder.com/test/4575457/summary) |
| 49 | +> [网易2017春招笔试真题编程题集合](https://www.nowcoder.com/test/4575457/summary) |
42 | 50 |
|
43 |
| - [网易2017秋招编程题集合](https://www.nowcoder.com/test/2811407/summary) |
| 51 | + > [网易2017秋招编程题集合](https://www.nowcoder.com/test/2811407/summary) |
44 | 52 |
|
45 |
| - [网易有道2017内推编程题](https://www.nowcoder.com/test/2385858/summary) |
| 53 | + > [网易有道2017内推编程题](https://www.nowcoder.com/test/2385858/summary) |
46 | 54 |
|
47 |
| - [ 滴滴出行2017秋招笔试真题-编程题汇总](https://www.nowcoder.com/test/3701760/summary) |
| 55 | + > [ 滴滴出行2017秋招笔试真题-编程题汇总](https://www.nowcoder.com/test/3701760/summary) |
48 | 56 |
|
49 |
| - [腾讯2017暑期实习生编程题](https://www.nowcoder.com/test/1725829/summary) |
| 57 | +> [腾讯2017暑期实习生编程题](https://www.nowcoder.com/test/1725829/summary) |
50 | 58 |
|
51 |
| - [今日头条2017客户端工程师实习生笔试题](https://www.nowcoder.com/test/1649301/summary) |
| 59 | + > [今日头条2017客户端工程师实习生笔试题](https://www.nowcoder.com/test/1649301/summary) |
52 | 60 |
|
53 |
| - [今日头条2017后端工程师实习生笔试题](https://www.nowcoder.com/test/1649268/summary) |
| 61 | + > [今日头条2017后端工程师实习生笔试题](https://www.nowcoder.com/test/1649268/summary) |
54 | 62 |
|
55 | 63 |
|
56 | 64 |
|
|
0 commit comments