RESOURCES
BOOKS
- Data Structures & Algorithms in Python -Michael T. Goodrich
- Deep Learning Interviews -Shlomo Kashani
EASY QUESTIONS
MEDIUM QUESTIONS
HARD QUESTIONS
Name of Question | Status of Completion | Solution |
---|---|---|
1. Split Array Largest Sum | ✅ | Java |
2. First Missing Positive | ✅ | Java |
3. Serialize and Deserialize Binary Tree | ✅ | Python |
4. Binary Tree Maximum Path Sum | ✅ | Python |
5. Merge K Sorted Lists | ✅ | Python |