GitHub: https://github.com/mrosman7
I've been a bit behind because of the holidays but I am back!
Today jumped back into LeetCode today with Remove Duplicates from Sorted Array and Remove Duplicates from Sorted Array II
I've been a bit behind because of the holidays but I am back!
Today jumped back into LeetCode today with Remove Duplicates from Sorted Array and Remove Duplicates from Sorted Array II
This LeetCode problem was much easier after all of the Binary Tree practice I've been doing 👏
Problem #144. Binary Tree Preorder Traversal
This LeetCode problem was much easier after all of the Binary Tree practice I've been doing 👏
Problem #144. Binary Tree Preorder Traversal
Continuing my daily LeetCode practice, I worked on problem #108. Convert Sorted Array to Binary Search Tree. For some reason this one really threw me off, specifically with the L & R pointers. But after whiteboarding through the solution/call stack I got it!
Continuing my daily LeetCode practice, I worked on problem #108. Convert Sorted Array to Binary Search Tree. For some reason this one really threw me off, specifically with the L & R pointers. But after whiteboarding through the solution/call stack I got it!
The first time I learned binary trees & recursion while studying at Ada Developers Academy it took FOREVER to understand. Now, I'm a little leetcode rusty, but this in-order tree traversal problem took me only ONE HOUR to understand and execute myself! 🥲🙌🎉💻
The first time I learned binary trees & recursion while studying at Ada Developers Academy it took FOREVER to understand. Now, I'm a little leetcode rusty, but this in-order tree traversal problem took me only ONE HOUR to understand and execute myself! 🥲🙌🎉💻