Skip to content

Commit 4ab0154

Browse files
committed
Improved 3457
1 parent c02eaa3 commit 4ab0154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/g3401_3500/s3457_eat_pizzas/Solution.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// #Medium #Array #Sorting #Greedy #2025_02_21_Time_16_ms_(100.00%)_Space_75.98_MB_(97.29%)
44

5-
class Solution {
5+
public class Solution {
66
public long maxWeight(int[] pizzas) {
77
int max = 0;
88
for (int x : pizzas) {

0 commit comments

Comments
 (0)