-
Notifications
You must be signed in to change notification settings - Fork 0
Greedy is an algorithmic paradigm that builds up a solution piece by piece, always choosing the next piece that offers the most obvious and immediate benefit. So the problems where choosing locally optimal also leads to global solution are the best fit for Greedy.
Nehadsys/Greedy-Algorithm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
Greedy is an algorithmic paradigm that builds up a solution piece by piece, always choosing the next piece that offers the most obvious and immediate benefit. So the problems where choosing locally optimal also leads to global solution are the best fit for Greedy.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published