Skip to content

Commit 4d90695

Browse files
refactor 678
1 parent c7feaff commit 4d90695

File tree

1 file changed

+2
-0
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+2
-0
lines changed

src/main/java/com/fishercoder/solutions/_678.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
Input: "(*))"
2727
Output: True
2828
29+
Note:
30+
The string size will be in the range [1, 100].
2931
*/
3032
public class _678 {
3133
public static class Solution1 {

0 commit comments

Comments
 (0)