#greedyalgorithm 搜尋結果
Day 29/100 – Exploring Greedy Algorithms 🧩 Learnt how problems can be solved by taking the best choice at each step. “Keep moving forward with consistency 🌟” Every problem solved is a step closer to my goal🚀 #100DaysOfCode #DSA #GreedyAlgorithm

Day 36–37 ✅ | Step 12 – Greedy Algorithms (Medium/Hard) completed! 5 final problems done: SJF Scheduling, LRU, Insert Interval, Merge Intervals, Non-overlapping Intervals. Greedy section wrapped — time to step into the next challenge. 🚀 #100DaysOfCode #DSA #GreedyAlgorithm




Day 34–35 🚀 | Step 12 – Greedy Algorithms (Medium/Hard) 6 problems crushed: N Meetings, Jump Game 1 & 2, Min Platforms, Job Sequencing, Candy 🍬 Greedy choices, maximum gains — one step closer to the finish line 💪 #100DaysOfCode #DSA #GreedyAlgorithm



🚀 Day 355 of Code 🚀 Solved : ✅ 2410. Maximum Matching of Players With Trainers #Day355 #LeetCode #GreedyAlgorithm #TwoPointers #ProblemSolving #DSA #100DaysOfCode #CodingPractice #TechJourney #DailyCoding

Day 135 of #gfg160 📅 Problem: Job Sequencing Problem 💡 Trick: Sort jobs by deadline, use a min-heap to pick highest profit jobs within available slots ✅ 1210 / 1210 Testcases Passed ⚡ Time: 0.26s | Attempts: 1 | Accuracy: 100% #GreedyAlgorithm #geekstreak2025 @geeksforgeeks

Day 24: • Solved Problem #1340 (Frog 2) & Problem #55 (Jump Game) • Used the Greedy approach in both 📌 In Frog 2, picked alternate jumps to minimize max jump cost 📌 In Jump Game, reversed loop to track reachable goal Progress feels great! #LeetCode #GreedyAlgorithm #Coding


Day 17/100 - 100 Days of Code Solved 2 Greedy Algorithm problems on LeetCode. Greedy techniques help in optimizing solutions by making the best local choice at each step. #100DaysOfCode #LeetCode #GreedyAlgorithm #DSA

Today’s coding lesson: Not all hard-looking problems are actually hard. Sometimes the simplest idea is the key.. DEFKIN - Defence of a kingdom , This just carries the 8-9th standard measurements math. #DSA #ProblemSolving #Greedyalgorithm



🚀 #GFG160 - Day 20: Two Decades of Streak! 🧮🟰 Today’s challenge was Overlapping Intervals! ✔️ Overlapping Intervals #GreedyAlgorithm #IntervalMerging #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

Day 130/160 of my #gfg160 DSA Challenge! Solved one problem from the Greedy Algorithm topic today. Every small win adds up! #DSA #GreedyAlgorithm #160DaysChallenge #gfg #GeeksforGeeks #CodingChallenge #ProblemSolving #100DaysOfCode #Programming

Day 61 of #100DaysOfCode Solved LeetCode 1323 – Maximum 69 Number 🔢 A simple yet smart Greedy problem — just flip the first 6 you find to 9 to get the max number! 😎 Learning to think optimally, not exhaustively ✨ #GreedyAlgorithm #Python #CodingJourney #100DaysOfCodeChallenge

🚀 Keep Optimizing. Keep Structuring. Keep Creating 🚀 Today’s learnings: ⚡ #GreedyAlgorithm – Intro & Activity Selector 🛠️ Middleware in #NodeJS/#Express for #MERN 🔄 Practiced full CRUD Operations 📦 #CSS Box Model, Borders & Radius #fullstackdeveloper #LearningJourney

- Greedy friendly structure: intervals, deadlines, medians. When does Greedy fail: - When there is strong dependencies between choices -Negative weights, or benefits that can flip sign - Need to look ahead to avoid traps. #Java #GreedyAlgorithm
Day 29/100 – Exploring Greedy Algorithms 🧩 Learnt how problems can be solved by taking the best choice at each step. “Keep moving forward with consistency 🌟” Every problem solved is a step closer to my goal🚀 #100DaysOfCode #DSA #GreedyAlgorithm

Day 29/100 – Exploring Greedy Algorithms 🧩 Learnt how problems can be solved by taking the best choice at each step. “Keep moving forward with consistency 🌟” Every problem solved is a step closer to my goal🚀 #100DaysOfCode #DSA #GreedyAlgorithm


#GreedyAlgorithm #CodingBasic #ArtificialIntelligence #GreedyStrategy #GreedyApproach #DigitalSolutions

Day 136 of #gfg160 📅 Problem: Gas Station ✅ 1111 / 1111 Testcases Passed ⚡ Time: 0.08s | Attempts: 1 | Accuracy: 100% #GreedyAlgorithm #geekstreak2025 @geeksforgeeks

Read my new article on "The #GreedyAlgorithm and #Management Problems" linkedin.com/posts/ashyashr… Vande Mataram... #StaySafe #StayHome #Managers #manager #leaders #Leader #leadership #coaching #Covid19 #marketing #talent #culture #HR #Google #Microsoft #culture #arts #bhfyp #life

🚀 Keep Optimizing. Keep Structuring. Keep Creating 🚀 Today’s learnings: ⚡ #GreedyAlgorithm – Intro & Activity Selector 🛠️ Middleware in #NodeJS/#Express for #MERN 🔄 Practiced full CRUD Operations 📦 #CSS Box Model, Borders & Radius #fullstackdeveloper #LearningJourney

Day 133 of #gfg160 🚉 Problem: Minimum Number of Platforms 💡 Trick: Sort arrival & departure arrays, use two-pointer method to track platforms in use ✅ 1111 / 1111 Testcases Passed ⚡ Time: 0.04s | Attempts: 1 | Accuracy: 100% #GreedyAlgorithm #geekstreak2025 @geeksforgeeks

Day 137 of #gfg160 📅 Problem: Max Partitions ✅ 1120 / 1120 Testcases Passed ⚡ Time: 0.02s | Attempts: 1 | Accuracy: 100% #GreedyAlgorithm #geekstreak2025 @geeksforgeeks

🚀 Day 355 of Code 🚀 Solved : ✅ 2410. Maximum Matching of Players With Trainers #Day355 #LeetCode #GreedyAlgorithm #TwoPointers #ProblemSolving #DSA #100DaysOfCode #CodingPractice #TechJourney #DailyCoding

Day 36 of my DSA journey Today I explored Greedy Algorithms and solved 3 problems: 🍫 Chocola Problem 🔀 Maximum Balanced Substring Partitions 🔢 K-th Largest Odd Number in a Range Every day, one step closer to mastering DSA @ApnacollegeX #100DaysOfCode #DSA #GreedyAlgorithm




At #euro2016poznan, part of the PC team, optimizing David Pisinger's supply chain, #greedyalgorithm, w Inês & Erik

Day 34–35 🚀 | Step 12 – Greedy Algorithms (Medium/Hard) 6 problems crushed: N Meetings, Jump Game 1 & 2, Min Platforms, Job Sequencing, Candy 🍬 Greedy choices, maximum gains — one step closer to the finish line 💪 #100DaysOfCode #DSA #GreedyAlgorithm



Day 36–37 ✅ | Step 12 – Greedy Algorithms (Medium/Hard) completed! 5 final problems done: SJF Scheduling, LRU, Insert Interval, Merge Intervals, Non-overlapping Intervals. Greedy section wrapped — time to step into the next challenge. 🚀 #100DaysOfCode #DSA #GreedyAlgorithm




Day 135 of #gfg160 📅 Problem: Job Sequencing Problem 💡 Trick: Sort jobs by deadline, use a min-heap to pick highest profit jobs within available slots ✅ 1210 / 1210 Testcases Passed ⚡ Time: 0.26s | Attempts: 1 | Accuracy: 100% #GreedyAlgorithm #geekstreak2025 @geeksforgeeks

Something went wrong.
Something went wrong.
United States Trends
- 1. Stanford 10.6K posts
- 2. #AEWWrestleDream 68.2K posts
- 3. Florida State 9,972 posts
- 4. Norvell 4,037 posts
- 5. sabrina 64.1K posts
- 6. #byucpl N/A
- 7. Darby 11.2K posts
- 8. SPENCER SMITH N/A
- 9. Utah 32.5K posts
- 10. Hugh Freeze 3,029 posts
- 11. Bama 16.5K posts
- 12. Lincoln Riley 2,888 posts
- 13. Mizzou 6,259 posts
- 14. Sperry N/A
- 15. Castellanos 3,713 posts
- 16. Kentucky 25K posts
- 17. brendon 5,347 posts
- 18. Arch 25.5K posts
- 19. Nobody's Son 3,033 posts
- 20. Sting 14.6K posts