Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit604cdef

Browse files
authored
Update and rename number-of-integers-with-popcount-depth-equal-to-k-ii.py to count-number-of-trapezoids-ii.py
1 parente93811a commit604cdef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/number-of-integers-with-popcount-depth-equal-to-k-ii.py renamed to Python/count-number-of-trapezoids-ii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Time: O(n^2 * logr), r = max(max(abs(x), abs(y)) for x, y in points)
22
# Space: O(n^2)
33

4-
#math
4+
#freq table, combinatorics
55
classSolution(object):
66
defcountTrapezoids(self,points):
77
"""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp