#leetcodepotd hasil pencarian

Day 40/180 Leetcode POTD 944 Just traverse through all the strings while comparing characters in each column. If you find it to be in non decreasing order then you need to delete that column. Time complexity will be n(size of array)*m(length of string) #LeetCode #leetcodepotd

deepakagg2006's tweet image. Day 40/180
Leetcode POTD 944
Just traverse through all the strings while comparing characters in each column. If you find it to be in non decreasing order then you need to delete that column. Time complexity will be n(size of array)*m(length of string)
#LeetCode #leetcodepotd

Day 40/180 Leetcode POTD 944 Just traverse through all the strings while comparing characters in each column. If you find it to be in non decreasing order then you need to delete that column. Time complexity will be n(size of array)*m(length of string) #LeetCode #leetcodepotd

deepakagg2006's tweet image. Day 40/180
Leetcode POTD 944
Just traverse through all the strings while comparing characters in each column. If you find it to be in non decreasing order then you need to delete that column. Time complexity will be n(size of array)*m(length of string)
#LeetCode #leetcodepotd

Ese design wale question me maza toh aata hai...hai na? #leetcodePotd

Kirtiiii1806's tweet image. Ese design wale question me maza toh aata hai...hai na? 
#leetcodePotd

✅ Takeaways Hard POTD solved with a bit of guidance! Min-heap + BFS = perfect combo for 2D water trapping. Watching tutorials + using ChatGPT can help you understand tricky problems faster 🚀 #LeetCode #LeetCodePOTD #DSA #Java #ProblemSolving


💧 LeetCode POTD – 407. Trapping Rain Water II (Hard) Today’s challenge: calculate how much rainwater can be trapped in a 2D elevation map 🌊 I couldn’t solve it by myself, so watched a video of shahcode #LeetCode #LeetCodePOTD #DSA #Java #100DaysOfCode #CodingJourney

coding_zoro's tweet image. 💧 LeetCode POTD – 407. Trapping Rain Water II (Hard)
Today’s challenge: calculate how much rainwater can be trapped in a 2D elevation map 🌊
I couldn’t solve it by myself, so watched a video of shahcode 
#LeetCode #LeetCodePOTD #DSA #Java #100DaysOfCode #CodingJourney

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

SantoshMor74914's tweet image. 🚀 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

JaiswalAdi89787's tweet image. ✅ 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
JaiswalAdi89787's tweet image. ✅ 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

kunj_garala05's tweet image. 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 🎯

kunj_garala05's tweet image. 📈 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 🎯

✅ Day 6 of #LeetCode POTD done! Robot game: push from s ➡ stack t, then pop from t ➡ write output. Goal: build lex smallest string 📜 using greedy + stack logic! Input: "bdda" → Output: "addb" Another fun one! 💡 #100DaysOfCode #leetcodepotd #DevLife #CodingJourney

SantoshMor74914's tweet image. ✅ Day 6 of #LeetCode POTD done!

Robot game: push from s ➡ stack t, then pop from t ➡ write output.
Goal: build lex smallest string 📜 using greedy + stack logic!

Input: "bdda" → Output: "addb"
Another fun one! 💡

#100DaysOfCode #leetcodepotd #DevLife #CodingJourney

Nice Question to start your day with 🔥 Hint : Do not think much + Just simple Graph walk concept 🤟🚀 #LeetcodePOTD

HarshThakkar971's tweet image. 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

itscrazylokesh's tweet image. 📅 𝐃𝐚𝐲-𝟏𝟓𝟎: 𝐃𝐒𝐀 & 𝐃𝐞𝐯 [ 𝐅𝐢𝐱𝐢𝐧𝐠 𝐀𝐮𝐭𝐡 & 𝐄𝐦𝐚𝐢𝐥 𝐌𝐚𝐠𝐢𝐜 ] ✉️

𝐆𝐢𝐭𝐡𝐮𝐛: 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

JaiswalAdi89787's tweet image. 🚀 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

Tidak ada hasil untuk "#leetcodepotd"

Day 40/180 Leetcode POTD 944 Just traverse through all the strings while comparing characters in each column. If you find it to be in non decreasing order then you need to delete that column. Time complexity will be n(size of array)*m(length of string) #LeetCode #leetcodepotd

deepakagg2006's tweet image. Day 40/180
Leetcode POTD 944
Just traverse through all the strings while comparing characters in each column. If you find it to be in non decreasing order then you need to delete that column. Time complexity will be n(size of array)*m(length of string)
#LeetCode #leetcodepotd

Loading...

Something went wrong.


Something went wrong.


United States Trends