Skip to content

Commit 0725199

Browse files
committed
fix readme
1 parent 8fdc9f6 commit 0725199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cargo test
4646
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
4747
|-----|---------------- | --------------- | --------------- | --------------- | ------------- |--------------|-----|
4848
0136 | [Single Number](https://leetcode.com/problems/single-number/) | [C++](https://github.com/kamyu104/LeetCode-Solutions/blob/master/C++/single-number.cpp) <br> [Python](https://github.com/kamyu104/LeetCode-Solutions/blob/master/Python/single-number.py) <br> [Rust](./kamyu104/src/single_number.rs) | _O(n)_ | _O(1)_ | Easy |||
49-
0137 | [Single Number II](https://leetcode.com/problems/single-number-ii/) | [C++](./C++/single-number-ii.cpp) <br> [Python](./Python/single-number-ii.py) | _O(n)_ | _O(1)_ | Medium |||
49+
0137 | [Single Number II](https://leetcode.com/problems/single-number-ii/) | [C++](https://github.com/kamyu104/LeetCode-Solutions/blob/master/C++/single-number-ii.cpp) <br> [Python](https://github.com/kamyu104/LeetCode-Solutions/blob/master/Python/single-number-ii.py) | _O(n)_ | _O(1)_ | Medium |||
5050

5151
commit comments
Comments
 (0)