From 836ffd538e98d698964e7dbc28a955f54e4229a8 Mon Sep 17 00:00:00 2001 From: Paul ALNET Date: Sun, 4 Jun 2023 08:43:26 +0200 Subject: [PATCH] fix: missing comma in perf annex --- latex/annex-performance.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex/annex-performance.tex b/latex/annex-performance.tex index b3170e2..2620cb8 100644 --- a/latex/annex-performance.tex +++ b/latex/annex-performance.tex @@ -1,5 +1,5 @@ For simplicity, we only include the script for the improved algorithm. For the -intuitive algorithm, simply replace the algorithm. The imports timing and memory +intuitive algorithm, simply replace the algorithm. The imports, timing and memory usage tracking code are nearly identical. \begin{lstlisting}[language=python]