We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcce68a commit 2c6fee7Copy full SHA for 2c6fee7
2353_Design_a_Food_Rating_System.java
@@ -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
+/*
+ * 2353. Design a Food Rating System
+ * Problem Link: https://leetcode.com/problems/design-a-food-rating-system/
+ * 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
+ */
11
12
class FoodRatings {
13
0 commit comments