docs(DP): update LongestValidParentheses.java
This commit is contained in:
parent
5ec25c1670
commit
c725d91ecf
@ -1,11 +1,9 @@
|
|||||||
|
|
||||||
import java.util.Scanner;
|
import java.util.Scanner;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Given a string containing just the characters '(' and ')', find the length of
|
* Given a string containing just the characters '(' and ')', find the length of
|
||||||
* the longest valid (well-formed) parentheses substring.
|
* the longest valid (well-formed) parentheses substring.
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* @author Libin Yang (https://github.com/yanglbme)
|
* @author Libin Yang (https://github.com/yanglbme)
|
||||||
* @since 2018/10/5
|
* @since 2018/10/5
|
||||||
*/
|
*/
|
||||||
@ -57,7 +55,5 @@ public class LongestValidParentheses {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sc.close();
|
sc.close();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user