Skip to content

Commit bdeaf54

Browse files
Merge pull request #402 from jorisvr/fix_doc_vertex
Fix time complexity spec of vertex()
2 parents 33b6802 + ce24b25 commit bdeaf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/using_adjacency_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <H4>Time Complexity</H4>
133133
<PRE>
134134
vertex()
135135
</PRE>
136-
This operation is constant time for <TT>vecS</TT> and for
136+
This operation is constant time for <TT>vecS</TT> and <i>O(V)</i> for
137137
<TT>listS</TT>.
138138

139139
</ul>

0 commit comments

Comments
 (0)