#greedyalgorithm Suchergebnisse
๐ 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 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 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 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 136 of #gfg160 ๐ Problem: Gas Station โ 1111 / 1111 Testcases Passed โก Time: 0.08s | 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
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
๐ 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
๐ 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
๐ 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
๐ #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. Jamaica 224K posts
- 2. SNAP 991K posts
- 3. New Hope 33.8K posts
- 4. Tucker 93.7K posts
- 5. $NVDA 80.9K posts
- 6. Nelson 27.9K posts
- 7. Hurricane Melissa 166K posts
- 8. Nokia 13.4K posts
- 9. #NationalFirstRespondersDay 1,240 posts
- 10. Jensen 9,303 posts
- 11. Chris Evans 8,168 posts
- 12. Wikipedia 108K posts
- 13. Grokipedia 171K posts
- 14. Western Union 4,338 posts
- 15. Rattler 3,732 posts
- 16. #csm218 5,082 posts
- 17. $NOK 3,887 posts
- 18. Fuentes 73.9K posts
- 19. Nvidia 35.1K posts
- 20. Wired 23.7K posts