Homepage
Open in app
Sign inGet started
Algorithms and Coding Interviews
  • Data Structures
  • Algorithms
  • Problem Patterns
  • Python
  • Work Flow Tools
  • Interviews
  • Community
Tagged in

Backtracking

Algorithms and Coding Interviews
Algorithms and Coding Interviews
Sharing methods to solve questions on leetcode, trying to systematize different types of questions
More information
Followers
3.3K
Elsewhere
More, on Medium
  • Backtracking
Go to the profile of Li Yin
Li Yin in Algorithms and Coding Interviews
Apr 27, 2019

In-depth Backtracking with LeetCode Problems — Part 3

Solving Constraint Satisfaction Problem (CSP)…

Read more…
Go to the profile of Li Yin
Li Yin in Algorithms and Coding Interviews
Apr 5, 2019

Backtracking with LeetCode Problems — Part 2

Combination and All Paths

Read more…
1 response
Go to the profile of Li Yin
Li Yin in Algorithms and Coding Interviews
Mar 21, 2018

In-depth Backtracking with LeetCode Problems — Part 1

Introduction and Permutation

Backtracking is a general algorithm for finding all (or some) solutions to some computational problems, that incrementally builds candidates to the solutions. As…

Read more…
9 responses
Go to the profile of Li Yin
Li Yin in Algorithms and Coding Interviews
Mar 18, 2018

Solve Problems on LeetCode using Divide and Conquer, Dynamic Programming, and Backtracking

Read more…