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

Commitf8fe611

Browse files
authored
Update 0347-top-k-frequent-elements.dart
1 parente41b019 commitf8fe611

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎dart/0347-top-k-frequent-elements.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ class Solution {
2626
}
2727
}
2828

29-
30-
classSoluton {
29+
classSolution {
3130
List<int>topKFrequent(List<int> nums,int k) {
3231
Map<int,int> map= {};
3332
for (int nin nums) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp