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

LeetCode knakul853

  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: **

    1.                     https://leetcode.com/problems/path-with-maximum-gold/
      
    1.                     https://leetcode.com/problems/permutations/
      
    1.                     https://leetcode.com/problems/generate-parentheses/
      
    1.                     https://leetcode.com/problems/subsets/
      
    1.                     https://leetcode.com/problems/beautiful-arrangement/
      
    1.                     https://leetcode.com/problems/combination-sum/
      
    1.                     https://leetcode.com/problems/combination-sum-iii/
      
    1.                     https://leetcode.com/problems/combinations/
      
    1.                     https://leetcode.com/problems/count-numbers-with-unique-digits/
      
    1.                     https://leetcode.com/problems/gray-code/
      
    1.                    https://leetcode.com/problems/combination-sum-ii/
      
    1.                    https://leetcode.com/problems/subsets-ii/
      
    1.                    https://leetcode.com/problems/sequential-digits/
      
    1.                    https://leetcode.com/problems/letter-combinations-of-a-phone-number/
      
    1.                    https://leetcode.com/problems/palindrome-partitioning/
      
Clone this wiki locally