Skip to content

Commit f01b771

Browse files
committed
✨ [374] Top K Frequent Elements
1 parent 958bdce commit f01b771

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

374/my_solution.js

Whitespace-only changes.

374/solution.js

Whitespace-only changes.

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
- [268. Missing Number](./268/)
4848
- [271. Encode and Decode Strings (Premium)](./271/)
4949
- [371. Sum of Two Integers](./371/)
50+
- [374. Top K Frequent Elements](./374/)
5051
- [338. Counting Bits](./338/)
5152
- [394. Decode String](./394/)
5253
- [424. Longest Repeating Character Replacement](./424/)
@@ -84,5 +85,5 @@ Batch create in bash
8485
TODO: Add to TOC!
8586
-->
8687
```ssh
87-
chapter=271 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js && alias x="node ./$chapter/my_solution.js"
88+
chapter=374 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js && alias x="node ./$chapter/my_solution.js"
8889
```

0 commit comments

Comments
 (0)