Check me out on GitHub
Pattern Matching Algorithms Tests
Algorithm:
Naive Matcher
FSA Matcher
Rabin-Karp Matcher
Knuth-Morris-Pratt Matcher
Boyer-Moore Matcher
Two-Way Matcher
Text:
Pattern:
Run Test
Console:
Selected Algorithm: {algorithm.name}
Reference Link:
{algorithm.reflink}
Summary:
Pattern
:
{algorithm.pattern}
Text
:
Time Taken = {result.tms} (ms)
✓
Matched at position {result.pos}
❌
NOT Matched