Skip to main content

7 docs tagged with "greedy"

View all tags

Dijkstra's Algorithm

A complete guide to Dijkstra's Algorithm with explanations, use cases, and implementations in Python, Java, C++, and JavaScript.

Maximum Ice Cream Bars

Finding the maximum number of ice cream bars that can be bought with a given amount of coins using a greedy approach.

Practice Problems

Practice problems for Greedy Algorithms, categorized by difficulty and topic. These problems help in understanding the practical application of greedy strategies in solving algorithmic challenges.