Skip to content

Commit fe54f05

Browse files
authored
Merge pull request #1477 from SadafKausar2025/wm
Added Wildcard Matching leetcode-44
2 parents 8b1ed61 + 1f52d95 commit fe54f05

File tree

8 files changed

+485
-1
lines changed

8 files changed

+485
-1
lines changed

dsa-problems/leetcode-problems/0000-0099.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export const problems = [
271271
"problemName": "44. Wildcard Matching",
272272
"difficulty": "Hard",
273273
"leetCodeLink": "https://leetcode.com/problems/wildcard-matching/",
274-
"solutionLink": "#"
274+
"solutionLink": "/dsa-solutions/lc-solutions/0000-0099/Wildcard-Matching"
275275
},
276276
{
277277
"problemName": "45. Jump Game II",

0 commit comments

Comments
 (0)