Skip to content

Commit 5ef0c03

Browse files
committed
init commit
1 parent afacb2d commit 5ef0c03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class Solution:
2+
def topKFrequent(self, nums: List[int], k: int) -> List[int]:
3+

0 commit comments

Comments
 (0)