Word order

This commit is contained in:
Antti H S Laaksonen 2017-02-11 19:12:29 +02:00
parent d858bb3c42
commit b2849c6165
1 changed files with 1 additions and 1 deletions

View File

@ -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)$