Lemonade Change
Try to solve the Lemonade Change problem.
We'll cover the following
Statement
There is a lemonade stand where customers can buy one lemonade at a time for
Given an integer array, bills
, where bills[i]
represents the bill paid by the
Constraints:
bills.length
bills[i]
is either, , or .