Skip to content

afomchenkov/pattern-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pattern matching algorithms

  • Brute force
  • The Boyer-Moor algorithm
  • The Knuth-Morris-Pratt algorithm

In the classic pattern-matching problem, we are given a text string of length n and a pattern string of length m <= n, and must determine whether the pattern is a substring of the text.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages