https://arshpatel.me
105. Construct Binary Tree from Preorder and Inorder Traversal
leetcode.com/problems/con...
Here's my Pseudo and Final code
105. Construct Binary Tree from Preorder and Inorder Traversal
leetcode.com/problems/con...
Here's my Pseudo and Final code
230. Kth Smallest Element in a BST
leetcode.com/problems/kth...
Here's my Pseudo and Final code
Used an Iterative approach in this one. Was using recursion for most of the tree problem as it's optimal.
230. Kth Smallest Element in a BST
leetcode.com/problems/kth...
Here's my Pseudo and Final code
Used an Iterative approach in this one. Was using recursion for most of the tree problem as it's optimal.
1448. Count Good Nodes in Binary Tree
leetcode.com/problems/cou...
Here's my Pseudo and Final code
On the whiteboard this time. I was in uni, and felt like using it.
1448. Count Good Nodes in Binary Tree
leetcode.com/problems/cou...
Here's my Pseudo and Final code
On the whiteboard this time. I was in uni, and felt like using it.
199. Problem: Binary Tree Right Side View
leetcode.com/problems/bin...
Here's my Pseudo and Final code
199. Problem: Binary Tree Right Side View
leetcode.com/problems/bin...
Here's my Pseudo and Final code
102. Binary Tree Level Order Traversal
leetcode.com/problems/bin...
Here's my Pseudo and Final code
102. Binary Tree Level Order Traversal
leetcode.com/problems/bin...
Here's my Pseudo and Final code
235. Lowest Common Ancestor of a Binary Search Tree
leetcode.com/problems/low...
Here's my Pseudo and Final code
235. Lowest Common Ancestor of a Binary Search Tree
leetcode.com/problems/low...
Here's my Pseudo and Final code
104. Maximum Depth of Binary Tree
leetcode.com/problems/max...
Here's my Pseudo and Final code(with recursion walkthrough)
104. Maximum Depth of Binary Tree
leetcode.com/problems/max...
Here's my Pseudo and Final code(with recursion walkthrough)
226. Invert Binary Tree
leetcode.com/problems/inv...
Here's my Pseudo and Final code(bonus recursion thought process)
226. Invert Binary Tree
leetcode.com/problems/inv...
Here's my Pseudo and Final code(bonus recursion thought process)
19. Remove Nth Node From End of List
leetcode.com/problems/rem...
Here's my Pseudo and Final code
19. Remove Nth Node From End of List
leetcode.com/problems/rem...
Here's my Pseudo and Final code
Here's the console error, that I'm getting. Feel free to contact me with more logs.
Here's the console error, that I'm getting. Feel free to contact me with more logs.