We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02eaa3 commit 4ab0154Copy full SHA for 4ab0154
src/main/java/g3401_3500/s3457_eat_pizzas/Solution.java
@@ -2,7 +2,7 @@
2
3
// #Medium #Array #Sorting #Greedy #2025_02_21_Time_16_ms_(100.00%)_Space_75.98_MB_(97.29%)
4
5
-class Solution {
+public class Solution {
6
public long maxWeight(int[] pizzas) {
7
int max = 0;
8
for (int x : pizzas) {
0 commit comments