Leetcode 3606. Coupon Code Validator
Filter the coupons to those with a non-empty code containing only alphanumeric characters or underscores, a businessLine in {"electronics","grocery","pharmacy","restaurant"}, and isActive == true. Return the codes of the valid coupons sorted by the businessLine priority (electronics, grocery, pharmacy, restaurant) and lexicographically within each category.
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.