[Docs] Add docs on breaking change

This commit is contained in:
2025-09-26 12:07:48 +02:00
parent bfaec9ba8c
commit 565b600ef0
3 changed files with 10 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
\newcommand{\tc}[1]{\timecomplexity $\Theta\left(#1\right)$}
\newcommand{\tct}[1]{\Theta\left(#1\right)}
\newcommand{\tco}[1]{\mathcal{O}\left(#1\right)}
\newcommand{\tcl}[1]{\Omega\left(#1\right)$}
\newcommand{\tcl}[1]{\Omega\left(#1\right)}
\newcommand{\tR}{\text{R}}
\newcommand{\tC}{\text{C}}
\newcommand{\tN}{\text{N}}