We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8a8ee commit 129c063Copy full SHA for 129c063
scripts/algorithms/R/Rectangle Area/Rectangle Area.py
@@ -1,3 +1,4 @@
1
+# Runtime: 86 ms (Top 48.63%) | Memory: 14 MB (Top 27.24%)
2
class Solution:
3
def computeArea(self, ax1: int, ay1: int, ax2: int, ay2: int, bx1: int, by1: int, bx2: int, by2: int) -> int:
4
def segment(ax1,ax2,bx1,bx2):
0 commit comments