Leetcode Easy: Binary Tree Inorder TraversalBranching out with another Leetcode Binary Tree challenge! If you wanna check out my first binary tree walk through, you can find it on DEV…Jan 30, 2022Jan 30, 2022
125. Valid Palindrome in Python3What I find amazing is that with any language, there are always a plethora of built in methods waiting to be discovered and used. This was…Jan 18, 2022Jan 18, 2022
LeetCode #136: Single NumberBy now I’m starting to see how Big O Notation is playing a role crafting a solution to a problem. The basis of the problem is to take a non…Jan 11, 2022Jan 11, 2022
Principles of Big O NotationFor my birthday I was gifted “Cracking the Coding Interview”, possibly one of the most appropriate gifts any new programmer could receive…Dec 31, 2021Dec 31, 2021
LeetCode #58: Length of Last WordAs I slowly dip my toes into the great abyss of the Big O and binary searches, I am (again) humbled by LeetCode’s pattern for seemingly…Dec 21, 20211Dec 21, 20211
LeetCode: Remove Duplicates from Sorted ListAnother day, another LeetCode problem! From the get-go the task at hand is to take a head of the sorted list and return the list without…Dec 16, 2021Dec 16, 2021
LeetCode: Palindrome NumberA walkthrough and explanation of a classic LeetCode questionDec 1, 2021Dec 1, 2021
Principles of Redux and React/ReduxUnderstanding state management, store, middleware, and moreNov 17, 2021Nov 17, 2021