Skip to content

Commit 0b41300

Browse files
committed
502
1 parent b699b75 commit 0b41300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jun-15-24.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import heapq
12
class Solution:
23
def findMaximizedCapital(self, k: int, w: int, profits: List[int], capital: List[int]) -> int:
34
l = [[y,x] for x,y in zip(profits,capital)]

0 commit comments

Comments
 (0)