From e8c5459ce174d69dba24825a82af19e66e23cb43 Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Mon, 24 Mar 2025 22:18:09 +0800 Subject: [PATCH 1/2] [list.ops] Fix format for N --- source/containers.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index aeedcd2c3b..749c06662c 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -9742,8 +9742,8 @@ \complexity Approximately $N \log N$ -comparisons, where -\tcode{N == size()}. +comparisons, where $N$ is +\tcode{size()}. \pnum \remarks From e8ee055159dee63b7477dd6bdfbfd2821be0e17e Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Tue, 25 Mar 2025 00:01:08 +0800 Subject: [PATCH 2/2] [list.ops] Merge the two lines into one --- source/containers.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index 749c06662c..89ed06e028 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -9742,8 +9742,7 @@ \complexity Approximately $N \log N$ -comparisons, where $N$ is -\tcode{size()}. +comparisons, where $N$ is \tcode{size()}. \pnum \remarks