#greedyalgorithm résultats de recherche
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 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 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
 
                                            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 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
 
                                            🚀 #GFG160 - Day 20: Two Decades of Streak! 🧮🟰 Today’s challenge was Overlapping Intervals! ✔️ Overlapping Intervals #GreedyAlgorithm #IntervalMerging #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks
 
                                            Day 137 of #gfg160 📅 Problem: Max Partitions ✅ 1120 / 1120 Testcases Passed ⚡ Time: 0.02s | Attempts: 1 | Accuracy: 100% #GreedyAlgorithm #geekstreak2025 @geeksforgeeks
 
                                            Day 136 of #gfg160 📅 Problem: Gas Station ✅ 1111 / 1111 Testcases Passed ⚡ Time: 0.08s | Attempts: 1 | Accuracy: 100% #GreedyAlgorithm #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
 
                                            🚀 LeetCode Today: Non-Overlapping Intervals 🔹 Used Greedy Algorithm 🔹 Sorted by end time 🔹 Removed overlapping intervals keeping the one that ends earlier ⏰ 💡 Earlier finish = More space for future intervals! #LeetCode #GreedyAlgorithm #DSA #AkshatCodes
 
                                            Ford-Fulkerson algorithm Ford–Fulkerson algorithm (FFA) is a #greedyalgorithm that computes the maximum flow in a flow network. encyclopedia.thefreedictionary.com/Ford%2DFulkers…
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 355 of Code 🚀 Solved : ✅ 2410. Maximum Matching of Players With Trainers #Day355 #LeetCode #GreedyAlgorithm #TwoPointers #ProblemSolving #DSA #100DaysOfCode #CodingPractice #TechJourney #DailyCoding
 
                                            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
 
                                            🎊 Day 179 of @LeetCode!🔥 Solved with last occurrence tracking & greedy expansion ✅ O(N) time Breaking strings into independent chunks was the key! 💡 Thanks, @LeetCode! 🚀 #LeetCode #GreedyAlgorithm #179DaysChallenge
 
                                             
                                            🚀 #GFG160 - Day 20: Two Decades of Streak! 🧮🟰 Today’s challenge was Overlapping Intervals! ✔️ Overlapping Intervals #GreedyAlgorithm #IntervalMerging #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks
 
                                            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
 
                                             
                                             
                                            Something went wrong.
Something went wrong.
United States Trends
- 1. Halloween 2.39M posts
- 2. JESSICA LANGE 18.1K posts
- 3. YouTube TV 76.1K posts
- 4. Disney 93.2K posts
- 5. Hulu 23.5K posts
- 6. Grier 13.2K posts
- 7. ryan murphy 3,715 posts
- 8. Evan Peters 12.7K posts
- 9. Ridiculousness 3,708 posts
- 10. ariana 79.9K posts
- 11. coven 5,948 posts
- 12. YTTV 1,844 posts
- 13. McDaniel 13.6K posts
- 14. Trick 630K posts
- 15. Fubo 3,066 posts
- 16. Elmo 19.2K posts
- 17. #FursuitFriday 12.5K posts
- 18. Travis Hunter 3,216 posts
- 19. Dearborn 14.3K posts
- 20. DirecTV 1,701 posts
 
             
             
             
             
             
             
             
             
             
                                             
                                             
             
             
             
             
            