Skip to content
Nakul Bharti edited this page Dec 28, 2019 · 17 revisions

LeetCode KalaHit

  1. Backtracking : Idea: check the current position and explore all the next position if this lead to good combination accept the answer otherwise backtrack wait .... what?

Backtracking

             problems: https://leetcode.com/problems/path-with-maximum-gold/
                       https://leetcode.com/problems/permutations/
                       https://leetcode.com/problems/generate-parentheses/
                       https://leetcode.com/problems/subsets/
                       https://leetcode.com/problems/beautiful-arrangement/
                       https://leetcode.com/problems/combination-sum/
                       https://leetcode.com/problems/combination-sum-iii/
Clone this wiki locally