File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 19
19
|301|[ Remove Invalid Parentheses] ( https://leetcode.com/problems/remove-invalid-parentheses/ ) |[ Solution] | ? | ? | Hard| BFS
20
20
| 292| [ Nim Game] ( https://leetcode.com/problems/nim-game/ ) | [ Solution] ( ../../blob/master/EASY/src/easy/NimGame.java ) | O(1)| O(1) | Easy|
21
21
| 283| [ Move Zeroes] ( https://leetcode.com/problems/move-zeroes/ ) | [ Solution] ( ../../blob/master/EASY/src/easy/MoveZeroes.java ) | O(n)| O(1) | Easy|
22
- | 280| [ Wiggle Sort] ( https://leetcode.com/problems/wiggle-sort/ ) | [ Solution] ( ../../blob/master/MEDIUM/src/medium/WiggleSort.java ) | O(n)| O(n ) | Medium|
22
+ | 280| [ Wiggle Sort] ( https://leetcode.com/problems/wiggle-sort/ ) | [ Solution] ( ../../blob/master/MEDIUM/src/medium/WiggleSort.java ) | O(n)| O(1 ) | Medium|
23
23
|278|[ First Bad Version] ( https://leetcode.com/problems/first-bad-version/ ) |[ Solution] ( ../../blob/master/EASY/src/easy/FirstBadVersion.java ) | O(logn)|O(1) | Easy| Binary Search
24
24
| 273| [ Integer to English Words] ( https://leetcode.com/problems/integer-to-english-words/ ) | [ Solution] |
25
25
|257|[ Binary Tree Paths] ( https://leetcode.com/problems/binary-tree-paths/ ) |[ Solution] ( ../../blob/master/EASY/src/easy/BinaryTreePaths.java ) | O(n* h) | O(h) | DFS/Recursion
You can’t perform that action at this time.
0 commit comments