Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
321 stars 474 forks source link

Leetcode: 32. Longest Valid Parenthesis (Hard-DP, String) #756

Open sejal1430 opened 3 years ago

sejal1430 commented 3 years ago

Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring. Input: s = ")()())" Output: 4 Problem link: https://leetcode.com/problems/longest-valid-parentheses/

Programming language Java

As a participant of LGMSOC, I have created this issue and would like to work on it. @Ayush7614 Kindly assign me this issue.

Sathwika-02 commented 3 years ago

Hi, I want to implement this in python as apart of LGM-SOC'21. @Amit366 @Ayush7614 Please assign it to me. Thankyou!!

Anuradha0501 commented 3 years ago

I woukd like to add c++ solution for this problem . Please assign me this issue as a participant of LGM SOC 21. Please assign me this issue @Ayush7614

Pratik57 commented 3 years ago

Assign me to submit the solution in c under LGMSOC21 @Ayush7614 @Amit366