Documentation
¶
Index ¶
- func BruteForceMatching(str, substr string) (index int, found bool)
- func KnuthMorrisPrattMatching(str, substr string) (index int, found bool)
- func RabinKarpMatching(str, substr string) (index int, found bool)
- func UnknownMatching(str, substr string) (index int, found bool)
- type StringMatchingFunction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BruteForceMatching ¶
func RabinKarpMatching ¶
func UnknownMatching ¶
I don't know what it's called, so i call it "unknown"
Types ¶
type StringMatchingFunction ¶
Click to show internal directories.
Click to hide internal directories.