First draft of Boost.Algorithm documentation; more to come

[SVN r77326]
This commit is contained in:
Marshall Clow
2012-03-13 20:46:27 +00:00
parent e3263d43e4
commit 823e059a0e
15 changed files with 1068 additions and 4 deletions

View File

@ -0,0 +1,27 @@
[/ 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).
]