We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54d564 commit a7038eaCopy full SHA for a7038ea
1 file changed
README.md
@@ -711,7 +711,7 @@ The following table (credit to [wikipedia](https://en.wikipedia.org/wiki/String-
711
| DFA | Θ(km) | Θ(n) | Θ(km) |
712
| Knuth-Morris-Pratt | Θ(m) | Θ(n) | Θ(m) |
713
714
-```
+```text
715
m <-> length of pattern being searched for
716
n <-> length of text being searched across
717
k <-> |Σ| is the size of the alphabet
0 commit comments