Topic: Backtracking Problem / Level: beginner

Problem: Find all valid combinations of brackets such that they are correctly nested, for a given number of pairs of brackets.

Run the code to see the output here...