Skip to content

Commit 9ca83fe

Browse files
author
Dawn Perchik
committed
LWG2444 Inconsistent complexity for std::sort_heap
1 parent ee7cfd9 commit 9ca83fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4977,7 +4977,7 @@
49774977

49784978
\pnum
49794979
\complexity
4980-
At most $N \log N$
4980+
At most $2N \log N$
49814981
comparisons, where
49824982
$N = \tcode{last - first}$.
49834983
\end{itemdescr}

0 commit comments

Comments
 (0)