Leetcode 3633. Earliest Finish Time for Land and Water Rides I
Given start times and durations for land and water rides, pick exactly one ride from each category and an order (you may wait between rides) to minimize the time you finish both. For any pair and order the finish time is max(first_start+first_dur, second_start)+second_dur; return the minimum possible finish over all pairs and both orders.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
Your account is free and you can post anonymously if you choose.