Week 14: Momentum

I don't know if I've been more hardworking after returning from holidays, or it so happened that the weeks of studying bits and pieces finally came together last week... I've finished some milestones ...
0 Read More

763. Partition Labels

763. Partition LabelsDifficulty: MediumTopics: Hash Table, Two Pointers, String, GreedyYou are given a string s. We want to partition the string into as many parts as possible so that each letter appe...
0 Read More

2551. Put Marbles in Bags

2551. Put Marbles in BagsDifficulty: HardTopics: Array, Greedy, Sorting, Heap (Priority Queue)You have k bags. You are given a 0-indexed integer array weights where weights[i] is the weight of the ith...
0 Read More

Technical Interview Manners

Technical Interviews are a key part of the hiring process. They’re designed to assess our problem-solving ability, technical knowledge, and coding skills. It involves two-way communication. It's imp...
0 Read More