Skip to content

Commit

Permalink
Prevent word break in word Big O
Browse files Browse the repository at this point in the history
  • Loading branch information
StuckiSimon committed Aug 30, 2024
1 parent 7cfbb64 commit 863868d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report/parts/theory.tex
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ \subsubsection{Bachmann-Landau Notation}
\addplot[draw=none] coordinates {(0,-0.5)};
\end{axis}
\end{tikzpicture}
\caption{Example of Big O notation, the function $f(x)$ is $O(n)$, but $g(x)$ is not.}
\caption{Example of Big~O notation, the function $f(x)$ is $O(n)$, but $g(x)$ is not.}
\label{fig:big-o-visualization}
\end{figure}

Expand Down

0 comments on commit 863868d

Please sign in to comment.