Greedy Algorithms
Synopsis
A nice class of algorithm that you can solve simply by doing what it optimal locally. Sometimes greed does work!
Video
Problems
- 10718 - Bit Mask Try this before class.
- 12321 - Gas Stations We'll do this in class.
A nice class of algorithm that you can solve simply by doing what it optimal locally. Sometimes greed does work!