Skip to content

Commit 3df3df5

Browse files
Update README.md
1 parent 1c07e5e commit 3df3df5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This repository consists of the solutions of the problems from LeetCode platform
6767
## Array
6868
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
6969
|-----|---------------- | --------------- | --------------- | --------------- | ------------- |--------------|-----|
70-
0136 | [Single Number](https://leetcode.com/problems/single-number/) | [Java](./Java/single-number.java) <br> [Python](./Python/single-number.py) | _O(n)_ | _O(1)_ | Easy |||
70+
7171

7272
<br/>
7373
<div align="right">
@@ -79,13 +79,18 @@ This repository consists of the solutions of the problems from LeetCode platform
7979
## String
8080
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
8181
|-----|---------------- | --------------- | --------------- | --------------- | ------------- |--------------|-----|
82-
0136 | [Single Number](https://leetcode.com/problems/single-number/) | [Java](./Java/single-number.java) <br> [Python](./Python/single-number.py) | _O(n)_ | _O(1)_ | Easy |||
8382

8483

84+
<br/>
85+
<div align="right">
86+
<b><a href="#algorithms">⬆️ Back to Top</a></b>
87+
</div>
88+
<br/>
89+
8590
## LinkedList
8691
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
8792
|-----|---------------- | --------------- | --------------- | --------------- | ------------- |--------------|-----|
88-
0136 | [Single Number](https://leetcode.com/problems/single-number/) | [Java](./Java/single-number.java) <br> [Python](./Python/single-number.py) | _O(n)_ | _O(1)_ | Easy |||
93+
8994

9095

9196
<br/>

0 commit comments

Comments
 (0)