Container with water file initialization

This commit is contained in:
Jacob Delgado 2023-09-20 23:52:56 -07:00
parent 852af63a7e
commit 1f1479e39a

View File

@ -0,0 +1,5 @@
def maxArea(self, height):
"""
:type height: List[int]
:rtype: int
"""