#greedyalgo 搜尋結果

Selling lemonade for $5 a cup with 10^5 customers daily? That's the real startup dream! #LeetCode #GreedyAlgo

Aashish99161431's tweet image. Selling lemonade for $5 a cup with 10^5 customers daily? That's the real startup dream!  
#LeetCode #GreedyAlgo
Aashish99161431's tweet image. Selling lemonade for $5 a cup with 10^5 customers daily? That's the real startup dream!  
#LeetCode #GreedyAlgo

🧩 Make Array Elements Unique 🎯 Increment elements to remove duplicates ⚙️ Only +1 allowed per move 📉 Minimize operations! 💡 Ex: [3,2,1,2,1,7] → 6 ops #DSA #GreedyAlgo #CodingChallenge #ProblemSolving

AbhiRadadiya30's tweet image. 🧩 Make Array Elements Unique
🎯 Increment elements to remove duplicates
⚙️ Only +1 allowed per move
📉 Minimize operations!
💡 Ex: [3,2,1,2,1,7] → 6 ops
#DSA #GreedyAlgo #CodingChallenge #ProblemSolving

✂️ Rope Cutting Challenge 🪢 Cut all ropes by the smallest length, repeat till zero! 📉 Track how many ropes remain after each cut! 💡 Ex: [5, 1, 2] → 3 ➡️ 2 ➡️ 1 #DSA #GreedyAlgo #ProblemSolving #CodingChallenge

AbhiRadadiya30's tweet image. ✂️ Rope Cutting Challenge
🪢 Cut all ropes by the smallest length, repeat till zero!
📉 Track how many ropes remain after each cut!
💡 Ex: [5, 1, 2] → 3 ➡️ 2 ➡️ 1
#DSA #GreedyAlgo #ProblemSolving #CodingChallenge

📜 Day 27 of #gfg160 No extra baggage! 🎒 Used the Gap Method to merge two sorted arrays in-place. Clean swaps, no temp arrays—just pure #GreedyAlgo meets #ArrayAce precision. #Java #MediumButClean #geekstreak2025 🙌 Thanks @geeksforgeeks for the brain gym! 🧠

sapfire955's tweet image. 📜 Day 27 of #gfg160 
No extra baggage! 🎒 Used the Gap Method to merge two sorted arrays in-place.
Clean swaps, no temp arrays—just pure #GreedyAlgo meets #ArrayAce precision.
#Java #MediumButClean #geekstreak2025  🙌
Thanks @geeksforgeeks for the brain gym! 🧠

Read this unique perception of mathematics behind algorithms 💡 #greedyalgo #bayesian #Mathematics #DataScience

wadhwa2602's tweet image. Read this unique perception of mathematics behind algorithms 💡
#greedyalgo #bayesian #Mathematics #DataScience

#Day2 of #100daysofcodewithGFG another tricky problem by @geeksforgeeks. Although, i had to see the solution for this problem too. But i sure am learning the concepts behind. #greedyalgo

TSamaKitchen's tweet image. #Day2 of #100daysofcodewithGFG another tricky problem by @geeksforgeeks. 

Although, i had to see the solution for this problem too. But i sure am learning the concepts behind.
#greedyalgo

Greedy بتجمع كل معاني الغرور والأنانية! وأنا أقووول ليه وقعها عليا مش ظريف! طيب أنا ونسيت الإنجليزي إنتوا إيه بقى مفيش دم؟ #GreedyAlgo #FCIS


Day 13 of #gfg160 Problem: Stock Buy and Sell – Multiple Transactions Allowed Pick every upward trend, skip the dips ✅ 1115/1115 test cases passed #cpp #greedyalgo #gfgpractice #geekstreak2025 #gfg160

ShrutiJain37099's tweet image. Day 13 of #gfg160
Problem: Stock Buy and Sell – Multiple Transactions Allowed
Pick every upward trend, skip the dips
✅ 1115/1115 test cases passed
#cpp #greedyalgo #gfgpractice #geekstreak2025 #gfg160

🎯 Takeaways ✅ Greedy traversal works when local choice leads to global solution ✅ Jump Game = range tracking ✅ Gas Station = tank balance + smart reset 📅 Tomorrow: More greedy gems 💎 🔹 Partition Labels 🔹 Burst Balloons #DSAChallenge #CodeInPublic #GreedyAlgo #DSA #Python


Greed, for lack of a better word, is good! Greed is right! Greed works! #GreedyALGO


🔁 4. Sorting → Greedy → Miscellaneous Learn sorting, then use that knowledge to think greedy 💰 Greedy = solve what’s urgent, ignore the rest (like real life 😅) 🎯 Goal: Build intuition & logic #GreedyAlgo #DSARoadmap #TechHumor


How to spot a Greedy Algorithm: - Maximize/Minimize, local choice(pick cheapest, earliest, largest, nearest) - One-pass or sort-then-scan types - Objective is additive or bottleneck (sum of values, max time, min moves) - Choices feel indepdent once put in order #Java #GreedyAlgo

humbihari_'s tweet image. How to spot a Greedy Algorithm:

- Maximize/Minimize, local choice(pick cheapest, earliest, largest, nearest)
- One-pass or sort-then-scan types
- Objective is additive or bottleneck (sum of values, max time, min moves)
- Choices feel indepdent once put in order
#Java #GreedyAlgo

🔁 4. Sorting → Greedy → Miscellaneous Learn sorting, then use that knowledge to think greedy 💰 Greedy = solve what’s urgent, ignore the rest (like real life 😅) 🎯 Goal: Build intuition & logic #GreedyAlgo #DSARoadmap #TechHumor


🎯 Takeaways ✅ Greedy traversal works when local choice leads to global solution ✅ Jump Game = range tracking ✅ Gas Station = tank balance + smart reset 📅 Tomorrow: More greedy gems 💎 🔹 Partition Labels 🔹 Burst Balloons #DSAChallenge #CodeInPublic #GreedyAlgo #DSA #Python


📜 Day 27 of #gfg160 No extra baggage! 🎒 Used the Gap Method to merge two sorted arrays in-place. Clean swaps, no temp arrays—just pure #GreedyAlgo meets #ArrayAce precision. #Java #MediumButClean #geekstreak2025 🙌 Thanks @geeksforgeeks for the brain gym! 🧠

sapfire955's tweet image. 📜 Day 27 of #gfg160 
No extra baggage! 🎒 Used the Gap Method to merge two sorted arrays in-place.
Clean swaps, no temp arrays—just pure #GreedyAlgo meets #ArrayAce precision.
#Java #MediumButClean #geekstreak2025  🙌
Thanks @geeksforgeeks for the brain gym! 🧠

🧩 Make Array Elements Unique 🎯 Increment elements to remove duplicates ⚙️ Only +1 allowed per move 📉 Minimize operations! 💡 Ex: [3,2,1,2,1,7] → 6 ops #DSA #GreedyAlgo #CodingChallenge #ProblemSolving

AbhiRadadiya30's tweet image. 🧩 Make Array Elements Unique
🎯 Increment elements to remove duplicates
⚙️ Only +1 allowed per move
📉 Minimize operations!
💡 Ex: [3,2,1,2,1,7] → 6 ops
#DSA #GreedyAlgo #CodingChallenge #ProblemSolving

✂️ Rope Cutting Challenge 🪢 Cut all ropes by the smallest length, repeat till zero! 📉 Track how many ropes remain after each cut! 💡 Ex: [5, 1, 2] → 3 ➡️ 2 ➡️ 1 #DSA #GreedyAlgo #ProblemSolving #CodingChallenge

AbhiRadadiya30's tweet image. ✂️ Rope Cutting Challenge
🪢 Cut all ropes by the smallest length, repeat till zero!
📉 Track how many ropes remain after each cut!
💡 Ex: [5, 1, 2] → 3 ➡️ 2 ➡️ 1
#DSA #GreedyAlgo #ProblemSolving #CodingChallenge

Selling lemonade for $5 a cup with 10^5 customers daily? That's the real startup dream! #LeetCode #GreedyAlgo

Aashish99161431's tweet image. Selling lemonade for $5 a cup with 10^5 customers daily? That's the real startup dream!  
#LeetCode #GreedyAlgo
Aashish99161431's tweet image. Selling lemonade for $5 a cup with 10^5 customers daily? That's the real startup dream!  
#LeetCode #GreedyAlgo

#Day2 of #100daysofcodewithGFG another tricky problem by @geeksforgeeks. Although, i had to see the solution for this problem too. But i sure am learning the concepts behind. #greedyalgo

TSamaKitchen's tweet image. #Day2 of #100daysofcodewithGFG another tricky problem by @geeksforgeeks. 

Although, i had to see the solution for this problem too. But i sure am learning the concepts behind.
#greedyalgo

Greed, for lack of a better word, is good! Greed is right! Greed works! #GreedyALGO


Greedy بتجمع كل معاني الغرور والأنانية! وأنا أقووول ليه وقعها عليا مش ظريف! طيب أنا ونسيت الإنجليزي إنتوا إيه بقى مفيش دم؟ #GreedyAlgo #FCIS


未找到 "#greedyalgo" 的結果
Loading...

Something went wrong.


Something went wrong.


United States Trends