Search
⌘K

Leetcode 1174. Immediate Food Delivery II

Compute the percentage (rounded to 2 decimal places) of customers whose first order—defined as the row with the earliest order_date per customer—was immediate (customer_pref_delivery_date = order_date). This requires identifying each customer's first order and aggregating/counting immediate vs total first orders.


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.