Skip to content

Commit fb2233a

Browse files
authored
Update sj.java
1 parent 09eed96 commit fb2233a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

top-k-frequent-elements/sj.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ public int[] topKFrequent(int[] nums, int k) {
1414

1515
return answer;
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)