/blogsWithTag
Blogs tagged with #algorithms. ๐ท๏ธ
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