L6. Maximum XOR of Two Numbers in an Array | C++ | Java Post date December 8, 2021 Post author By take U forward
How I Got into Google Warsaw As Software Engineer | Interview EXPERIENCE | Preparation Strategies Post date December 6, 2021 Post author By take U forward
L3. Longest Word With All Prefixes | Complete String | Trie Post date November 25, 2021 Post author By take U forward
L4. Number of Distinct Substrings in a String | Trie | C++ | Java Post date November 25, 2021 Post author By take U forward
L2. Implement Trie-2 | INSERT | countWordsEqualTo() | countWordsStartingWith() | C++ | Java Post date November 12, 2021 Post author By take U forward
L1. Implement TRIE | INSERT | SEARCH | STARTSWITH Post date November 11, 2021 Post author By take U forward
L52. Recover BST | Correct BST with two nodes swapped Post date November 6, 2021 Post author By take U forward
L51. Two Sum In BST | Check if there exists a pair with Sum K Post date October 31, 2021 Post author By take U forward
L50. Binary Search Tree Iterator | BST | O(H) Space Post date October 30, 2021 Post author By take U forward
L49. Inorder Successor/Predecessor in BST | 3 Methods Post date October 29, 2021 Post author By take U forward
L48. Construct a BST from a preorder traversal | 3 Methods Post date October 28, 2021 Post author By take U forward
L46. Check if a tree is a BST or BT | Validate a BST Post date October 26, 2021 Post author By take U forward
Dussehra GIFT | BIGGEST SURPRISE REVEALED🔥 #shorts Post date October 15, 2021 Post author By take U forward
L42. Floor in a Binary Search Tree | BST | C++ | Java Post date September 1, 2021 Post author By take U forward
L44. Delete a Node in Binary Search Tree | BST | C++ | Java Post date September 1, 2021 Post author By take U forward
L40. Search in a Binary Search Tree | BST | C++ | Java Post date September 1, 2021 Post author By take U forward
L41. Ceil in a Binary Search Tree | BST | C++ | Java Post date September 1, 2021 Post author By take U forward
L43. Insert a given Node in Binary Search Tree | BST | C++ | Java Post date September 1, 2021 Post author By take U forward
L39. Introduction to Binary Search Tree | BST Post date September 1, 2021 Post author By take U forward
L38. Flatten a Binary Tree to Linked List | 3 Approaches | C++ | Java Post date September 1, 2021 Post author By take U forward
L37. Morris Traversal | Preorder | Inorder | C++ | Java Post date September 1, 2021 Post author By take U forward
L36. Serialize and De-serialize Binary Tree | C++ | Java Post date September 1, 2021 Post author By take U forward
L35. Construct the Binary Tree from Postorder and Inorder Traversal | C++ | Java Post date August 31, 2021 Post author By take U forward
L34. Construct a Binary Tree from Preorder and Inorder Traversal | C++ | Java Post date August 31, 2021 Post author By take U forward
L33. Requirements needed to construct a Unique Binary Tree | Theory Post date August 31, 2021 Post author By take U forward
L32. Count total Nodes in a COMPLETE Binary Tree | O(Log^2 N) Approach | C++ | Java Post date August 31, 2021 Post author By take U forward
L31. Minimum time taken to BURN the Binary Tree from a Node | C++ | Java Post date August 30, 2021 Post author By take U forward
L30. Print all the Nodes at a distance of K in Binary Tree | C++ | Java Post date August 30, 2021 Post author By take U forward
L29. Children Sum Property in Binary Tree | O(N) Approach | C++ | Java Post date August 30, 2021 Post author By take U forward
L28. Maximum Width of Binary Tree | C++ | Java Post date August 30, 2021 Post author By take U forward
L27. Lowest Common Ancestor in Binary Tree | LCA | C++ | Java Post date August 29, 2021 Post author By take U forward
L26. Print Root to Node Path in Binary Tree | C++ | Java Post date August 29, 2021 Post author By take U forward
L25. Check for Symmetrical Binary Trees | C++ | Java Post date August 29, 2021 Post author By take U forward
L24. Right/Left View of Binary Tree | C++ | Java Post date August 29, 2021 Post author By take U forward
L21. Vertical Order Traversal of Binary Tree | C++ | Java Post date August 29, 2021 Post author By take U forward
L15. Check for Balanced Binary Tree | C++ | Java Post date August 23, 2021 Post author By take U forward
L19. Zig-Zag or Spiral Traversal in Binary Tree | C++ | Java Post date August 23, 2021 Post author By take U forward
L20. Boundary Traversal in Binary Tree | C++ | Java Post date August 23, 2021 Post author By take U forward
L18. Check it two trees are Identical or Not | C++ | Java Post date August 23, 2021 Post author By take U forward
L17. Maximum Path Sum in Binary Tree | C++ | Java Post date August 23, 2021 Post author By take U forward
L14. Maximum Depth in Binary Tree | Height of Binary Tree | C++ | Java Post date August 22, 2021 Post author By take U forward
L13. Preorder Inorder Postorder Traversals in One Traversal | C++ | Java | Stack | Binary Trees Post date August 22, 2021 Post author By take U forward
L12. Iterative Postorder Traversal using 1 Stack | C++ | Java | Binary Trees Post date August 22, 2021 Post author By take U forward
L11. Iterative Postorder Traversal using 2 Stack | C++ | Java | Binary Tree Post date August 22, 2021 Post author By take U forward
L10. iterative Inorder Traversal in Binary Tree | C++ | Java | Stack Post date August 22, 2021 Post author By take U forward
L9. Iterative Preorder Traversal in Binary Tree | C++ | Java | Stack Post date August 22, 2021 Post author By take U forward
L8. Level Order Traversal of Binary Tree | BFS | C++ | Java Post date August 21, 2021 Post author By take U forward
L7. Postorder Traversal of Binary Tree | C++ | Java | Code Explanation Post date August 21, 2021 Post author By take U forward
L6. Inorder Traversal of Binary Tree | C++ | Java | Code Explanation Post date August 21, 2021 Post author By take U forward
L5. Preorder Traversal of Binary Tree | C++ | Java | Code Explanation Post date August 21, 2021 Post author By take U forward
L4. Binary Tree Traversals in Binary Tree | BFS | DFS Post date August 20, 2021 Post author By take U forward