What Happens When You Send a Text Message?
Mar 17, 2025
This is quite a rabbit-hole that started when a message ended up getting lost, and I wondered why that tends to happen with text messages and not apps like messenger. TLDR: the difference is that…
A Guide to Financial Independence
Jan 2, 2025
Note: The following post is not financial advice. It is for informational purposes based on independent research. Money is easy to spend and difficult to acquire. After learning more about personal…
Heap Algorithm Summaries
Dec 22, 2024
Here are the summaries for the Heap algorithms in Leetcode's Blind 75. Check out the previous post on Dynamic Algorithms. A Binary Heap is a type of Binary Tree, specifically a complete Binary Tree…
Dynamic Algorithm Summaries
Oct 21, 2024
Here are the summaries for the Dynamic algorithms in Leetcode's Blind 75. Check out the previous post on Trees. Dynamic programming is a method used to solve complex problems by breaking them down…
Tree Algorithm Summaries
Oct 4, 2024
Here are the summaries for the Tree algorithms in Leetcode's Blind 75. Check out the previous post on Strings. A tree is a subset of graph data structures where nodes are organized hierarchically.…