Skip to content

Commit 13a6528

Browse files
authored
[list.ops] Fix format for N in complexity specification (#7771)
1 parent 8cb59b9 commit 13a6528

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/containers.tex

+1-2
Original file line numberDiff line numberDiff line change
@@ -9742,8 +9742,7 @@
97429742
\complexity
97439743
Approximately
97449744
$N \log N$
9745-
comparisons, where
9746-
\tcode{N == size()}.
9745+
comparisons, where $N$ is \tcode{size()}.
97479746

97489747
\pnum
97499748
\remarks

0 commit comments

Comments
 (0)