Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Problem 22 - Generate Parentheses

My solution can generate the correct result but the elements' sequence is different from the test cases. I can figure out the algorithm that can generate specified sequence. So I learnt the AC algorithm from the Internet.