m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/definitions.sty
diff options
context:
space:
mode:
authorMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2021-08-10 11:36:09 -0400
committerMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2021-08-10 11:36:09 -0400
commit930494e488c830bf43205bf6740bf7070183e51a (patch)
tree259d6e9960b421f47d29242d838cf01ccab71041 /definitions.sty
parenteff3127564b01fd4162f8d4e55540ea570da2b7e (diff)
Add shortcut for optimal query problem times
Diffstat (limited to 'definitions.sty')
-rw-r--r--definitions.sty1
1 files changed, 1 insertions, 0 deletions
diff --git a/definitions.sty b/definitions.sty
index 21ba74c..cbe36f2 100644
--- a/definitions.sty
+++ b/definitions.sty
@@ -15,5 +15,6 @@
}
\newcommand{\qptime}[2]{$\langle$#1, #2$\rangle$}
+\newcommand{\qpoptimal}{\qptime{$O(n)$}{$O(1)$}}
\newcommand{\definedterm}[1]{\emph{#1}}