・
Review 1
・
Average rating 4.0
Completed 54% of course
Thank you for the great lecture. However, I feel like the backtracking part is not explained properly to the point. ^^;

pushupman
Instructor
Thank you for the good point. I approached backtracking in a tedious manner. I approached it by listing them one by one like generateParentheses. The reason is that the answer is too simple, so I approached it that way. I mainly used the stack concept and showed how to escape when it is satisfied. In the future, I plan to solve similar problems to the famous backtracking problem. Thank you~