#greedyalgorithms risultati di ricerca
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
** 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
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 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 214️⃣: Tackled two essential Greedy Algorithm problems! 💡 Job Sequencing Problem 💡 Fractional Knapsack Problem The journey to mastering DSA continues—so rewarding to keep improving each day! 🚀💻 #DSA #GreedyAlgorithms #CodingJourney #LeetCode #Ps #SoftwareEngineering
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
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 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 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 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
Day 257 🔁 Revisiting gems: 🔸 Word Break 🔸 Palindromic Partitioning 🔸 Job Sequencing Problem Every revisit uncovers new layers of understanding! 🚀 #DynamicProgramming #GreedyAlgorithms #CodingJourney
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
RT How bad is being greedy? #greedyalgorithms #programming #datascience #heuristics #optimization dlvr.it/St7BhS
Day 137 – Maximize Partitions in a String ✂️📜 Can you cut a string into as many parts as possible… ...so that each letter appears in at most one part? Let’s split smart, not hard 😄 #geekstreak2024 #gfg160 #GreedyAlgorithms #CodingChallenge
Day 136 – Gas Station ⛽🚗 Stuck in a fuel loop? Today’s challenge: Find a starting point to complete the circular tour without running out of gas! Math + Greedy = Smooth ride 😎 #geekstreak2024 #gfg160 #GreedyAlgorithms
Day 135 – Job Sequencing Problem 💼💸 Want to earn max profit in limited time? Schedule jobs smartly based on deadlines & profits. Today I unlocked the greedy formula for career success 😎 #geekstreak2024 #gfg160 #GreedyAlgorithms
🌟 Day 98: Today, I tackled the Lemonade Change problem, a classic greedy algorithm challenge. It required careful planning and prioritization to handle transactions efficiently. #100DaysOfCode #CodingChallenge #GreedyAlgorithms #Day98
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
Day 122 of #gfg160 🔗 Problem: Minimum Number of Jumps 🧠 Greedy Approach — tracked jumps and max reach in a single pass 🎯 1111 / 1111 Testcases Passed ⚡ Time: 0.02s | Attempts: 1/1 | Accuracy: 100% #GreedyAlgorithms #geekstreak2025 @geeksforgeeks
🚀 Day 353 of Code 🚀 Solved : ✅ Meeting Rooms ✅ Meeting Rooms II #Day353 #DSA #GreedyAlgorithms #Heaps #LeetCode #ProblemSolving #MeetingRooms #100DaysOfCode
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
** Word Of The Day ** Greedy Algorithms #BPBOnline #Greedyalgorithms #algorithms #datascienceenthusiast #datascience #machinelearningmodels #wordoftheday #learndatascience #techcommunity #machinelearning
🚀 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 353 of Code 🚀 Solved : ✅ Meeting Rooms ✅ Meeting Rooms II #Day353 #DSA #GreedyAlgorithms #Heaps #LeetCode #ProblemSolving #MeetingRooms #100DaysOfCode
🚀 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 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 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 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 136 – Gas Station ⛽🚗 Stuck in a fuel loop? Today’s challenge: Find a starting point to complete the circular tour without running out of gas! Math + Greedy = Smooth ride 😎 #geekstreak2024 #gfg160 #GreedyAlgorithms
Day 137 – Maximize Partitions in a String ✂️📜 Can you cut a string into as many parts as possible… ...so that each letter appears in at most one part? Let’s split smart, not hard 😄 #geekstreak2024 #gfg160 #GreedyAlgorithms #CodingChallenge
Day 135 – Job Sequencing Problem 💼💸 Want to earn max profit in limited time? Schedule jobs smartly based on deadlines & profits. Today I unlocked the greedy formula for career success 😎 #geekstreak2024 #gfg160 #GreedyAlgorithms
RT How bad is being greedy? #greedyalgorithms #programming #datascience #heuristics #optimization dlvr.it/St7BhS
Gives me wings🪽🪽 #DSA #GreedyAlgorithms #LearningInPublic #CodingJourney #100DaysOfCode #GeeksforGeeks #BiswajitCodes
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
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 214️⃣: Tackled two essential Greedy Algorithm problems! 💡 Job Sequencing Problem 💡 Fractional Knapsack Problem The journey to mastering DSA continues—so rewarding to keep improving each day! 🚀💻 #DSA #GreedyAlgorithms #CodingJourney #LeetCode #Ps #SoftwareEngineering
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
Something went wrong.
Something went wrong.
United States Trends
- 1. Powell 60.3K posts
- 2. Metchie 1,569 posts
- 3. Pierre Robert 1,017 posts
- 4. FOMC 54.7K posts
- 5. Michael Carter 2,042 posts
- 6. #NationalCatDay 4,704 posts
- 7. Huda 34.2K posts
- 8. The Fed 92.4K posts
- 9. Jennifer Welch 13.6K posts
- 10. Azure 19.4K posts
- 11. Sonya Massey 1,998 posts
- 12. DeJean N/A
- 13. HAZBINTOOZ 3,040 posts
- 14. Olandria 57.2K posts
- 15. NBA Street 3,149 posts
- 16. #SellingSunset 1,253 posts
- 17. Kat Abughazaleh 3,624 posts
- 18. Hutch 1,649 posts
- 19. #Spooktacular25 N/A
- 20. Sean Grayson N/A