Design a pattern matching system
Design a system that allows users to perform wildcard pattern matching operations, supporting characters like '*' and '?' for flexible string matching and search functionality.
Asked at:
Ethos
Design a system that allows users to perform wildcard pattern matching operations, supporting characters like '*' and '?' for flexible string matching and search functionality.
Asked at:
Ethos