Skip to content

Commit a7038ea

Browse files
Updating README.md.
1 parent d54d564 commit a7038ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ The following table (credit to [wikipedia](https://en.wikipedia.org/wiki/String-
711711
| DFA | Θ(km) | Θ(n) | Θ(km) |
712712
| Knuth-Morris-Pratt | Θ(m) | Θ(n) | Θ(m) |
713713

714-
```
714+
```text
715715
m <-> length of pattern being searched for
716716
n <-> length of text being searched across
717717
k <-> |Σ| is the size of the alphabet

0 commit comments

Comments
 (0)