#leetcode search results
Day 104 of Code Daily: LeetCode: 2211. Count Collisions on a Road #LearnInPublic #100DaysOfCode #LeetCode #DSA #LeetCodeDaily
Day 50: Car Fleet 🚗💨 Approach: Sort + Stack → Sort cars by position → Compute time to reach target → Build fleets by comparing times Simple logic, smart grouping, O(n log n) win ⚡ GitHub: github.com/anchal-dev/Lee… #LeetCode #CPP #Greedy #Stack #CodingJourney #ProblemSolving
Leetcoding is truly the bane of my existence - I totally understand how it doesn’t reflect the real work that you’ll be doing as a software engineer. But, you need to practice. I actually pay for #leetcode premium to get full access to all the tools, hidden problems and official…
Day 14 streak complete! Solved 2211. Count Collisions on a Road💪 #100DaysOfCode #LeetCode #C++ #CodingJourney.
Found the “0ms cheat code” for C++ on LeetCode 😭 >Just paste this at the top of your code >And You suddenly become “faster than 100%” 💀 #LeetCode #cpp
Day 74/100 of #100DaysOfCode! Crushed it today by deep-diving into the Time & Space Complexity of Recursive Functions! Analyzing the call stack and recursion tree was key. Solved the LeetCode problem 'Power of Two' (LC 231) . #DSA #LeetCode #rohitnegi
Ok so I have never got any monthly #LeetCode badge, but let's try for the December badge.
Hey BitBuddies ✨ Day 96 of my #100DaysOfCode journey! 💻🔥 🟢 LeetCode :Count Partitions with Even Sum Difference 🟢 GFG :Walls Coloring II 🎨 Daily progress → Daily growth 🚀 Let’s keep building and learning together! 💪 #leetcode #geeksforgeeks #DSA #coding #buildinpublic
LeetCode 2211 — Count Collisions on a Road#Java #LeetCode #Coding #Programmer #Tech #Developer #DSA #DevCommunity #SoftwareEngineering #JavaDeveloper #CompetitiveProgramming #ProblemSolving
Day 100 of 100 Days of Code: LeetCode: POTD Streak: 18 3512. Minimum Operations to Make Array Sum Divisible by K 100 Days completed successfully 🔥 #LearnInPublic #100DaysOfCode #LeetCode #DSA #LeetCodeDaily
Day 71 of #LeetCode75 Solved Problem 2235 – Add Two Integers. A simple one today Time Complexity:O(max (m,n)) Space Complexity: O(1) #LeetCode #DSA #100DaysOfCode #CodingJourney
🔹 Optimal Approach (Index Placement Technique): I used cyclic sort logic, placing each number at its correct index (value x → position x-1). After rearranging, the first index where nums[i] != i+1 gives our missing number. #100DaysOfCode #Leetcode #DSA #codingjourney
Leet_Code 1011 — Capacity to Ship Packages Within D Days The key idea: Don’t search in the array — 🧠 Search in the RANGE of possible capacities. Feels great to finally think in patterns instead of formulas. #DSA #leetcode
Leetcoding is truly the bane of my existence - I totally understand how it doesn’t reflect the real work that you’ll be doing as a software engineer. But, you need to practice. I actually pay for #leetcode premium to get full access to all the tools, hidden problems and official…
📌 Full solution & explanation available on GitHub: 👉 github.com/Sharmavicky/Ds… Small steps every day → big progress ahead 💪 #100DaysOfCode #leetcode #dsa #codingjourney
Hey BitBuddies ✨ Day 96 of my #100DaysOfCode journey! 💻🔥 🟢 LeetCode :Count Partitions with Even Sum Difference 🟢 GFG :Walls Coloring II 🎨 Daily progress → Daily growth 🚀 Let’s keep building and learning together! 💪 #leetcode #geeksforgeeks #DSA #coding #buildinpublic
𝗗𝗮𝘆 𝟰 🚀 • Studied Two-Pointer technique • Solved 2 LeetCode problems (optimization) • Learned HTML Forms & attributes Building problem-solving + front-end fundamentals. #30DayChallenge #LeetCode #DSA #WebDev #HTML #BuildInPublic
LeetCode 3432 — Count Partitions with Even Sum Difference #Java #LeetCode #Coding #Programmer #Tech #Developer #DSA #DevCommunity #SoftwareEngineering #JavaDeveloper #CompetitiveProgramming #ProblemSolving
Day 50: Car Fleet 🚗💨 Approach: Sort + Stack → Sort cars by position → Compute time to reach target → Build fleets by comparing times Simple logic, smart grouping, O(n log n) win ⚡ GitHub: github.com/anchal-dev/Lee… #LeetCode #CPP #Greedy #Stack #CodingJourney #ProblemSolving
🧩 LeetCode 83 – Remove Duplicates from Sorted List -Traverse the list using a pointer -If current.val == current.next.val, skip the next node -Otherwise move to the next node -Since the list is sorted, all duplicates appear consecutively #leetcode #learninpublic #Java
Day 8️⃣: Till I get a job. Solved LC 3432 – Count Partitions with Even Sum Diff. If the total sum of the array is even, then every partition will have an even difference between left and right sums, so the answer is n - 1 otherwise return 0. #LeetCode #DSA #Math #PrefixSum #Java
Day 15 streak complete! Solved Code 3432. Count Partitions with Even Sum Difference💪 #100DaysOfCode #LeetCode #C++ #CodingJourney.
Day 14 streak complete! Solved 2211. Count Collisions on a Road💪 #100DaysOfCode #LeetCode #C++ #CodingJourney.
Day 13 streak complete! Solved 3625. Count Number of Trapezoids II💪 #100DaysOfCode #LeetCode #C++ #CodingJourney.
🇮🇳🔹 LeetCode Daily Challenge 📘 LC No.: 3432 💡 Approach: Even Difference via Prefix Sum 🔥 Day 725 Streak 💪 ❤️ Like | 🔍 Follow @Kartscode #LeetCode #Java #ProblemSolving #DailyChallenge #TechStudent #CodingJourney #BuildInPublic #DSAWithJava #DSA
LeetCode daily done! 🔥 Solved “Count Partitions with Even Sum Difference”. Streak at 97 days 💪 #LeetCode #DSA #Java #100DaysOfCode #LearningInPublic
🚀Day 32: Today's POTD! Done!!✅ just took a minute🔥 #LeetCode #LearnInPublic #Java #CodingJourney #SoftwareEngineering #programming
Day 104 of Code Daily: LeetCode: 2211. Count Collisions on a Road #LearnInPublic #100DaysOfCode #LeetCode #DSA #LeetCodeDaily
Day 74/100 of #100DaysOfCode! Crushed it today by deep-diving into the Time & Space Complexity of Recursive Functions! Analyzing the call stack and recursion tree was key. Solved the LeetCode problem 'Power of Two' (LC 231) . #DSA #LeetCode #rohitnegi
Day 338 of 2025: 👩💻 Code to Crack Companies! ▫️Flood Fill #placementprep #2025Goals #leetcode #letsconnect
Just hit 450 LeetCode questions ✅ It’s been about 2.5 months since I crossed 350 #LeetCode #DSA #CodingJourney
Just hit 350 questions on LeetCode Small milestone, but looking back it’s great to see how far I’ve come since I started @LeetCode #LeetCode #codingcommunity #100DaysOfCode
Day 14 streak complete! Solved 2211. Count Collisions on a Road💪 #100DaysOfCode #LeetCode #C++ #CodingJourney.
Day 50: Car Fleet 🚗💨 Approach: Sort + Stack → Sort cars by position → Compute time to reach target → Build fleets by comparing times Simple logic, smart grouping, O(n log n) win ⚡ GitHub: github.com/anchal-dev/Lee… #LeetCode #CPP #Greedy #Stack #CodingJourney #ProblemSolving
🚗 LeetCode: Count Collisions on a Road ✅ Two pointers! Skip boundary escapes (L's left, R's right). Count non-S between = collisions. ⚡ O(n) single pass 🎯 Boundary elimination 💡 All middle cars collide #LeetCode #CPlusPlus #TwoPointers #100DaysOfCode
Day 100 of 100 Days of Code: LeetCode: POTD Streak: 18 3512. Minimum Operations to Make Array Sum Divisible by K 100 Days completed successfully 🔥 #LearnInPublic #100DaysOfCode #LeetCode #DSA #LeetCodeDaily
LeetCode 2211 — Count Collisions on a Road#Java #LeetCode #Coding #Programmer #Tech #Developer #DSA #DevCommunity #SoftwareEngineering #JavaDeveloper #CompetitiveProgramming #ProblemSolving
Found the “0ms cheat code” for C++ on LeetCode 😭 >Just paste this at the top of your code >And You suddenly become “faster than 100%” 💀 #LeetCode #cpp
Hey BitBuddies ✨ Day 96 of my #100DaysOfCode journey! 💻🔥 🟢 LeetCode :Count Partitions with Even Sum Difference 🟢 GFG :Walls Coloring II 🎨 Daily progress → Daily growth 🚀 Let’s keep building and learning together! 💪 #leetcode #geeksforgeeks #DSA #coding #buildinpublic
Something went wrong.
Something went wrong.
United States Trends
- 1. Warner Bros 113K posts
- 2. HBO Max 53K posts
- 3. #FanCashDropPromotion 1,135 posts
- 4. Good Friday 56.3K posts
- 5. #FridayVibes 4,360 posts
- 6. Paramount 27.5K posts
- 7. $NFLX 5,065 posts
- 8. Ted Sarandos 3,452 posts
- 9. Jake Tapper 58.5K posts
- 10. NO U.S. WAR ON VENEZUELA 3,125 posts
- 11. The EU 136K posts
- 12. Happy Friyay 1,192 posts
- 13. #FridayFeeling 1,880 posts
- 14. #FridayMotivation 4,330 posts
- 15. David Zaslav 1,760 posts
- 16. National Security Strategy 11.2K posts
- 17. RED Friday 4,855 posts
- 18. Blockbuster 19.8K posts
- 19. Bandcamp Friday 1,887 posts
- 20. #FlashbackFriday N/A