jancajthaml-go / kr

Karp-Rabin Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Karp-Rabin algorithm

Go Report Card

Usage

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

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

Performance

  • 8 B/op
  • 1 allocs/op

verify your performance by running make benchmark

Resources

About

Karp-Rabin Algorithm

License:The Unlicense


Languages

Language:Go 90.5%Language:Makefile 9.5%