Skip to content

Commit 94c1eb8

Browse files
authored
[mod]1.新增数据结构:图 2.新增树及图中常用算法BFS、DFS
1.图也是数据结构之一,内容待补充 2.BFS及DFS是在面试中常用的算法,用来解决与树或图有关的面试题
1 parent 5e9842c commit 94c1eb8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,12 @@ Set 继承于 Collection 接口,是一个不允许出现重复元素,并且
179179
[LSM树由来、设计思想以及应用到HBase的索引](http://www.cnblogs.com/yanghuahui/p/3483754.html)
180180

181181

182+
##
183+
184+
185+
186+
187+
## BFS及DFS
188+
189+
- [《使用BFS及DFS遍历树和图的思路及实现》](https://blog.csdn.net/Gene1994/article/details/85097507)
182190

0 commit comments

Comments
 (0)