Introduction to Content
  • Course content
Time complexity analysis
  • Meaning
  • Big O & Big θ notations
Tips and Shortcuts
  • Tips & layout making
Arrays
  • Arrays concept & operations
  • Practice problem 1 - missing number
  • Practice problem 2 - Prefix sum
Kadane's algorithm
  • Kadane's Algo Concept & solved example
Binary Search
  • Binary search Algo Concept & solved example
Number Theory
  • Prime number detection
  • Factors of a number
  • Sieve of Eratosthenes
C++ Standard Template Library
  • Vectors, Queues and Stacks
Recursion
  • Recursion concept & solved example
Conclusion
  • Final Instructions