Skip to content

Commit b360447

Browse files
authored
Merge branch 'main' into patch-1
2 parents ac0626a + 66607ff commit b360447

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

SYLLABUS.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## NOTE:
44
- All topics will contain problems from LeetCode Easy to Hard, explained in an easy-to-understand manner.
5-
- Complete Custom Implementation of all Data Structures and Algorithms.
5+
- Complete custom implementation of all Data Structures and Algorithms.
66

77
## Lectures
88
- Introduction to Git
@@ -68,17 +68,7 @@
6868
- Shadowing
6969
- Variable Length Arguments
7070
- (more content in OOP such as overloading etc)
71-
- Space and Time Complexity Analysis
72-
- Introduction
73-
- Comparisons of various cases
74-
- Solving Linear Recurrence Relations
75-
- Solving Divide and Conquer Recurrence Relations
76-
- Big-O, Big-Omega, Big-Theta Notations
77-
- Get equation of any relation easily - best and easiest approach
78-
- Complexity discussion of all the problems we do
79-
- Space Complexity
80-
- Memory Allocation of various languages
81-
- NP-Completeness and Hardness
71+
8272
- Recursion
8373
- Introduction
8474
- Why recursion?
@@ -99,6 +89,17 @@
9989
- Recursion Array Problems
10090
- Recursion Pattern Problems
10191
- Subset Questions
92+
- Space and Time Complexity Analysis
93+
- Introduction
94+
- Comparisons of various cases
95+
- Solving Linear Recurrence Relations
96+
- Solving Divide and Conquer Recurrence Relations
97+
- Big-O, Big-Omega, Big-Theta Notations
98+
- Get equation of any relation easily - best and easiest approach
99+
- Complexity discussion of all the problems we do
100+
- Space Complexity
101+
- Memory Allocation of various languages
102+
- NP-Completeness and Hardness
102103
- Object Oriented Programming
103104
- Introduction
104105
- Classes & its instances

0 commit comments

Comments
 (0)