Search results for #leetcodePOTD
Day 30 Completed the POTD of @LeetCode It was easy #LeetCode #LeetCodePOTD #DSA #ProblemSolving #CompetitiveProgramming
That’s today’s POTD ✅ Loved how clean this greedy approach is! Did you solve it a different way? 👀 #LeetCodePOTD #Coding #DSA #Programming #100DaysOfLeetCode
Am I the only one who copy pasted yesterday's POTD code today and it worked !! 😈😂🥰 #leetcodePOTD
🚀 Day 15 of my #LeetCode streak 🔢 Solved 2566. Max Diff by Digit Remapping 💡 Greedy logic: 1️⃣ Replace a digit to get max value 0️⃣ Replace a digit to get min value 🎯 Answer = max - min Every digit counts 😎 #Java #LeetCodePOTD #100DaysOfCode #DevLog
✅ Day 134 of #LeetCodePOTD Struggling hard today for better tomorrow 🧩 Problem: Maximum Difference by Remapping a Digit 🔁 Greedy approach: • Max → Replace first non-9 with 9 • Min → Replace first digit with 0 (leading zeros allowed) #Java #LeetCode #CodingJourney
Day 254 of #DailyCoding: Tackled "Maximum Difference Between Even and Odd Frequency II" on #LeetCode! My O(n) solution with prefix sums & parity tracking was a beast to crack! Still grinding on Day 223 of #LeetCodePOTD! #Programming #LeetCodeChallenge #TechTwitter
📈 Day 253 of #DailyCoding: Crushed "Maximum Difference Between Even and Odd Frequency I" on #LeetCode! My O(n) solution with freq counting nailed it. Also, celebrating 🎇 Day2️⃣2️⃣2️⃣ of #LeetCodePOTD! Loving the grind! #Programming #LeetCodeChallenge #TechTwitter 🎯
Nice Question to start your day with 🔥 Hint : Do not think much + Just simple Graph walk concept 🤟🚀 #LeetcodePOTD
📅 𝐃𝐚𝐲-𝟏𝟓𝟎: 𝐃𝐒𝐀 & 𝐃𝐞𝐯 [ 𝐅𝐢𝐱𝐢𝐧𝐠 𝐀𝐮𝐭𝐡 & 𝐄𝐦𝐚𝐢𝐥 𝐌𝐚𝐠𝐢𝐜 ] ✉️ 𝐆𝐢𝐭𝐡𝐮𝐛: github.com/lokeshchoudhar… #Day150 #DSA #LeetCodePOTD #Development #Supabase #EmailAuth #UserAuthentication #ReactNative #ImageProcessing #SystemDesign #TechJourney
🚀 Day 114 of #100DaysOfCode ✅ Solved LeetCode POTD: 73. Set Matrix Zeroes 🔢🧊 📌 Problem Type: Matrix Manipulation 🧠 Insight: Used HashMap for rows and cols to avoid repeating calculations One more step forward in the coding grind! 💪 #LeetCode #LeetCodePOTD #ProblemSolving
🚀 Day 111 of #LeetCodePOTD ✅ Solved Problem 2900: Longest Unequal Adjacent Groups Subsequence I — Built the longest alternating subsequence of words by group bits without changing their order! 💡 #100DaysOfCode #CodingJourney #Java #ProblemSolving #DataStructures
💬 "From failure to success, every challenge is a step forward." 🌟 🚀 Day 109 of #LeetCodePotD! 🧩 Problem: 3335. Total Characters in String After Transformations I 🔍 Difficulty: Medium Solved using dynamic programming and simulation. #LeetCode #ProblemSolving #CodingJourney
🚀 Day 35 - LeetCode POTD ✅ Solved 3105. Longest Strictly Increasing or Strictly Decreasing Subarray! 💡 📝 Approach: Used a single-pass traversal to track both increasing and decreasing subarrays efficiently. Consistency is key! 🔥 #LeetCode #100DaysOfCode #LeetCodePOTD
Completed today's LeetCode Problem of the Day: 'Map of Highest Peak' 🌊🏔️. Happy to have solved all 59 test cases successfully! 💻 #LeetCodePOTD #Coding
Solved the LeetCode #Problem_of_the_Day: Bitwise XOR of All Pairings #Coding #LeetCodePOTD #LeetCode