8000 Update 算法.md · liforgithub/Java-Guide@dea37ba · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit dea37ba

Browse files
authored
Update 算法.md
1 parent f32dc79 commit dea37ba

File tree

1 file changed

+31
-23
lines changed

1 file changed

+31
-23
lines changed

数据结构与算法/算法.md

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,64 @@
11

2-
### LeetCode
2+
## LeetCode
33
[LeetCode(中国)官网](https://leetcode-cn.com/)
44

55
[如何高效地使用 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/)
66

77

8-
### 牛客网:
8+
## 牛客网:
9+
910
[牛客网首页](https://www.nowcoder.com)
1011

11-
**优质算法题汇总:**
1212

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)
1421

15-
[2017校招真题](https://www.nowcoder.com/ta/2017test)
22+
> ### [2017校招真题](https://www.nowcoder.com/ta/2017test)
1623
17-
[华为机试题](https://www.nowcoder.com/ta/huawei)
24+
> ### [华为机试题](https://www.nowcoder.com/ta/huawei)
1825
1926

20-
### 公司真题
27+
## 公司真题
2128

22-
[ 网易2018校园招聘编程题真题集合](https://www.nowcoder.com/test/6910869/summary)
29+
> [ 网易2018校园招聘编程题真题集合](https://www.nowcoder.com/test/6910869/summary)
2330
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)
2533

26-
[ 网易2018校招内推编程题集合](https://www.nowcoder.com/test/6291726/summary)
34+
> [ 网易2018校招内推编程题集合](https://www.nowcoder.com/test/6291726/summary)
2735
28-
[2017年校招全国统一模拟笔试(第五场)编程题集合](https://www.nowcoder.com/test/5986669/summary)
36+
> [2017年校招全国统一模拟笔试(第五场)编程题集合](https://www.nowcoder.com/test/5986669/summary)
2937
30-
[2017年校招全国统一模拟笔试(第四场)编程题集合](https://www.nowcoder.com/test/5507925/summary)
38+
> [2017年校招全国统一模拟笔试(第四场)编程题集合](https://www.nowcoder.com/test/5507925/summary)
3139
32-
[2017年校招全国统一模拟笔试(第三场)编程题集合](https://www.nowcoder.com/test/5217106/summary)
40+
> [2017年校招全国统一模拟笔试(第三场)编程题集合](https://www.nowcoder.com/test/5217106/summary)
3341
34-
[2017年校招全国统一模拟笔试(第二场)编程题集合](https://www.nowcoder.com/test/4546329/summary)
42+
> [2017年校招全国统一模拟笔试(第二场)编程题集合](https://www.nowcoder.com/test/4546329/summary)
3543
36-
[ 2017年校招全国统一模拟笔试(第一场)编程题集合](https://www.nowcoder.com/test/4236887/summary)
44+
> [ 2017年校招全国统一模拟笔试(第一场)编程题集合](https://www.nowcoder.com/test/4236887/summary)
3745
3846

39-
[百度2017春招笔试真题编程题集合](https://www.nowcoder.com/test/4998655/summary)
47+
> [百度2017春招笔试真题编程题集合](https://www.nowcoder.com/test/4998655/summary)
4048
41-
[网易2017春招笔试真题编程题集合](https://www.nowcoder.com/test/4575457/summary)
49+
> [网易2017春招笔试真题编程题集合](https://www.nowcoder.com/test/4575457/summary)
4250
43-
[网易2017秋招编程题集合](https://www.nowcoder.com/test/2811407/summary)
51+
> [网易2017秋招编程题集合](https://www.nowcoder.com/test/2811407/summary)
4452
45-
[网易有道2017内推编程题](https://www.nowcoder.com/test/2385858/summary)
53+
> [网易有道2017内推编程题](https://www.nowcoder.com/test/2385858/summary)
4654
47-
[ 滴滴出行2017秋招笔试真题-编程题汇总](https://www.nowcoder.com/test/3701760/summary)
55+
> [ 滴滴出行2017秋招笔试真题-编程题汇总](https://www.nowcoder.com/test/3701760/summary)
4856
49-
[腾讯2017暑期实习生编程题](https://www.nowcoder.com/test/1725829/summary)
57+
> [腾讯2017暑期实习生编程题](https://www.nowcoder.com/test/1725829/summary)
5058
51-
[今日头条2017客户端工程师实习生笔试题](https://www.nowcoder.com/test/1649301/summary)
59+
> [今日头条2017客户端工程师实习生笔试题](https://www.nowcoder.com/test/1649301/summary)
5260
53-
[今日头条2017后端工程师实习生笔试题](https://www.nowcoder.com/test/1649268/summary)
61+
> [今日头条2017后端工程师实习生笔试题](https://www.nowcoder.com/test/1649268/summary)
5462
5563

5664

0 commit comments

Comments
 (0)
0