-
Notifications
You must be signed in to change notification settings - Fork 0
sajjanjyothi/PatternMatch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Please execute tests as go test Implemented MatchString in StringFinder struct as type StringFinder struct { haystack string needle string } Here I haven't used any algorithms readily available such as Boyer–Moore string search algorithm/Knuth–Morris–Pratt algorithm/ Rabin–Karp string search algorithm/Levenshtein distance Implemented this algorithms specific to football club names
About
Pattern Matching (similiay to fuzzy search) using Go
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published