Skip to content

Commit 26dfc0a

Browse files
move file to correct folder
1 parent b218fa3 commit 26dfc0a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
| # | Title | Solutions | Time | Space | Difficulty | Tag | Notes
33
|-----|----------------|---------------|---------------|---------------|-------------|--------------|-----
44
|415|[Add Strings](https://leetcode.com/problems/add-strings/)|[Solution](../../blob/master/EASY/src/easy/AddStrings.java)| O(n)|O(1) | Easy|
5-
|398|[Random Pick Index](https://leetcode.com/problems/random-pick-index/)|[Solution] | | | Medium| Reservoir Sampling
5+
|398|[Random Pick Index](https://leetcode.com/problems/random-pick-index/)|[Solution](../../blob/master/MEDIUM/src/medium/RandomPickIndex.java) | | | Medium| Reservoir Sampling
66
|397|[Integer Replacement](https://leetcode.com/problems/integer-replacement/)|[Solution](../../blob/master/EASY/src/easy/IntegerReplacement.java)| ? | ? | Easy| BFS
77
|396|[Rotate Function](https://leetcode.com/problems/rotate-function/)|[Solution](../../blob/master/EASY/src/easy/RotateFunction.java)| O(n^2) could be optimized to O(n) | O(1) | Easy|
88
|390|[Elimination Game](https://leetcode.com/problems/elimination-game/)|[Solution](../../blob/master/MEDIUM/src/medium/EliminationGame.java)| O(logn)|O(1) | Medium|

0 commit comments

Comments
 (0)