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 @@ -101,7 +101,7 @@ LeetCode
101
101
| 403| [ Frog Jump] ( https://leetcode.com/problems/frog-jump/ ) | [ C++] ( ./algorithms/cpp/frogJump/FrogJump.cpp ) | Hard|
102
102
| 402| [ Remove K Digits] ( https://leetcode.com/problems/remove-k-digits/ ) | [ C++] ( ./algorithms/cpp/removeKDigits/RemoveKDigits.cpp ) | Medium|
103
103
| 401| [ Binary Watch] ( https://leetcode.com/problems/binary-watch/ ) | [ C++] ( ./algorithms/cpp/binaryWatch/BinaryWatch.cpp ) | Easy|
104
- | 400| [ Nth Digit] ( https://leetcode.com/problems/nth-digit/ ) | [ C++] ( ./algorithms/cpp/nthDigit/NthDigit.cpp ) | Easy |
104
+ | 400| [ Nth Digit] ( https://leetcode.com/problems/nth-digit/ ) | [ C++] ( ./algorithms/cpp/nthDigit/NthDigit.cpp ) | Medium |
105
105
| 399| [ Evaluate Division] ( https://leetcode.com/problems/evaluate-division/ ) | [ C++] ( ./algorithms/cpp/evaluateDivision/EvaluateDivision.cpp ) | Medium|
106
106
| 398| [ Random Pick Index] ( https://leetcode.com/problems/random-pick-index/ ) | [ C++] ( ./algorithms/cpp/randomPickIndex/RandomPickIndex.cpp ) | Medium|
107
107
| 397| [ Integer Replacement] ( https://leetcode.com/problems/integer-replacement/ ) | [ C++] ( ./algorithms/cpp/integerReplacement/IntegerReplacement.cpp ) | Medium|
You can’t perform that action at this time.
0 commit comments