Skip to content

Commit 25d2e4c

Browse files
committed
[alg.heap.operations] Use \bigoh, not \mathcal.
1 parent d43dcb5 commit 25d2e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -4666,7 +4666,7 @@
46664666
or a new element added by
46674667
\tcode{push_heap()},
46684668
in
4669-
$\mathcal{O}(\log N)$
4669+
\bigoh{\log N}
46704670
time.
46714671
\end{itemize}
46724672

0 commit comments

Comments
 (0)