aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-268/matthias-muth/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-268/matthias-muth/README.md b/challenge-268/matthias-muth/README.md
index b57cd748d1..6d58a3ad92 100644
--- a/challenge-268/matthias-muth/README.md
+++ b/challenge-268/matthias-muth/README.md
@@ -97,7 +97,7 @@ remove them from the input array
and add them -- in reversed order -- into the output array.
I don't like searching within a loop body.<br/>
-Even if we might not run into a purely quadratic big $`O`$ complexity just by searching
+Even if we might not run into a purely quadratic big O complexity just by searching
(because we shorten the array after each iteration),
destroying the input array just for that reason is not really elegant,
and even if it takes only split-micro-seconds,