Skip to content

Commit 12e7f0c

Browse files
committed
Runtime: 65 ms (Top 24.05%) | Memory: 13.9 MB (Top 50.57%)
1 parent 4b98519 commit 12e7f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/V/Valid Square/Valid Square.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Runtime: 64 ms (Top 25.62%) | Memory: 14.1 MB (Top 10.56%)
1+
# Runtime: 65 ms (Top 24.05%) | Memory: 13.9 MB (Top 50.57%)
22
class Solution:
33
def validSquare(self, p1, p2, p3, p4):
44

0 commit comments

Comments
 (0)