Skip to content

Commit ab5afef

Browse files
Update SYLLABUS.md
1 parent 1bb415f commit ab5afef

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

SYLLABUS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
- [Merge Sort](https://youtu.be/iKGAgWdgoRk)
7575
- [Quick Sort](https://www.youtube.com/watch?v=Z8svOqamag8&list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ&index=27)
7676
- [Backtracking](https://youtu.be/zg5v2rlV1tM)
77-
- [Sudoku Solver](https://youtu.be/nC1rbW2YSz0)
7877
- [N-Queens](https://youtu.be/nC1rbW2YSz0)
79-
- [N-Knights](https://youtu.be/nC1rbW2YSz0)
80-
- [Maze problems](https://www.youtube.com/watch?v=zg5v2rlV1tM&t=111s)
78+
- [N-Knights](https://youtu.be/nC1rbW2YSz0?t=2342)
79+
- [Sudoku Solver](https://youtu.be/nC1rbW2YSz0?t=3190)
80+
- [Maze problems](https://www.youtube.com/watch?v=zg5v2rlV1tM)
8181
- [Recursion String Problems](https://youtu.be/gdifkIwCJyg)
8282
- [Recursion Google, Amazon Questions](https://youtu.be/9ByWqPzfXDU)
8383
- [Recursion Array Problems](https://youtu.be/sTdiMLom00U)
@@ -93,7 +93,6 @@
9393
- [Get equation of any relation easily - best and easiest approach](https://youtu.be/mV3wrLBbuuE?t=8189)
9494
- [Complexity discussion of all the problems we do](https://youtu.be/mV3wrLBbuuE?t=3866)
9595
- [Space Complexity](https://youtu.be/mV3wrLBbuuE?t=3330)
96-
- [Memory Allocation of various languages](https://youtu.be/mV3wrLBbuuE)
9796
- [NP-Completeness Introduction](https://youtu.be/mV3wrLBbuuE?t=8695)
9897
- Object Oriented Programming
9998
- Introduction

0 commit comments

Comments
 (0)