mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 04:06:28 +08:00
refine graph_operations.md (#1399)
This commit is contained in:
parent
2cd2a94ce6
commit
eecf6bac3f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue