forked from boostorg/algorithm
28 lines
679 B
Plaintext
28 lines
679 B
Plaintext
[/ QuickBook Document version 1.5 ]
|
|
|
|
[section:KnuthMorrisPratt Knuth-Morris-Pratt Search]
|
|
|
|
[/license
|
|
|
|
Copyright (c) 2010-2012 Marshall Clow
|
|
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENSE_1_0.txt or copy at
|
|
http://www.boost.org/LICENSE_1_0.txt)
|
|
]
|
|
|
|
|
|
[heading Overview]
|
|
|
|
The header file 'knuth_morris_pratt.hpp' contains an an implementation of the Knuth-Morris-Pratt algorithm for searching sequences of values.
|
|
|
|
|
|
[endsect]
|
|
|
|
[/ File knuth_morris_pratt.qbk
|
|
Copyright 2011 Marshall Clow
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt).
|
|
]
|
|
|