From eecf6bac3f7ec20a8b19a385f42e540a84d6350b Mon Sep 17 00:00:00 2001 From: Yuelin Xin Date: Mon, 2 Sep 2024 14:08:59 +0800 Subject: [PATCH] refine graph_operations.md (#1399) --- en/docs/chapter_graph/graph_operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/docs/chapter_graph/graph_operations.md b/en/docs/chapter_graph/graph_operations.md index 6c68f2284..40c74d71b 100644 --- a/en/docs/chapter_graph/graph_operations.md +++ b/en/docs/chapter_graph/graph_operations.md @@ -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