Opened 10 years ago

Closed 10 years ago

#7656 closed Bugs (fixed)

[algorithm] knuth_morris_pratt overly terse docs

Reported by: jeffrey.flinn@… Owned by: Marshall Clow
Milestone: To Be Determined Component: algorithm
Version: Boost 1.52.0 Severity: Problem
Keywords: doc Cc:

Description

http://www.boost.org/doc/libs/1_52_0/libs/algorithm/doc/html/the_boost_algorithm_library/Searching/KnuthMorrisPratt.html

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 Marshall Clow, 10 years ago

(In [81838]) Updated K-M-P docs; Refs #7656

comment:2 by Marshall Clow, 10 years ago

Resolution: fixed
Status: newclosed

(In [81840]) merge K-M-P doc updates to release; Fixes #7656

Note: See TracTickets for help on using tickets.