Skip to content

added valid_parentheses code#61

Merged
Tejas-Santosh-Nalawade merged 1 commit into
acesdit:mainfrom
alisha1510:Valid_parentheses
Oct 20, 2025
Merged

added valid_parentheses code#61
Tejas-Santosh-Nalawade merged 1 commit into
acesdit:mainfrom
alisha1510:Valid_parentheses

Conversation

@alisha1510

Copy link
Copy Markdown
Contributor

Title: Implement Valid Parentheses Solution (LeetCode 20)

Description:
This pull request adds a C++ solution for the Valid Parentheses problem (LeetCode 20). The solution uses a stack-based approach to efficiently check whether a string containing only '(', ')', '{', '}', '[', ']' is valid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants