Skip to content

Commit 3ff98fa

Browse files
committed
refactor
1 parent ab1e0d8 commit 3ff98fa

File tree

686 files changed

+145
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

686 files changed

+145
-128
lines changed

README.md

+4-105
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ English version repo and Gitbook is on [english branch](https://github.com/geekx
99
> <a href="https://github.com/haizlin/fe-interview/stargazers"><img src="https://www.geekxh.com/svg/2-1-success.svg" alt="Statr"></a>
1010
>
1111
> 目前共包括以下几个步骤:
12-
> - 算法知识基础
13-
> - 算法刷题训练(图解算法)
14-
> - 算法知识扩展
12+
> - 算法基础知识
13+
> - 算法图解题典
14+
> - 算法视野扩展
1515
>
1616
> [目前已支持 PDF 下载](https://www.geekxh.com/0.0.%E5%AD%A6%E4%B9%A0%E9%A1%BB%E7%9F%A5/03.html?3pVd)
1717
@@ -21,10 +21,9 @@ English version repo and Gitbook is on [english branch](https://github.com/geekx
2121

2222
### 本项目中你还可能感兴趣的
2323

24-
- 📚 [超清电子书一千本](https://github.com/geekxh/hello-algorithm/tree/master/%E6%B8%85%E6%99%B0%E7%89%88%E7%94%B5%E5%AD%90%E4%B9%A61000%E6%9C%AC)
24+
- 📚 [开源电子书一千本](https://github.com/geekxh/hello-algorithm/tree/master/%E6%B8%85%E6%99%B0%E7%89%88%E7%94%B5%E5%AD%90%E4%B9%A61000%E6%9C%AC)
2525
- 🐒 [百张思维导图集锦](https://github.com/geekxh/hello-algorithm/tree/master/%E8%B6%85%E6%B8%85%E6%80%9D%E7%BB%B4%E5%AF%BC%E5%9B%BE100%E5%BC%A0)
2626
- 🚀 [大厂面经汇总指南](https://github.com/geekxh/hello-algorithm/tree/master/%E5%A4%A7%E5%8E%82%E9%9D%A2%E7%BB%8F%E6%B1%87%E6%80%BB100%E7%AF%87)
27-
- 👀 [小浩算法图解题典](https://www.geekxh.com/0.0.%E5%AD%A6%E4%B9%A0%E9%A1%BB%E7%9F%A5/03.html?3pVd)
2827

2928
### 使用指南
3029

@@ -54,106 +53,6 @@ PS:该项目包括了你在 IT 行业发展可以用到的绝大部分资料
5453

5554
### PART III:算法知识扩展
5655

57-
| Title | 分类 | 难度 |
58-
|---|---|---|
59-
| [开始学习](http://www.geekxh.com) | 指导 | |
60-
| [阅读指南](http://www.geekxh.com/c99/hello.html)| 指导 | |
61-
| [01.两个数组的交集(350)](http://www.geekxh.com/1.0.数组系列/001.html) | 数组 | |
62-
| [02.最长公共前缀(14)](http://www.geekxh.com/1.0.数组系列/002.html) | 数组 | |
63-
| [03.买卖股票的最佳时机(122)](http://www.geekxh.com/1.0.数组系列/003.html) | 数组 | |
64-
| [04.旋转数组(189)](http://www.geekxh.com/1.0.数组系列/004.html) | 数组 | |
65-
| [05.原地删除(27)](http://www.geekxh.com/1.0.数组系列/005.html) | 数组 | |
66-
| [06.加一(66)](http://www.geekxh.com/1.0.数组系列/006.html) | 数组 | |
67-
| [07.两数之和(1)](http://www.geekxh.com/1.0.数组系列/007.html) | 数组 | |
68-
| [08.三数之和(15)](http://www.geekxh.com/1.0.数组系列/008.html) | 数组 | |
69-
| [09.Z字形变换(6)](http://www.geekxh.com/1.0.数组系列/009.html) | 数组 | |
70-
| [01.删除链表倒数第N个节点(19)](http://www.geekxh.com/1.1.链表系列/101.html) | 链表 | |
71-
| [02.合并两个有序链表(21)](http://www.geekxh.com/1.1.链表系列/102.html) | 链表 | |
72-
| [03.环形链表(141)](http://www.geekxh.com/1.1.链表系列/103.html) | 链表 | |
73-
| [04.两数相加(2)](http://www.geekxh.com/1.1.链表系列/104.html) | 链表 | |
74-
| [01.爬楼梯(70)](http://www.geekxh.com/1.2.动态规划系列/201.html) | 动态规划 | |
75-
| [02.最大子序和(53)](http://www.geekxh.com/1.2.动态规划系列/202.html) | 动态规划 | |
76-
| [03.最长上升子序列(300)](http://www.geekxh.com/1.2.动态规划系列/203.html) | 动态规划 | |
77-
| [04.三角形最小路径和(120)](http://www.geekxh.com/1.2.动态规划系列/204.html) | 动态规划 | |
78-
| [05.最小路径和(64)](http://www.geekxh.com/1.2.动态规划系列/205.html) | 动态规划 | |
79-
| [06.打家劫舍(198)](http://www.geekxh.com/1.2.动态规划系列/206.html) | 动态规划 | |
80-
| [01.反转字符串(344)](http://www.geekxh.com/1.3.字符串系列/301.html) | 字符串 | |
81-
| [02.字符串中的第一个唯一字符(387)](http://www.geekxh.com/1.3.字符串系列/302.html) | 字符串 | |
82-
| [03.实现 Sunday 匹配](http://www.geekxh.com/1.3.字符串系列/303.html) | 字符串 | |
83-
| [04.大数打印](http://www.geekxh.com/1.3.字符串系列/304.html) | 字符串 | |
84-
| [05.验证回文串(125)](http://www.geekxh.com/1.3.字符串系列/305.html) | 字符串 | |
85-
| [06.KMP 精讲](http://www.geekxh.com/1.3.字符串系列/306.html) | 字符串 | |
86-
| [07.旋转字符串(796)](http://www.geekxh.com/1.3.字符串系列/307.html) | 字符串 | |
87-
| [08.最后一个单词的长度(58)](http://www.geekxh.com/1.3.字符串系列/308.html) | 字符串 | |
88-
| [01.最大深度与DFS(104)](http://www.geekxh.com/1.4.二叉树系列/401.html) | 二叉树 | |
89-
| [02.层次遍历与BFS(102)](http://www.geekxh.com/1.4.二叉树系列/402.html) | 二叉树 | |
90-
| [03.BST与其验证(98)](http://www.geekxh.com/1.4.二叉树系列/403.html) | 二叉树 | |
91-
| [04.BST 的查找(700)](http://www.geekxh.com/1.4.二叉树系列/404.html) | 二叉树 | |
92-
| [05.BST 的删除(450)](http://www.geekxh.com/1.4.二叉树系列/405.html) | 二叉树 | |
93-
| [06.平衡二叉树(110)](http://www.geekxh.com/1.4.二叉树系列/406.html) | 二叉树 | |
94-
| [07.完全二叉树(222)](http://www.geekxh.com/1.4.二叉树系列/407.html) | 二叉树 | |
95-
| [08.二叉树的剪枝(814)](http://www.geekxh.com/1.4.二叉树系列/408.html) | 二叉树 | |
96-
| [01.滑动窗口最大值(239)](http://www.geekxh.com/1.5.滑动窗口系列/501.html) | 滑动窗口 | |
97-
| [02.无重复字符的最长子串(3)](http://www.geekxh.com/1.5.滑动窗口系列/502.html) | 滑动窗口 | |
98-
| [03.找到字符串中所有字母异位词(438)](http://www.geekxh.com/1.5.滑动窗口系列/503.html) | 滑动窗口 | |
99-
| [04.和为s的连续正数序列](http://www.geekxh.com/1.5.滑动窗口系列/504.html) | 滑动窗口 | |
100-
| [01.囚徒困境](http://www.geekxh.com/1.6.博弈论系列/601.html) | 博弈论系列 | |
101-
| [02.辛普森悖论](http://www.geekxh.com/1.6.博弈论系列/602.html) | 博弈论系列 | |
102-
| [03.红眼睛和蓝眼睛](http://www.geekxh.com/1.6.博弈论系列/603.html) | 博弈论系列 | |
103-
| [04.海盗分金币](http://www.geekxh.com/1.6.博弈论系列/604.html) | 博弈论系列 | |
104-
| [05.智猪博弈](http://www.geekxh.com/1.6.博弈论系列/605.html) | 博弈论系列 | |
105-
| [06.生男生女的问题](http://www.geekxh.com/1.6.博弈论系列/606.html) | 博弈论系列 | |
106-
| [07.硬币问题](http://www.geekxh.com/1.6.博弈论系列/607.html) | 博弈论系列 | |
107-
| [08.画圈圈的问题](http://www.geekxh.com/1.6.博弈论系列/608.html) | 博弈论系列 | |
108-
| [09.巧克力问题](http://www.geekxh.com/1.6.博弈论系列/609.html) | 博弈论系列 | |
109-
| [10.大鱼和小鱼的问题](http://www.geekxh.com/1.6.博弈论系列/610.html) | 博弈论系列 | |
110-
| [01.使用位运算求和](http://www.geekxh.com/1.8.位运算系列/801.html) | 位运算系列 | |
111-
| [02.2的幂(231)](http://www.geekxh.com/1.8.位运算系列/802.html) | 位运算系列 | |
112-
| [03.返回一个数二进制中1的个数](http://www.geekxh.com/1.8.位运算系列/803.html) | 位运算系列 | |
113-
| [04.只出现一次的数字](http://www.geekxh.com/1.8.位运算系列/804.html) | 位运算系列 | |
114-
| [05.只出现一次的数字Ⅱ](http://www.geekxh.com/1.8.位运算系列/805.html) | 位运算系列 | |
115-
| [06.缺失数字(268)](http://www.geekxh.com/1.8.位运算系列/806.html) | 位运算系列 | |
116-
| [01.爱吃香蕉的珂珂(875)](http://www.geekxh.com/1.9.二分法系列/901.html) | 二分法系列 | |
117-
| [02.x的平方根(69)](http://www.geekxh.com/1.9.二分法系列/902.html) | 二分法系列 | |
118-
| [03.x的平方根(69)](http://www.geekxh.com/1.9.二分法系列/903.html) | 二分法系列 | |
119-
| [04.旋转排序数组中的最小值Ⅰ(153)](http://www.geekxh.com/1.9.二分法系列/904.html) | 二分法系列 | |
120-
| [05.旋转排序数组中的最小值Ⅱ(154)](http://www.geekxh.com/1.9.二分法系列/905.html) | 二分法系列 | |
121-
| [06.供暖器(475)](http://www.geekxh.com/1.9.二分法系列/906.html) | 二分法系列 | |
122-
| [01.螺旋矩阵(54)](http://www.geekxh.com/1.99.其他补充题目/01.html) | 高频面试题目| |
123-
| [02.只有两个键的键盘(650)](http://www.geekxh.com/1.99.其他补充题目/02.html) | 高频面试题目| |
124-
| [03.24点游戏(679)](http://www.geekxh.com/1.99.其他补充题目/03.html) | 高频面试题目| |
125-
| [04.飞机座位分配概率(1227)](http://www.geekxh.com/1.99.其他补充题目/04.html) | 高频面试题目| |
126-
| [05.水分子的产生](http://www.geekxh.com/1.99.其他补充题目/05.html) | 高频面试题目| |
127-
| [06.救生艇(881)](http://www.geekxh.com/1.99.其他补充题目/06.html) | 高频面试题目| |
128-
| [07.救生艇(881)](http://www.geekxh.com/1.99.其他补充题目/07.html) | 高频面试题目| |
129-
| [08.灯泡开关(319)](http://www.geekxh.com/1.99.其他补充题目/08.html) | 高频面试题目| |
130-
| [09.三门问题](http://www.geekxh.com/1.99.其他补充题目/09.html) | 高频面试题目| |
131-
| [10.猜数字游戏(299)](http://www.geekxh.com/1.99.其他补充题目/10.html) | 高频面试题目| |
132-
| [11.LRU缓存机制(146)](http://www.geekxh.com/1.99.其他补充题目/11.html) | 高频面试题目| |
133-
| [12.最小的k个数](http://www.geekxh.com/1.99.其他补充题目/12.html) | 高频面试题目| |
134-
| [13.不同路径](http://www.geekxh.com/1.99.其他补充题目/13.html) | 高频面试题目| |
135-
| [14.不同路径-障碍物](http://www.geekxh.com/1.99.其他补充题目/14.html) | 高频面试题目| |
136-
| [15.连续n个数的和](http://www.geekxh.com/1.99.其他补充题目/15.html) | 高频面试题目| |
137-
| [16.盛水最多的容器](http://www.geekxh.com/1.99.其他补充题目/16.html) | 高频面试题目| |
138-
| [17.扑克牌中的顺子容器](http://www.geekxh.com/1.99.其他补充题目/17.html) | 高频面试题目| |
139-
| [18.整数拆分(343)](http://www.geekxh.com/1.99.其他补充题目/18.html) | 高频面试题目| |
140-
| [19.移动石子到连续(1033)](http://www.geekxh.com/1.99.其他补充题目/19.html) | 高频面试题目| |
141-
| [20.Nim游戏(292)](http://www.geekxh.com/1.99.其他补充题目/20.html) | 高频面试题目| |
142-
| [21.寻找两个正序数组的中位数(4)](http://www.geekxh.com/1.99.其他补充题目/21.html) | 高频面试题目| |
143-
| [22.第k个最大元素(215)](http://www.geekxh.com/1.99.其他补充题目/22.html) | 高频面试题目| |
144-
| [23.镜面反射(858)](http://www.geekxh.com/1.99.其他补充题目/23.html) | 高频面试题目| |
145-
| [25.整数转罗马数字(12)](http://www.geekxh.com/1.99.其他补充题目/25.html) | 高频面试题目| |
146-
| [26.荷兰国旗问题](http://www.geekxh.com/1.99.其他补充题目/26.html) | 高频面试题目| |
147-
| [27.六九问题](http://www.geekxh.com/1.99.其他补充题目/27.html) | 高频面试题目| |
148-
| [28.有效的数独](http://www.geekxh.com/1.99.其他补充题目/28.html) | 高频面试题目| |
149-
| [29.费米估算](http://www.geekxh.com/1.99.其他补充题目/29.html) | 高频面试题目| |
150-
| [30.分发饼干](http://www.geekxh.com/1.99.其他补充题目/30.html) | 高频面试题目| |
151-
| [31.生命游戏(289)](http://www.geekxh.com/1.99.其他补充题目/31.html) | 高频面试题目| |
152-
| [32.搜索二维矩阵(74)](http://www.geekxh.com/1.99.其他补充题目/32.html) | 高频面试题目| |
153-
| [33.子集(78)](http://www.geekxh.com/1.99.其他补充题目/33.html) | 高频面试题目| |
154-
| [34.面试中的智力题](http://www.geekxh.com/1.99.其他补充题目/34.html) | 高频面试题目| |
155-
| [35.旋转图像(48)](http://www.geekxh.com/1.99.其他补充题目/51.html) | 高频面试题目| |
156-
15756
### License
15857

15958
本项目除部分引用开源技术文档的内容外,大部分为本人原创!欢迎任何以学习为目的的传播,但未授权任何平台进行转载!

小浩算法图解100道/README.md

-18
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
> ### **小浩算法是一套针对小白的完整的算法训练流程!**
2+
>
3+
> <a href="https://www.geekxh.com/"><img src="https://www.geekxh.com/svg/0-1-blueviolet.svg" alt="css"></a>
4+
> <a href="https://github.com/haizlin/fe-interview/stargazers"><img src="https://img.shields.io/github/stars/geekxh/hello-algorithm.svg" alt="Statr"></a>
5+
> <a href="https://github.com/haizlin/fe-interview/stargazers"><img src="https://www.geekxh.com/svg/2-1-success.svg" alt="Statr"></a>
6+
>
7+
> 目前共包括以下几个步骤:
8+
> - 算法基础知识
9+
> - 算法图解题典
10+
> - 算法视野扩展
11+
12+
## PART I 算法基础知识

0 commit comments

Comments
 (0)