What is pattern matching algorithm in DAA?
Robert Miller
Updated on June 01, 2026
Pattern matching is an algorithmic task that finds pre-determined patterns among sequences of raw data or processed tokens. In contrast to pattern recognition, this task can only make exact matches from an existing database and won't discover new patterns.