Skip to content

Commit ad7b8cc

Browse files
authored
Update README.md
1 parent e55b865 commit ad7b8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LeetCode
77

88
| # | Title | Solution | Difficulty | Method#1 | Method#2 |
99
|---| ----- | -------- | ---------- | -------- | -------- |
10-
|2239|[Reverse Integer](https://leetcode.com/problems/reverse-integer/) | [Python](./reverseint.py)|Medium| ✔️ | ✔️|
10+
|2239|[Reverse Integer](https://leetcode.com/problems/reverse-integer/) | [Python](/Python/reverseint.py)|Medium| ✔️ | ✔️|
1111
|468|[Validate IP Address](https://leetcode.com/problems/validate-ip-address/) | [Python](./validIPAddress.py)|Medium| ✔️ | ✔️|
1212
|1946|[Largest Number After Mutating Substring](https://leetcode.com/problems/largest-number-after-mutating-substring/) | [C++](./algorithms/cpp/largestNumberAfterMutatingSubstring/LargestNumberAfterMutatingSubstring.cpp), [Java](./algorithms/java/src/LargestNumberAfterMutatingSubtring/largestNumberAfterMutatingSubstring.java)|Medium|✔️ ||
1313
|1945|[Sum of Digits of String After Convert](https://leetcode.com/problems/sum-of-digits-of-string-after-convert/) | [C++](./algorithms/cpp/leetcode/sumOfDigitsOfStringAfterConvert/SumOfDigitsOfStringAfterConvert.cpp)|Easy|✔️ ||

0 commit comments

Comments
 (0)