Skip to content

[FEATURE REQUEST] Add a Regular Expression Matching Problem in a Recursion  #5637

@Shreya-1305

Description

@Shreya-1305

What would you like to Propose?

A solution whiich will be easy to understand by all the users

Issue details

Here is the Problem description

Given an input string s and a pattern p, implement regular expression matching with support for '.' and '*' where:

'.' Matches any single character.​​​​
'*' Matches zero or more of the preceding element.
The matching should cover the entire input string (not partial).

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions