Skip to content

Commit 878ffbc

Browse files
authored
Update README.md
1 parent a5fe90c commit 878ffbc

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

README.md

+13-15
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,28 @@ English version repo and Gitbook is on [english branch](https://github.com/geekx
3939

4040
- a:数据结构知识框架:为了大家更好的掌握数据结构和算法,我把基础知识整理成了一张思维导图,包括下面这些知识点:
4141

42-
> [开始学习]()
42+
> [开始学习](PART_1_算法基础/README.md)
4343
44-
<img src="https://www.cxyhub.com/wp-content/uploads/2021/07/algorithm-c.png">
44+
<img height="600" src="https://www.cxyhub.com/wp-content/uploads/2021/07/algorithm-c.png">
4545

4646
- b:对常用的数据结构知识进行总结:
4747

48-
* [链表](./2_基础知识/linked-list/README.md)
49-
* [双向链表](./2_基础知识/doubly-linked-list/README.md)
50-
* [队列](./2_基础知识/queue/README.md)
51-
* [](./2_基础知识/stack/README.md)
52-
* [哈希表(散列)](./2_基础知识/hash-table/README.md)
53-
* [](./2_基础知识/heap/README.md)
54-
* [优先队列](./2_基础知识/priority-queue/README.md)
55-
* [字典树](./2_基础知识/trie/README.md)
56-
* [](./2_基础知识/tree/README.md)
57-
* [](./2_基础知识/graph/README.md)
58-
59-
为了大家更好的掌握数据结构和算法,我把基础知识整理成了一张思维导图,包括下面这些内容
48+
* [链表](PART_1_算法基础/2_基础知识/linked-list/README.md)
49+
* [双向链表](PART_1_算法基础/2_基础知识/doubly-linked-list/README.md)
50+
* [队列](PART_1_算法基础/2_基础知识/queue/README.md)
51+
* [](PART_1_算法基础/2_基础知识/stack/README.md)
52+
* [哈希表(散列)](PART_1_算法基础/2_基础知识/hash-table/README.md)
53+
* [](PART_1_算法基础/2_基础知识/heap/README.md)
54+
* [优先队列](PART_1_算法基础/2_基础知识/priority-queue/README.md)
55+
* [字典树](PART_1_算法基础/2_基础知识/trie/README.md)
56+
* [](PART_1_算法基础/2_基础知识/tree/README.md)
57+
* [](PART_1_算法基础/2_基础知识/graph/README.md)
6058

6159
### PART_2_力扣图解
6260

6361
<details><summary><a>显示更多</a></summary></br>
6462

65-
> [小浩图解算法题典.PDF【完整版】下载](https://www.geekxh.com/0.0.%E5%AD%A6%E4%B9%A0%E9%A1%BB%E7%9F%A5/03.html?3pVd)
63+
> [小浩图解算法题典.PDF【完整版】下载](https://www.cxyhub.com/all/programming/7786/)
6664
6765
- [开始学习](http://www.geekxh.com)
6866
- [阅读指南](http://www.geekxh.com/c99/hello.html)

0 commit comments

Comments
 (0)