Skip to content

Commit b9aa4c8

Browse files
authored
Update make-the-prefix-sum-non-negative.py
1 parent f712a08 commit b9aa4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/make-the-prefix-sum-non-negative.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import heapq
55

66

7-
# greedy, heap
7+
# prefix sum, greedy, heap
88
class Solution(object):
99
def makePrefSumNonNegative(self, nums):
1010
"""

0 commit comments

Comments
 (0)