Skip to content

Commit

Permalink
Formatted 2353_Design_a_Food_Rating_System.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhuzaima committed Dec 17, 2023
1 parent fcce68a commit 2c6fee7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions 2353_Design_a_Food_Rating_System.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
// id: 2353
// Name: Design a Food Rating System
// link: https://leetcode.com/problems/design-a-food-rating-system/
// Difficulty: Medium
/*
* 2353. Design a Food Rating System
* Problem Link: https://leetcode.com/problems/design-a-food-rating-system/
* Difficulty: Medium
*
* Solution Created by: Muhammad Khuzaima Umair
* LeetCode : https://leetcode.com/mkhuzaima/
* Github : https://github.com/mkhuzaima
* LinkedIn : https://www.linkedin.com/in/mkhuzaima/
*/

class FoodRatings {

Expand Down

0 comments on commit 2c6fee7

Please sign in to comment.