/blogs
Here are my writings on software, engineering, and everything in between. βπ»
2022
LeetCode #509: Fibonacci Number
ποΈ Daily LeetCode Challenge β multiple approaches to computing Fibonacci numbers, from recursion to dynamic programming. Β· 2 min read
LeetCode #128: Longest Consecutive Sequence
ποΈ Daily LeetCode Challenge β finding the longest consecutive sequence in an unsorted array using a hash set approach. Β· 1 min read
LeetCode #135: Candy
ποΈ Daily LeetCode Challenge β distributing the minimum number of candies to children based on their ratings. Β· 2 min read
LeetCode #376: Wiggle Subsequence
ποΈ Daily LeetCode Challenge β solving the wiggle subsequence problem using dynamic programming and greedy techniques. Β· 2 min read
LeetCode #1465: Maximum Area of Cake After Cuts
ποΈ Daily LeetCode Challenge β finding the largest piece of cake after a series of horizontal and vertical cuts. Β· 1 min read
LeetCode #1710: Maximum Units on a Truck
ποΈ Daily LeetCode Challenge β a greedy approach to maximizing units loaded onto a truck with limited capacity. Β· 1 min read