From ce24b257ca4ba80d515baaccdbc4259c13f01513 Mon Sep 17 00:00:00 2001 From: Joris van Rantwijk Date: Sun, 8 Dec 2024 11:37:24 +0100 Subject: [PATCH] Fix time complexity spec of vertex() --- doc/using_adjacency_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/using_adjacency_list.html b/doc/using_adjacency_list.html index 45772144..d96a7f60 100644 --- a/doc/using_adjacency_list.html +++ b/doc/using_adjacency_list.html @@ -133,7 +133,7 @@ out-edges for the whole graph.
 vertex()
 
-This operation is constant time for vecS and for +This operation is constant time for vecS and O(V) for listS.