Search
⌘K

Leetcode 2525. Categorize Box According to Criteria

Given length, width, height, and mass, determine if the box is "Bulky" (any dimension ≥ 10^4 or volume ≥ 10^9) and/or "Heavy" (mass ≥ 100) and return "Both", "Bulky", "Heavy", or "Neither" based on those Boolean checks.


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.