Design a Food Rating System at Atlassian

Medium52.9% acceptance

This problem has 37.5% frequency at Atlassian.

Problem Description

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. Implement the `FoodRatings` class: * `FoodRatings(String[] foods, String[] cuisines, int[] ratings)...

Read full problem and hints

Topics

Also asked at 3 companies


More Atlassian Questions

View all Atlassian questions