File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ LeetCode
101101| 403| [ Frog Jump] ( https://leetcode.com/problems/frog-jump/ ) | [ C++] ( ./algorithms/cpp/frogJump/FrogJump.cpp ) | Hard|
102102| 402| [ Remove K Digits] ( https://leetcode.com/problems/remove-k-digits/ ) | [ C++] ( ./algorithms/cpp/removeKDigits/RemoveKDigits.cpp ) | Medium|
103103| 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 |
105105| 399| [ Evaluate Division] ( https://leetcode.com/problems/evaluate-division/ ) | [ C++] ( ./algorithms/cpp/evaluateDivision/EvaluateDivision.cpp ) | Medium|
106106| 398| [ Random Pick Index] ( https://leetcode.com/problems/random-pick-index/ ) | [ C++] ( ./algorithms/cpp/randomPickIndex/RandomPickIndex.cpp ) | Medium|
107107| 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