mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 10:35:34 +08:00
added documentation to string_search namespace
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
#endif
|
||||
#include <vector>
|
||||
|
||||
/** \namespace string_search
|
||||
* \brief String search algorithms
|
||||
*/
|
||||
namespace string_search {
|
||||
/**
|
||||
* Generate the partial match table aka failure function for a pattern to
|
||||
|
||||
Reference in New Issue
Block a user