Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var R int = 256
Functions ¶
This section is empty.
Types ¶
type BoyerMoore ¶
type BoyerMoore struct {
// contains filtered or unexported fields
}
func BoyerMooreConstructor ¶
func BoyerMooreConstructor(pattern string) BoyerMoore
func (BoyerMoore) Search ¶
func (bm BoyerMoore) Search(text string) int
Directories
¶
| Path | Synopsis |
|---|---|
|
example_clients
|
|
|
Boyer_Moore
command
|
|
|
Knuth_Morris_Pratt
command
|
|
|
Rabin_Karp
command
|
Click to show internal directories.
Click to hide internal directories.