Skip to content

Commit 7bc5330

Browse files
Update README.md
1 parent 080d9ae commit 7bc5330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🖲 Essential Backtracking interview questions (answered) for developers in 2021
22

3-
Backtracking is a general algorithm for finding all solutions to some computational problems, notably constraint satisfaction problems, that incrementally builds candidates to the solutions, and abandons a candidate as soon as it determines that the candidate cannot possibly be completed to a valid solution. Check our list of essential Backtracking Algorithm interview questions and answers that will trend on tech interviews in 2021.
3+
Backtracking is a general algorithm for finding all solutions to some computational problems, notably constraint satisfaction problems, that incrementally builds candidates to the solutions, and abandons a candidate as soon as it determines that the candidate cannot possibly be completed to a valid solution. Check our list of essential Backtracking Algorithm interview questions and answers that will trend on data structures interviews in 2021.
44

55
</br>
66

@@ -45,4 +45,4 @@ The function will be called recursively and will be stored in call stack for all
4545

4646
<br />
4747

48-
> You can also find more data structures interview questions here 👉🏼 https://devinterview.io/data/backtracking-interview-questions
48+
> You can also find more data structures interview questions here 👉🏼 https://devinterview.io/data/

0 commit comments

Comments
 (0)