Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 2.45 KB

Week3.md

File metadata and controls

54 lines (45 loc) · 2.45 KB

Cod{on}fest Week 3

Syllabus

  • Set, Tree, Tree Traversal and Trie
    • Using set library
    • Operations like insert,size, begin, end, iterators
    • Learning two pointer technique
    • Intro to tree
    • Intro to Binary Tree and Complete Tree
    • Pre order traversal
    • In order traversal
    • Post order traversal
    • Intro to TRIE and it’s Implementatio

Resources that can be referred

Questions

Easy:

Intermediate: