We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389911c commit 0f1a0d8Copy full SHA for 0f1a0d8
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,11 +80,11 @@
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
87
- - Maze problems
+ - [Maze problems](https://youtu.be/zg5v2rlV1tM)
88
- Recursion String Problems
89
- [Recursion Array Problems](https://youtu.be/sTdiMLom00U)
90
- [Recursion Pattern Problems](https://youtu.be/ymgnIIclCF0)
0 commit comments