Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhinandan-khurana/week2-dp4-cipherschools

Competitive Coding using C++ for Interview Prep - CipherSchools
https://github.com/abhinandan-khurana/week2-dp4-cipherschools

data-structures interview-practice interview-preparation interview-questions practice-cpp practice-programming

Last synced: 3 days ago
JSON representation

Competitive Coding using C++ for Interview Prep - CipherSchools

Awesome Lists containing this project

README

        

# week2-DP4-CipherSchools
Competitive Coding using C++ for Interview Prep - CipherSchools

### Videos -->

- 19 . Merge intervals(continue),
- 20 . Q1(Next smaller/greater element), Q2(histogram area, Q3(insert at the bottom)(intro)
- 21 . Q3(insert at the bottom)(continue), LRU cache
- 22 . Binary tree(intro), Traversals
- 23 . Traversals(continue), queue approach, Question(diameter of BT)
- 24 . Question(diameter of BT)(contunue), Question(level order traversal), Question(vertical order traversal)
- 25 . Binary Tree Questions
- 26 . Questions: 3(continue), 4(Serialize & Deserialize), 5(Serialize & Deserialize, 6(Root to leaf problem), 7 (print ancestors of BT), 8 (Find LCA of BT), 9 (BT Doubly LL)
- 27 . CRUD Operations, Q1(convert sorted array to BST), Q2(LCA
- 28 . Questions: 3(print BST range problem)(cont), 4(Balanced BST problem), 5(Least common ancestor problem), 6(Unique BST count problem)
- 29 . Binary heap(Q1, Q2)
- 30 . Q2(continue), Q3(Kth smallest element
- 31 . Segment tree problem, recommended tutorials
- 32 . recommended questions discussion, coin change problem
- 33 . Subset-sum problem, Longest Sum Increasing
- 34 . Longest Sum Increasing subsequence
- 35 . DP: 0-1 Knapsack problem
- 36 . LPS (continue), LCS, LIPL