Search
⌘K

Leetcode 904. Fruit Into Baskets

Given an array of fruit types where you can pick from a contiguous sequence while carrying at most two distinct types (two baskets), return the maximum number of fruits you can collect. Equivalently, find the length of the longest contiguous subarray containing at most two distinct values.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.