Opened 10 years ago
Closed 10 years ago
#7656 closed Bugs (fixed)
[algorithm] knuth_morris_pratt overly terse docs
Reported by: | Owned by: | Marshall Clow | |
---|---|---|---|
Milestone: | To Be Determined | Component: | algorithm |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | doc | Cc: |
Description
contains only:
Overview
The header file 'knuth_morris_pratt.hpp' contains an an implementation of the Knuth-Morris-Pratt algorithm for searching sequences of values. pp' contains an an implementation of the Knuth-Morris-Pratt algorithm for searching sequences of values.
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [81838]) Updated K-M-P docs; Refs #7656