2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-19 04:12:11 +00:00

Fix time complexity spec of vertex()

This commit is contained in:
Joris van Rantwijk
2024-12-08 11:37:24 +01:00
parent 33b6802023
commit ce24b257ca

View File

@@ -133,7 +133,7 @@ out-edges for the whole graph.
<PRE>
vertex()
</PRE>
This operation is constant time for <TT>vecS</TT> and for
This operation is constant time for <TT>vecS</TT> and <i>O(V)</i> for
<TT>listS</TT>.
</ul>