refine graph_operations.md (#1399)

pull/1502/head
Yuelin Xin 3 months ago committed by GitHub
parent 2cd2a94ce6
commit eecf6bac3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,6 @@
# Basic operations on graphs # Basic operations on graphs
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. 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.
## Implementation based on adjacency matrix ## Implementation based on adjacency matrix

Loading…
Cancel
Save