#greedyalgorithm wyniki wyszukiwania
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
๐ 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 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 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 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 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 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
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
๐ #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
๐ 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
๐ #GFG160 - Day 20: Two Decades of Streak! ๐งฎ๐ฐ Todayโs challenge was Overlapping Intervals! โ๏ธ Overlapping Intervals #GreedyAlgorithm #IntervalMerging #GeeksforGeeks #100DaysOfCode #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
"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 54 of #100DaysOfCode: Leveling Up with Problem Solving & Precision! 455. Assign Cookies 860. Lemonade Change #100DaysOfCode #GreedyAlgorithm #JavaProgramming #CodingChallenge #ProblemSolving #TechJourney #DataStructuresAndAlgorithms #SoftwareEngineering #connect
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. Clippers 13.4K posts
- 2. Harden 9,720 posts
- 3. #DWTS 49.2K posts
- 4. Ty Lue 1,415 posts
- 5. Giannis 28.4K posts
- 6. Kawhi 3,491 posts
- 7. Huda 6,839 posts
- 8. #RHOSLC 7,317 posts
- 9. Whitney 15.4K posts
- 10. #DearOlandria N/A
- 11. Markstrom 1,678 posts
- 12. Brunson 7,142 posts
- 13. Askarov N/A
- 14. Chris Paul 1,531 posts
- 15. Zubac 1,650 posts
- 16. Ryan Rollins 2,989 posts
- 17. Caden 8,150 posts
- 18. Connor Bedard 4,914 posts
- 19. Brook Lopez N/A
- 20. Alix 6,699 posts