Skip to content

Commit 6a45af4

Browse files
authored
Update graph.md
1 parent 0ebf674 commit 6a45af4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/01-algorithm-basics/data-structures

docs/01-algorithm-basics/data-structures/graph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
+ 邻接表表示的无向图
1414

15-
<img src="/image/g-2.png">
15+
<img src="/images/g-2.png">
1616

1717

1818
## 1. 最短路径
@@ -332,4 +332,4 @@ bool isCyclicGraph(vector<int> &start, vector<int> &end) {
332332
# 参考
333333
1. https://www.cnblogs.com/Ash-ly/p/5920953.html
334334
2. https://www.geeksforgeeks.org/graph-data-structure-and-algorithms/
335-
3.
335+
3.

0 commit comments

Comments
 (0)