Wildcard Matching at Instacart
Hard31.3% acceptance
This problem has 75.0% frequency at Instacart.
Problem Description
Given an input string (`s`) and a pattern (`p`), implement wildcard pattern matching with support for `'?'` and `'*'` where: * `'?'` Matches any single character. * `'*'` Matches any sequence of characters (including the empty sequence). The matching should cover the **entire** input string...
Read full problem and hintsTopics
Also asked at 17 companies
More Instacart Questions
Time Based Key-Value StoreMediumFind the Length of the Longest Common PrefixMediumMaximum Number of Events That Can Be AttendedMediumGroup AnagramsMedium
View all Instacart questions