Greedy Algorithms - Gas Station (Circular)
Suppose the Gas Station problem is extended so that each station can be refilled multiple times (unlimited gas pickups), but the cost to travel remains the same. How does this change the approach to find a valid start station?
