Skip to content

Commit 129c063

Browse files
committed
Runtime: 86 ms (Top 48.63%) | Memory: 14 MB (Top 27.24%)
1 parent 5e8a8ee commit 129c063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/algorithms/R/Rectangle Area/Rectangle Area.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Runtime: 86 ms (Top 48.63%) | Memory: 14 MB (Top 27.24%)
12
class Solution:
23
def computeArea(self, ax1: int, ay1: int, ax2: int, ay2: int, bx1: int, by1: int, bx2: int, by2: int) -> int:
34
def segment(ax1,ax2,bx1,bx2):

0 commit comments

Comments
 (0)