Skip to content

Commit

Permalink
Update 14_JavaScript数据结构与算法(十四)图.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyangguo authored Sep 23, 2021
1 parent f3de2b0 commit 8925ce7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
- 无向图

- 上面的图就是一张无向图,因为所有的边都没有方向。
- 比如 `0 - 1` 之间有变,那么说明这条边可以保证 `0 -> 1`,也可以保证 `1 -> 0`
- 比如 `0 - 1` 之间有边,那么说明这条边可以保证 `0 -> 1`,也可以保证 `1 -> 0`

- 有向图

Expand Down

0 comments on commit 8925ce7

Please sign in to comment.