mirror of
https://github.com/devenperez/leetcode.git
synced 2026-06-13 14:57:08 +00:00
Time: 115 ms (22.13%), Space: 13.9 MB (25.84%) - LeetHub
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class Solution:
|
||||
def maximumWealth(self, accounts: List[List[int]]) -> int:
|
||||
return max([sum(x) for x in accounts])
|
||||
Reference in New Issue
Block a user