Skip to content

Commit eecf6ba

Browse files
authored
refine graph_operations.md (#1399)
1 parent 2cd2a94 commit eecf6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/docs/chapter_graph/graph_operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Basic operations on graphs
22

3-
The basic operations on graphs can be divided into operations on "edges" and operations on "vertices". Under the two representation methods of "adjacency matrix" and "adjacency list", the implementation methods are different.
3+
The basic operations on graphs can be divided into operations on "edges" and operations on "vertices". Under the two representation methods of "adjacency matrix" and "adjacency list", the implementations are different.
44

55
## Implementation based on adjacency matrix
66

0 commit comments

Comments
 (0)