#greedyalgorithm hasil pencarian
๐ 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
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 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 355 of Codeย ๐ Solved : โ ย 2410. Maximum Matching of Players With Trainers #Day355 #LeetCode #GreedyAlgorithm #TwoPointers #ProblemSolving #DSA #100DaysOfCode #CodingPractice #TechJourney #DailyCoding
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 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 137 of #gfg160 ๐ Problem: Max Partitions โ 1120 / 1120 Testcases Passed โก Time: 0.02s | Attempts: 1 | Accuracy: 100% #GreedyAlgorithm #geekstreak2025 @geeksforgeeks
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 136 of #gfg160 ๐ Problem: Gas Station โ 1111 / 1111 Testcases Passed โก Time: 0.08s | Attempts: 1 | Accuracy: 100% #GreedyAlgorithm #geekstreak2025 @geeksforgeeks
๐ 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
๐ 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
๐ 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 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 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
"Optimizing Resources With The Greedy Approach โ Assign Cookies Problem solved. On to the next Algorithmic Challenge ๐" #LeetCode #DSA #GreedyAlgorithm #ProblemSolving #CodingChallenge #JavaScript #100DaysOfCode #CodeNewbie #Programming #TechTwitter #LearnToCode
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
Something went wrong.
Something went wrong.
United States Trends
- 1. Freddie Freeman 77.4K posts
- 2. Good Tuesday 27.8K posts
- 3. Dodgers 279K posts
- 4. #WorldSeries 221K posts
- 5. Klein 230K posts
- 6. Jamaica 146K posts
- 7. Grokipedia 105K posts
- 8. #tuesdayvibe 1,815 posts
- 9. Wikipedia 72.6K posts
- 10. National First Responders Day N/A
- 11. $PYPL 32.3K posts
- 12. USS George Washington 28.6K posts
- 13. #PutThatInYourPipe N/A
- 14. Ohtani 145K posts
- 15. PayPal 90.2K posts
- 16. #TuesdayMotivation N/A
- 17. Wordle 1,592 X N/A
- 18. Nelson 22.7K posts
- 19. Hurricane Melissa 112K posts
- 20. Kershaw 20.7K posts