mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 04:31:55 +08:00
refine graph_operations.md (#1399)
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user