Backtracking • Intermediate • 20 min
Combination Sum
How to use controlled [backtracking](/glossary/backtracking) to build unique combinations in canonical order.
Practice problems with walkthroughs, hints, and solutions.
Filter by type or level
Backtracking • Intermediate • 20 min
How to use controlled [backtracking](/glossary/backtracking) to build unique combinations in canonical order.
Trie • Intermediate • 25 min
How to use a [`Trie`](/glossary/trie) with [`DFS`](/glossary/dfs) to support the `.` wildcard through controlled branching.