Skip to content

Commit 2a241cd

Browse files
author
Ihssaneabousshal
committed
Runtime: 20 ms (Top 44.61%) | Memory: 44.9 MB (Top 82.96%)
1 parent c6bfd96 commit 2a241cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/D/Delete and Earn/Delete and Earn.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Runtime: 19 ms (Top 27.32%) | Memory: 44.9 MB (Top 85.45%)
1+
// Runtime: 20 ms (Top 44.61%) | Memory: 44.9 MB (Top 82.96%)
22
class Solution {
33
public int deleteAndEarn(int[] nums) {
44
Arrays.sort(nums);

0 commit comments

Comments
 (0)