We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b699b75 commit 0b41300Copy full SHA for 0b41300
Jun-15-24.py
@@ -1,3 +1,4 @@
1
+import heapq
2
class Solution:
3
def findMaximizedCapital(self, k: int, w: int, profits: List[int], capital: List[int]) -> int:
4
l = [[y,x] for x,y in zip(profits,capital)]
0 commit comments