Skip to content

Commit 66607ff

Browse files
Update SYLLABUS.md
1 parent c8e73b8 commit 66607ff

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

SYLLABUS.md

Lines changed: 12 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,6 @@
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
8271
- Recursion
8372
- Introduction
8473
- Why recursion?
@@ -99,6 +88,17 @@
9988
- Recursion Array Problems
10089
- Recursion Pattern Problems
10190
- Subset Questions
91+
- Space and Time Complexity Analysis
92+
- Introduction
93+
- Comparisons of various cases
94+
- Solving Linear Recurrence Relations
95+
- Solving Divide and Conquer Recurrence Relations
96+
- Big-O, Big-Omega, Big-Theta Notations
97+
- Get equation of any relation easily - best and easiest approach
98+
- Complexity discussion of all the problems we do
99+
- Space Complexity
100+
- Memory Allocation of various languages
101+
- NP Completeness and Hardness
102102
- Object Oriented Programming
103103
- Introduction
104104
- Classes & its instances

0 commit comments

Comments
 (0)