Skip to content

Pattern matching detection engine snippet from C++ project that uses Rabin-Karp algo for virus detection

Notifications You must be signed in to change notification settings

dhu16/patternmatchingengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Pattern Matching Engine

Pattern matching detection engine snippet from C++ project that uses Rabin-Karp algo for virus detection.

Using this algorithm improves the runtime to linear from previous quadratic runtime implementation

About

Pattern matching detection engine snippet from C++ project that uses Rabin-Karp algo for virus detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages