Word order
This commit is contained in:
parent
d858bb3c42
commit
b2849c6165
|
@ -1,7 +1,7 @@
|
|||
\chapter{String algorithms}
|
||||
|
||||
This chapter deals with efficient algorithms
|
||||
for processing strings.
|
||||
for string processing.
|
||||
Many string problems can be easily solved
|
||||
in $O(n^2)$ time, but the challenge is to
|
||||
find algorithms that work in $O(n)$ or $O(n \log n)$
|
||||
|
|
Loading…
Reference in New Issue