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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user