We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf2ad9 commit d79a992Copy full SHA for d79a992
2 files changed
examples/sorting-speed/paper.pdf
0 Bytes
examples/sorting-speed/paper.tex
@@ -7,6 +7,7 @@
7
8
\usepackage{amsmath,amsfonts,amssymb}
9
\usepackage{fullpage}
10
+\usepackage{verbatim}
11
12
\usepackage{tikz,pgfplots}
13
@@ -95,6 +96,16 @@
95
96
\caption{Runtime per element for different sorting implementation, median of 15 runs.}
97
\end{table}
98
99
+\begin{comment}
100
+% TEXTTABLE SELECT COUNT(*), SUM(time) FROM stats
101
++-------+--------------+
102
+| count | sum |
103
104
+| 945 | 24504.381188 |
105
106
+% END TEXTTABLE SELECT COUNT(*), SUM(time) FROM stats
107
+\end{comment}
108
+
109
\end{document}
110
111
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0 commit comments