Skip to content

jancajthaml-go/kmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knuth-Morris-Pratt algorithm

Go Report Card

Usage

import "github.com/jancajthaml-go/kmp"

kmp.Search("GEEKS FOR GEEKS", "GEEK")

Performance

  • 16 B/op
  • 2 allocs/op

verify your performance by running make benchmark

Resources

Releases

No releases published

Packages

No packages published