Search results for #leetcodehard
🚀 Day 7 of #100DaysOfLeetCodeHard 📌 Problem: 952. Largest Component Size by Common Factor ✨ One of the coolest DSU problems I’ve solved so far! ⏱ TC: ~O(n · log(maxA)) with DSU + factorization #LeetCodeHard #100DaysChallenge #DSA #CompetitiveProgramming
🚀 LeetCode 987 - Vertical Order Traversal ✔️ Built tree from inorder and preorder ✔️ Nailed vertical grouping with row and value sort ✔️ Solved range query problems Feeling sharper with every node 💪 #LeetCodeHard #BinaryTree #DSAinJava #CodingJourney #100DaysOfCode
💡 Idea: Use a stack to track unmatched '(' & match ')' if possible. Remaining parentheses = minimum additions needed. ⏱ Time: O(n) | Space: O(n) #LeetCode #Java #DSA #100DaysOfCode #CodingChallenge #LeetCodeHard
Didn’t even have Leetcode Premium. Still solved the problem. My brain: a mix of recursion, chaos, and vibes. #NoPremiumGang #DevHumor #Cpp #LeetcodeHard
Task: “Sum of Prefix Scores of Strings” Me: “Oh cool, sounds like a sliding window or hashmap thing.” Problem: “Nope. It’s TRIE time 😈.” #LeetcodeHard #DSA #CodingInterview #DevHumor #TechLife #SystemDesign #CSharp #CleanCode #CodingMeme #Blind75 #GoogleInterview #MetaInterview
Started Graphs in #DSA 📊 (basics, matrix & list), solved Maximal Rectangle from #LeetCodeHard 💪 (stack), and worked on basic #HTML projects—great for tag fundamentals! #100DaysOfCode #Coding #WebDev #CodeNewbie #Frontend #DevLife #DSAChallenge #BuildInPublic #GraphTheory
🚀 Day 60 of #100DaysOfDSAWithJuicy 📌 Q: 3510. Minimum Pair Removal to Sort Array II 🧠 Hard | Used only arrays and set Remove minimum pairs to make array strictly increasing. 🎯 Challenge your skills! #100DaysOfCode #DSA #LeetcodeHard
Today I solve Problem All O`one Data Structure, I solve it in very easy way by using HashMap & doubly linkedlist Approach, in O(1) complexity. #LeetCode #Java #DSA #Day1 #100DaysOfCode #CodingChallenge #LeetCodeHard
Day 04: Grinded some hard LeetCode today. Tackled Median of Two Sorted Arrays —> feels normal. Just merged arrays, sorted them, and gave it a final touch with a little median formula. #100DaysOfCode #LeetCodeHard #BuildingInPublic
Today I solve Problem All O`one Data Structure, I solve it in very easy way by using HashMap Approach, but it gives TLE and passes 19/24 test cases I will improve my solution. #LeetCode #Java #DSA #Day1 #100DaysOfCode #CodingChallenge #LeetCodeHard
Max on the left, Min on the right Heaps keep it lean like code in flight Store running sums, no brute in sight Slide through the middle with logic tight Balance the halves, get that diff just right #DevLife #DSA #leetcodehard
Today I solve Linkedlist Remove Duplicates from Sorted List II, I solve it in very easy way by using DummyNode Approach, see my solution it will definitely help you. #LeetCode #Java #DSA #Day1 #100DaysOfCode #CodingChallenge #LeetCodeHard
Solved a twist on the classic "Add Two Numbers" problem today! 🔢 Digits were in normal order (MSD first), so I used Stacks to simulate reverse addition. 🚀 Input: [7,2,4,3] + [5,6,4] Output: [7,8,0,7] 💥 #LeetCode #Java #DSA #Day1 #100DaysOfCode #CodingChallenge #LeetCodeHard
day 23 of #100DaysOfCode Solved LeetCode 1751: Max Events You Can Attend II 🧠🎯 Used DP + Binary Search to find the optimal combination of non-overlapping events with max value. Efficient O(n·k·log n) solution! #LeetCodeHard #DynamicProgramming #Python #CodingChallenge
day 11 of #100DaysOfCode ✅ Solved a hard DP problem: "Find the Original Typed String II" 🧠 Used run-length encoding + knapsack-style DP with state capping 📈 Optimized with difference array 🎯 Passed all test cases efficiently (O(n + m·k))! #Python #DP #LeetcodeHard
“Stop trying to solve every pair. You're not special. You're not a beautiful brute-force snowflake.” That’s how Tyler would do it. That’s how you win the fight. #100DaysOfCode #FightClub #BinarySearch #CodeWithGrit #LeetcodeHard
Today I solve Linkedlist Problem Reorder List, I solve it in very easy way by using Slow & Fast Pointer Approach, see my solution it will definitely help you. #LeetCode #Java #DSA #Day1 #100DaysOfCode #CodingChallenge #LeetCodeHard
