menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Programming News

>

Wildcard Matching
source image

Prodevelopertutorial

1w

read

21

img
dot

Image Credit: Prodevelopertutorial

Wildcard Matching

  • Implement wildcard pattern matching with support for ‘?’ and ‘*’.
  • The matching should cover the entire input string (not partial).
  • Example 1: s = “aa”, p = “a”, Output: false
  • Example 2: s = “aa”, p = “*”, Output: true

Read Full Article

like

1 Like

For uninterrupted reading, download the app