me_sajeeb Profile Banner
Sajeeb Das Shuvo Profile
Sajeeb Das Shuvo

@me_sajeeb

Followers
32
Following
26
Media
52
Statuses
146

Software Engineer

Sunderland, United Kingdom
Joined July 2017
Don't wanna be here? Send us removal request.
@me_sajeeb
Sajeeb Das Shuvo
16 hours
Problem: Solution:
0
0
0
@me_sajeeb
Sajeeb Das Shuvo
16 hours
📽 Watch the full explanation here:
1
0
0
@me_sajeeb
Sajeeb Das Shuvo
16 hours
Solved: “Convert Binary Number in a Linked List to Integer” 🔢. 🧠 Used a simple traversal: res = res * 2 + node->val to convert binary to decimal. Fast, clean, and C++ efficient!. #LeetCode #LinkedList #Cplusplus #DSA #100DaysOfCode #TechTwitter
1
0
5
@me_sajeeb
Sajeeb Das Shuvo
2 days
problem: solution:
0
0
0
@me_sajeeb
Sajeeb Das Shuvo
2 days
📽 Watch the full explanation here:
1
0
0
@me_sajeeb
Sajeeb Das Shuvo
2 days
Solved: “Maximum Matching of Players With Trainers” on LeetCode!. 🏋️‍♂️ Used greedy + two pointers after sorting both arrays — matched players with trainers optimally. 📽 Full C++ explanation!. #LeetCode #Greedy #TwoPointers #Cplusplus #DSA #100DaysOfCode #TechTwitter
1
0
2
@me_sajeeb
Sajeeb Das Shuvo
3 days
📌 I couldn’t record a video today due to a tight schedule, but I made sure to solve and commit my progress. Daily consistency matters. 💪.
0
0
0
@me_sajeeb
Sajeeb Das Shuvo
3 days
Solved: “The Earliest and Latest Rounds Where Players Compete” 🔁. Simulated all match outcomes using recursion + memorization. 📂 Code pushed to GitHub:. #LeetCode #Cplusplus #DSA #Backtracking #CodingChallenge #100DaysOfCode #TechTwitter.
1
0
1
@me_sajeeb
Sajeeb Das Shuvo
4 days
problem: solution:
0
0
0
@me_sajeeb
Sajeeb Das Shuvo
4 days
📽 Watch the full explanation here:
1
0
0
@me_sajeeb
Sajeeb Das Shuvo
4 days
Solved: “Meeting Rooms III” on LeetCode!. 🏢 Simulated real-time room booking using two min-heaps — one for available rooms, one for engaged ones. 🧠 C++ solution with greedy scheduling & rescheduling logic. #LeetCode #PriorityQueue #Cplusplus #DSA #CodingChallenge #TechTwitter
1
0
1
@me_sajeeb
Sajeeb Das Shuvo
5 days
problem: solution:
0
0
0
@me_sajeeb
Sajeeb Das Shuvo
5 days
📽 Watch the full explanation here:
1
0
0
@me_sajeeb
Sajeeb Das Shuvo
5 days
Solved: “Reschedule Meetings for Maximum Free Time II” on LeetCode!. 📆 Shifted just one meeting to maximize free time using prefix/suffix max gaps. 🧠 Smart rescheduling logic in C++!. #LeetCode #Cplusplus #Scheduling #PrefixSuffix #DSA #100DaysOfCode #TechTwitter
1
0
3
@me_sajeeb
Sajeeb Das Shuvo
6 days
Problem: Solution:
0
0
0
@me_sajeeb
Sajeeb Das Shuvo
6 days
📽 Watch the full explanation here:
1
0
0
@me_sajeeb
Sajeeb Das Shuvo
6 days
Solved: “Reschedule Meetings for Maximum Free Time I” on LeetCode!. 📆 Used sliding window to cancel k meetings and maximize total gaps (aka free time). 🧠 Clean C++ logic!. #LeetCode #SlidingWindow #Scheduling #Cplusplus #DSA #100DaysOfCode #TechTwitter
1
0
3
@me_sajeeb
Sajeeb Das Shuvo
7 days
problem: solution:
0
0
0
@me_sajeeb
Sajeeb Das Shuvo
7 days
📽 Watch the full explanation here:
1
0
0
@me_sajeeb
Sajeeb Das Shuvo
7 days
Solved: “Maximum Number of Events That Can Be Attended II” on LeetCode!. 📅 Picked non-overlapping events using DP + greedy sorting to maximize value across k selections. #LeetCode #DynamicProgramming #Cplusplus #DSA #TechTwitter #CodingChallenge #100DaysOfCode
1
0
1