We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f712a08 commit b9aa4c8Copy full SHA for b9aa4c8
Python/make-the-prefix-sum-non-negative.py
@@ -4,7 +4,7 @@
4
import heapq
5
6
7
-# greedy, heap
+# prefix sum, greedy, heap
8
class Solution(object):
9
def makePrefSumNonNegative(self, nums):
10
"""
0 commit comments