Skip to content

Commit 2c6fee7

Browse files
committed
Formatted 2353_Design_a_Food_Rating_System.java
1 parent fcce68a commit 2c6fee7

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

2353_Design_a_Food_Rating_System.java

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
// id: 2353
2-
// Name: Design a Food Rating System
3-
// link: https://leetcode.com/problems/design-a-food-rating-system/
4-
// Difficulty: Medium
1+
/*
2+
* 2353. Design a Food Rating System
3+
* Problem Link: https://leetcode.com/problems/design-a-food-rating-system/
4+
* Difficulty: Medium
5+
*
6+
* Solution Created by: Muhammad Khuzaima Umair
7+
* LeetCode : https://leetcode.com/mkhuzaima/
8+
* Github : https://github.com/mkhuzaima
9+
* LinkedIn : https://www.linkedin.com/in/mkhuzaima/
10+
*/
511

612
class FoodRatings {
713

0 commit comments

Comments
 (0)