Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 2 KB

Week1.md

File metadata and controls

55 lines (44 loc) · 2 KB

Cod{on}fest Week 1

Syllabus

  • Time Complexity, Array, Linear Search, Binary Search, Kadane's Algorithm:
    • What is Time Complexity
    • Best, worst and Avg Complexity
    • Linear Search and Binary Search
    • Kadane's Algorithm
    • Count Sorting
  • Recursion, Memoization and STL algorithms:
    • Sieve of Ethranos
    • What is Hashmap ?
    • LinkedList

Resources that can be referred

Questions

Easy

Intermediate

Hard