We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66607ff + b360447 commit 3b28986Copy full SHA for 3b28986
SYLLABUS.md
@@ -51,7 +51,7 @@
51
- Newton's Square Root Method
52
- Number Theory
53
- Euclidean algorithm
54
- - Advanced Concepts for CP (later in course)
+ - Advanced Concepts for CP (later in the course)
55
- Bitwise + DP
56
- Extended Euclidean algorithm
57
- Modulo Properties
@@ -68,6 +68,7 @@
68
- Shadowing
69
- Variable Length Arguments
70
- (more content in OOP such as overloading etc)
71
+
72
- Recursion
73
- Introduction
74
- Why recursion?
@@ -98,7 +99,7 @@
98
99
- Complexity discussion of all the problems we do
100
- Space Complexity
101
- Memory Allocation of various languages
- - NP Completeness and Hardness
102
+ - NP-Completeness and Hardness
103
- Object Oriented Programming
104
105
- Classes & its instances
0 commit comments