Skip to content

Commit 9a4e097

Browse files
authored
Update README.md
1 parent 04854e9 commit 9a4e097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ go version: 1.10.x
3131
- [Disjoint-Set-Tree](https://github.com/shady831213/algorithms/tree/master/tree/disjointSetTree)
3232

3333
- [Graph](https://github.com/shady831213/algorithms/tree/master/graph) (including linkedMap, iterator)
34-
- [AdjacencyMatrix and AdjacencyList](https://github.com/shady831213/algorithms/blob/master/graph/graph.go)
34+
- [graph](https://github.com/shady831213/algorithms/blob/master/graph/graph.go)
3535
- [BFS](https://github.com/shady831213/algorithms/blob/master/graph/bfs.go)
3636
- [DFS](https://github.com/shady831213/algorithms/blob/master/graph/dfs.go)(use stack)
3737
- [StronglyConnectedComponents](https://github.com/shady831213/algorithms/blob/master/graph/stronglyConnectedComp.go)

0 commit comments

Comments
 (0)