Example #1
0
 public static void main(String[] args) {
   Solution s = new Solution();
   System.out.println(s.generateParenthesis(5));
 }