#greedyalgorithms ผลการค้นหา
Zeckendorf for primes. #AdditiveBases #GreedyAlgorithms #InfiniteWords #Automata #PrimeGaps #ZeckendorfOnPrimes doi.org/10.5281/zenodo…
Today I solved. Boats to Save People: sort + two pointers → optimal pairing. Greedy logic cuts O(N²) → O(N log N). #DSA #TwoPointers #GreedyAlgorithms #code #tech
Day 16 of @takeUforward_ #TUFWinterArc Continuing strong with the challenge problems — and alongside that, started exploring Greedy Algorithms today ⚡ It’s fascinating how a simple “locally optimal” choice can lead to globally efficient results! #DSA #GreedyAlgorithms
Today, I explored a mix of Greedy and Backtracking problems that tested both optimization and combinatorial skills : 1. Assign Cookies 2. Subset Sums 3. Subsets II #75DaysChallenge #Day70 #GreedyAlgorithms #Backtracking #Day70of75DaysCodingChallenge
Today, I practiced some classic Greedy and Scheduling algorithms that are widely used in optimization problems: 1. Maximum Profit in Job Scheduling 2. Fractional Knapsack 3. Minimum Number of Coins #75DaysChallenge #Day69 #GreedyAlgorithms #DynamicProgramming #Day69of75Days..
🚀 Grinding through the Greedy section of @striver_79 DSA Sheet! ✅ Assign Cookies ✅ Lemonade Change ✅ Shortest Job First (SJF) CPU Scheduling One step closer to mastering problem-solving 💪🔥 #DSA #GreedyAlgorithms #StriversSheet #100DaysOfCode
🧠 Day 77 of my DSA Journey 🔥 Topic: Greedy Algorithms ✅ Greedy algorithm to find minimum number of coins ✅ Lemonade Change #100DaysOfDsa #LearnDSA #GreedyAlgorithms
Well I finally managed to complete Greedy Algorithms! Thanks @striver_79 🙌 #GreedyAlgorithms #DSA #CodingJourney #ProblemSolving #Striver #CodeWithStriver #DSACompletion #CodingCommunity #100DaysOfCode
** Word Of The Day ** Greedy Algorithms #BPBOnline #Greedyalgorithms #algorithms #datascienceenthusiast #datascience #machinelearningmodels #wordoftheday #learndatascience #techcommunity #machinelearning
🚀 Day 353 of Code 🚀 Solved : ✅ Meeting Rooms ✅ Meeting Rooms II #Day353 #DSA #GreedyAlgorithms #Heaps #LeetCode #ProblemSolving #MeetingRooms #100DaysOfCode
Greedy Algoritması - websystemer.no/greedy-algorit… #algorithms #computerscience #greedyalgorithms #programming
Day 16 of @takeUforward_ #TUFWinterArc Continuing strong with the challenge problems — and alongside that, started exploring Greedy Algorithms today ⚡ It’s fascinating how a simple “locally optimal” choice can lead to globally efficient results! #DSA #GreedyAlgorithms
🚀 Day 37 of #100DaysOfCode: Solved the Gas Station problem! ⛽🔧 Enhanced my skills in greedy algorithms and optimization. Excited to keep progressing! #CodingJourney #GreedyAlgorithms #ProblemSolving #Programming #Consistency #HardWork
🚀 Day 96 of #100DaysOfCoding 🚀 Today, I delved into the application of Greedy Algorithms with problems: ✅ Assign Cookies ✅ Lemonade Change Greedy algorithms simplify complex problem-solving by emphasizing the best immediate choices. #GreedyAlgorithms #Java #DSA #letsconnect
🚀 Day 99 of #100DaysOfCoding 🚀 Today was dedicated to Greedy Algorithms! ✅ Jump Game II - ✅ Minimum Number of Platforms These challenges reinforced my strategic thinking skills. Excited to share my final day tomorrow! #GreedyAlgorithms #Java #LeetCode #100DaysOfCode #DSA
Day 62 of #100DaysOfCode I continued with greedy algorithms and solved: ✅Shortest Job First ✅Jump Game I ✅Jump Game II I love the challenge of making optimal decisions! Thanks, @striver_79 , for the great content. #StriverA2Z #GreedyAlgorithms #DSA #CodingJourney #coding
Day 257 🔁 Revisiting gems: 🔸 Word Break 🔸 Palindromic Partitioning 🔸 Job Sequencing Problem Every revisit uncovers new layers of understanding! 🚀 #DynamicProgramming #GreedyAlgorithms #CodingJourney
Day 213️⃣: Solved two exciting Greedy Algorithm problems! 🧩 N Meetings in One Room 🧩 Minimum Platforms Every step is a new challenge and a fresh learning experience. Let's keep grinding! 💻✨ #DSA #GreedyAlgorithms #CodingLife #LeetCode
RT How bad is being greedy? #greedyalgorithms #programming #datascience #heuristics #optimization dlvr.it/St7BhS
Day 85: 365 Days of DSA Challenge 💡 Problem: Assign Cookies ⏳ Complexity Analysis: - Time Complexity: O(N log N + M log M), where N is the size of g and M is the size of s. - Space Complexity: O(1) #365DaysOfDSA #GreedyAlgorithms #TwoPointers
Day 32 of #LearningInPublic! Completed LeetCode POTD Explored the intuition behind proving greedy algorithms by watching an awesome video by @abhishekcode42 Solved a tricky math problem involving summation floor(ai/aj) #100DaysOfCode #GreedyAlgorithms #ProblemSolving
Day 55 ✅ 🔹 Greedy Algorithm Practice 💡 ✔️ N Meetings in One Room ✔️ Maximum Meetings in One Room ✔️ Shop in Candy Store 🍬 ✔️ Lemonade Change 🍋 ✔️ Job Sequence Problem 🏆 ✔️ Can Jump #100DaysOfCode #DSA #GreedyAlgorithms #CodingJourney 🚀
Day 58/180 – Greedy Algorithms 🚀 Dived into Greedy Approach today & solved: ✅ Assign Cookies 🍪 ✅ Lemonade Change 🏦 ✅ Jump Game - I 🎯 ✅ Shortest Job First ⏳ ✅ Job Sequencing 📅 ✅ N Meetings in One Room On to more challenges! 💪 #DSA #GreedyAlgorithms #180DaysOfCode
Day 59/180 - DSA Journey 🚀 Practiced Greedy Algorithm problems: 🍬 Candy – Fair distribution using a greedy approach. ✅ Valid Parenthesis Checker – Stack-based validation. 🔹 Stacks simplify sequence validation. #DSA #GreedyAlgorithms #ProblemSolving #Coding #180DaysOfCode
Day 188 of #365DaysOfCode 🔥 Solved: 1. Job Sequencing Problem (GFG) 🧩 2. Palindromic Partitioning (GFG) 💡 Learning the art of optimal scheduling and dynamic programming! 🚀 #DynamicProgramming #GreedyAlgorithms #GeeksforGeeks #100DaysOfCode #365DaysOfCode #connect
Something went wrong.
Something went wrong.
United States Trends
- 1. #Survivor49 11.5K posts
- 2. #PresidentialAddress 12.3K posts
- 3. Savannah 16.6K posts
- 4. #AEWDynamite 21K posts
- 5. Kristina 4,302 posts
- 6. Venezuela 913K posts
- 7. Cavs 7,129 posts
- 8. Rizo 1,829 posts
- 9. #SistasOnBET 2,315 posts
- 10. Sophi 1,874 posts
- 11. Warrior Dividend 20.3K posts
- 12. Julius Randle 1,529 posts
- 13. Kevin Warren 2,529 posts
- 14. Newt 1,479 posts
- 15. Adderall 4,601 posts
- 16. Bongino 85.5K posts
- 17. Delaware 5,770 posts
- 18. Sage 17.3K posts
- 19. Jock Landale N/A
- 20. Mr Beast 2,166 posts