Skip to content

Commit 0f1a0d8

Browse files
committed
SYLLABUS.md file updated
1 parent 389911c commit 0f1a0d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

SYLLABUS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Complete Java + DSA Bootcamp Syllabus
1+
# Complete Java + DSA Bootcamp Syllabus
22

33
## NOTE
44
- All topics will contain problems from LeetCode Easy to Hard, explained in an easy-to-understand manner.
@@ -80,11 +80,11 @@
8080
- Sorting:
8181
- [Merge Sort](https://youtu.be/iKGAgWdgoRk)
8282
- [Quick Sort](https://www.youtube.com/watch?v=Z8svOqamag8&list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ&index=27)
83-
- Backtracking
83+
- [Backtracking](https://youtu.be/zg5v2rlV1tM)
8484
- Sudoku Solver
8585
- N-Queens
8686
- N-Knights
87-
- Maze problems
87+
- [Maze problems](https://youtu.be/zg5v2rlV1tM)
8888
- Recursion String Problems
8989
- [Recursion Array Problems](https://youtu.be/sTdiMLom00U)
9090
- [Recursion Pattern Problems](https://youtu.be/ymgnIIclCF0)

0 commit comments

Comments
 (0)