https://github.com/devcheckog/regular-expression-matching
Complicated problem in leetcode, categorized as hard.
https://github.com/devcheckog/regular-expression-matching
c leetcode
Last synced: 2 months ago
JSON representation
Complicated problem in leetcode, categorized as hard.
- Host: GitHub
- URL: https://github.com/devcheckog/regular-expression-matching
- Owner: DevCheckOG
- License: gpl-3.0
- Created: 2025-08-05T16:40:36.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-08-05T16:44:17.000Z (2 months ago)
- Last Synced: 2025-08-05T18:32:50.839Z (2 months ago)
- Topics: c, leetcode
- Language: Assembly
- Homepage: https://github.com/DevCheckOG
- Size: 24.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# regular-expression-matching
Complicated problem in leetcode, categorized as hard.### References
https://leetcode.com/problems/regular-expression-matching/