File tree 1 file changed +1
-0
lines changed
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 49
49
| 283| [ Move Zeroes] ( https://leetcode.com/problems/move-zeroes/ ) | [ Solution] ( ../../blob/master/EASY/src/easy/MoveZeroes.java ) | O(n)| O(1) | Easy|
50
50
| 280| [ Wiggle Sort] ( https://leetcode.com/problems/wiggle-sort/ ) | [ Solution] ( ../../blob/master/MEDIUM/src/medium/WiggleSort.java ) | O(n)| O(1) | Medium|
51
51
|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
52
+ |276|[ Paint Fence] ( https://leetcode.com/problems/paint-fence/ ) |[ Solution] ( ../../blob/master/EASY/src/easy/PaintFence.java ) | O(n)|O(1) | Easy| DP
52
53
| 273| [ Integer to English Words] ( https://leetcode.com/problems/integer-to-english-words/ ) | [ Solution] |
53
54
|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
54
55
| 223| [ Rectangle Area] ( https://leetcode.com/problems/rectangle-area/ ) | [ Solution] ( ../../blob/master/EASY/src/easy/RectangleArea.java ) | O(1)| O(1) | Easy|
You can’t perform that action at this time.
0 commit comments