Skip to content

Commit f7c2053

Browse files
committed
backtracking
1 parent 894a553 commit f7c2053

File tree

5 files changed

+37
-0
lines changed

5 files changed

+37
-0
lines changed

.idea/.gitignore

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/algorithms.iml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

back_tracking_algorithm.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- [What is Backtracking?](https://www.geeksforgeeks.org/backtracking-algorithms/)
2+
- [Backtracking Algorithm in Data Structures](https://www.scaler.com/topics/data-structures/backtracking-algorithm/)
3+
- [Backtracking Algorithm](https://www.programiz.com/dsa/backtracking-algorithm)
4+
- [What is Backtracking?](https://www.interviewbit.com/courses/programming/backtracking/)
5+
- [Backtracking](https://www.javatpoint.com/backtracking-introduction)
6+
- [Backtracking Algorithms](https://www.baeldung.com/cs/backtracking-algorithms#:~:text=Backtracking%20is%20an%20algorithmic%20technique,satisfy%20them%20will%20be%20removed)

0 commit comments

Comments
 (0)