https://arshpatel.me
Feature 1: Mindmap Generator ✨
Turn messy notes into a clean, interactive mindmap.
Feature 2: Roadmap Builder 🗺️
Tell it what you want to learn — get a complete learning path with progress tracking.
Try it now. I would love to get some feedback!
Feature 1: Mindmap Generator ✨
Turn messy notes into a clean, interactive mindmap.
Feature 2: Roadmap Builder 🗺️
Tell it what you want to learn — get a complete learning path with progress tracking.
Try it now. I would love to get some feedback!
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.
www.arshpatel.me/projects/speck
www.arshpatel.me/projects/speck
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