Skip to content

Commit b3fc834

Browse files
committed
Runtime: 33 ms (Top 90.73%) | Memory: 13.8 MB (Top 94.82%)
1 parent 803b609 commit b3fc834

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Runtime: 33 ms (Top 90.73%) | Memory: 13.8 MB (Top 94.82%)
2+
13
class Solution:
24
def numberOfMatches(self, n: int) -> int:
3-
return n-1
5+
return n-1

0 commit comments

Comments
 (0)