We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c08ff7c + ab70cc9 commit 0d8f0c0Copy full SHA for 0d8f0c0
1 file changed
SYLLABUS.md
@@ -1,4 +1,4 @@
1
-# Complete Java + DSA Bootcamp Syllabus
+# Complete Java + DSA Bootcamp Syllabus
2
3
## NOTE
4
- All topics will contain problems from LeetCode Easy to Hard, explained in an easy-to-understand manner.
@@ -80,7 +80,7 @@
80
- Sorting:
81
- [Merge Sort](https://youtu.be/iKGAgWdgoRk)
82
- [Quick Sort](https://www.youtube.com/watch?v=Z8svOqamag8&list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ&index=27)
83
- - Backtracking
+ - [Backtracking](https://youtu.be/zg5v2rlV1tM)
84
- Sudoku Solver
85
- N-Queens
86
- N-Knights
0 commit comments