· software
Sorting Elements by Frequency in C++ (Map vs Bucket Approach)
Problem Idea Given an array, sort the elements by descending frequency and rebuild the array so that the most frequent elements appear first. Example Input: 1,...
Problem Idea Given an array, sort the elements by descending frequency and rebuild the array so that the most frequent elements appear first. Example Input: 1,...
In traditional software development, iteration is king. We are taught to think sequentially: take an item, process it, store the result, and move to the next. H...
Overview The first two days were focused on laying foundations: watching two videos on vectors from 3Blue1Brown and tackling LeetCode problems 217, 242, 1, 347...
Day 2: Low Energy, Work Done Anyway Day 2 wasn’t impressive. I woke up feeling slow, and being at my grandma’s house doesn’t help. It’s one of those environmen...