ayushi-ras / beginner-contribution-

Beginners Friendly
MIT License
13 stars 64 forks source link

Add Leetcode Wildcard Matching solution in cpp #81

Open suryanshsingh2001 opened 1 year ago

suryanshsingh2001 commented 1 year ago

Issue: Add Leetcode 44. Wildcard Matching solution in C++

Description

Summary:

Add a C++ solution for LeetCode problem 44. Wildcard Matching.

Details:

LeetCode problem 44, "Wildcard Matching," requires implementing a function to determine if a given string (s) can be matched against a pattern string (p) where '?' matches any single character, and '*' matches zero or more characters.

Requirements:

Hacktoberfest: Please label this issue as hacktoberfest and assign it to me.

suryanshsingh2001 commented 1 year ago

@ayushi-ras Please assign this issue to me