You can checkout all the solutions in the DP section with Recursive , Memoization , Tabulation & Space Optimisation following the order along with their well commented Time & Space Complexities 😎🚀
Video Solution |
Problem Name |
Question Link |
|---|---|---|
| Video | Representation In Java | Binary Tree Representation in Java |
| Video | Recursive - Pre -Order Traversal | Preorder Traversal of Binary Tree |
| Video | Recursive - In -Order Traversal | Inorder Traversal of Binary Tree |
| Video | Recursive - Post-Order Traversal | Postorder Traversal of Binary Tree |
| Video | Level Order - Traversal - Queue Data Structure | Level Order Traversal of Binary Tree |
Video Solution |
Problem Name |
Question Link |
|---|---|---|
| Video | Introduction to Graph - Different Conventions Used | |
| Video | Representation in JAVA |
Problem Name |
Question Link |
|---|---|
| Count Digits | Count Digits |
| Reverse A Integer | Reverse Integer |
Problem Name |
Question Link |
|---|---|
| Max Sum Subarray of size K | Max Sum Subarray of size K |
Problem Name |
Question Link |
|---|---|
| Stack Implementation using Arrays | Implementation |
| Stack Implementation using LinkedList | Implementation |