LeetCode: 2352-Design a Food Rating System Solution
Last Updated on 2023-12-17 by Clay
Problem
Design a food rating system that can do the following:
- Modify the rating of a food item listed in the system.
- Return the highest-rated food item for a type of cuisine in the system.