Skip to content

Commit e183365

Browse files
Update SYLLABUS.md
1 parent 9449cca commit e183365

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

SYLLABUS.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
- [How Strings work](https://youtu.be/zL1DPZ0Ovlo?t=216)
5151
- [Comparison of methods](https://youtu.be/zL1DPZ0Ovlo?t=977)
5252
- [Operations in Strings](https://youtu.be/zL1DPZ0Ovlo?t=1681)
53-
- [StringBuilder in java](https://youtu.be/zL1DPZ0Ovlo?t=4199)
53+
- [StringBuilder in Java](https://youtu.be/zL1DPZ0Ovlo?t=4199)
54+
- [StringBuffer](https://www.youtube.com/watch?v=YFZai3fPUQI)
5455
- [Maths for DSA](https://youtu.be/fzip9Aml6og)
5556
- [Introduction](https://youtu.be/fzip9Aml6og?t=20)
5657
- [Complete Bitwise Operators](https://youtu.be/fzip9Aml6og?t=95)
@@ -63,6 +64,7 @@
6364
- [Number Theory](https://youtu.be/lmSpZ0bjCyQ?t=4405)
6465
- [HCF / LCM](https://youtu.be/lmSpZ0bjCyQ?t=5110)
6566
- [Euclidean algorithm](https://youtu.be/lmSpZ0bjCyQ?t=5520)
67+
- [BigInteger & BigDecimal](https://www.youtube.com/watch?v=lHtoypC-4Ps)
6668
- [Recursion](https://www.youtube.com/playlist?list=PL9gnSGHSqcnp39cTyB1dTZ2pJ04Xmdrod)
6769
- [Introduction](https://youtu.be/M2uO2nMT0Bk)
6870
- [Flow of recursive programs - stacks](https://youtu.be/M2uO2nMT0Bk?t=2124)
@@ -126,21 +128,24 @@
126128
- [Cycle Detection](https://youtu.be/70tx7KcMROc)
127129
- [Reversal of LinkedList](https://youtu.be/70tx7KcMROc)
128130
- [Linked List + Recursion](https://youtu.be/70tx7KcMROc)
129-
- Stacks & Queues
131+
- [Stacks & Queues](https://www.youtube.com/watch?v=rHQI4mrJ3cg)
130132
- Introduction
131-
- Interview problems
132133
- Push efficient
133134
- Pop efficient
134-
- Queue using Stack and Vice versa
135+
- Queue using Stack and vice versa
135136
- Circular Queue
136-
- Trees
137-
- Introduction
138-
- Binary Trees
139-
- Binary Search Trees
140-
- DFS
141-
- BFS
142-
- AVL Trees
143-
- Segment Tree
137+
- [Interview problems](https://www.youtube.com/watch?v=S9LUYztYLu4)
138+
- [File handling](https://www.youtube.com/watch?v=b35mlSPOlJg)
139+
- [Trees](https://www.youtube.com/playlist?list=PL9gnSGHSqcnqfctdbCQKaw5oZ9Up2cmsq)
140+
- [Introduction](https://www.youtube.com/watch?v=4s1Tcvm00pA)
141+
- Binary Trees
142+
- Binary Search Trees
143+
- [Interview questions](https://www.youtube.com/watch?v=9D-vP-jcc-Y)
144+
- DFS
145+
- BFS
146+
- [AVL Trees](https://www.youtube.com/watch?v=CVA85JuJEn0)
147+
- [Segment Tree](https://www.youtube.com/watch?v=ciHThtTVNto)
148+
- Fenwick Tree / Binary Indexed Tree
144149
- Heaps
145150
- Introduction
146151
- Theory
@@ -188,8 +193,6 @@
188193
- Tries
189194

190195
### Advanced concepts apart from interviews
191-
- Fast IO
192-
- File handling
193196
- Bitwise + DP
194197
- Extended Euclidean algorithm
195198
- Modulo Multiplicative Inverse
@@ -205,5 +208,4 @@
205208
- Euler Totient
206209
- NP-Completeness
207210
- Multithreading
208-
- Fenwick Tree / Binary Indexed Tree
209211
- Square Root Decomposition

0 commit comments

Comments
 (0)