Skip to content

Commit 62eb669

Browse files
committed
update readme
1 parent 11a1649 commit 62eb669

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
@@ -40,7 +40,7 @@ cargo test
4040
#### Bit Manipulation
4141
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
4242
|-----|---------------- | --------------- | --------------- | --------------- | ------------- |--------------|-----|
43-
0136 | [Single Number](https://leetcode.com/problems/single-number/) | [C++](https://github.com/kamyu104/LeetCode-Solutions/blob/master/C++/single-number.cpp) [Python](https://github.com/kamyu104/LeetCode-Solutions/blob/master/Python/single-number.py) [Rust](./kamyu104/src/single-number.rs) | _O(n)_ | _O(1)_ | Easy |||
43+
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 |||
4444

4545
commit comments
Comments
 (0)