Skip to content

Commit f837a2b

Browse files
committed
Automatic creation of a solution table
1 parent 817a920 commit f837a2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ The repository contains the best versions of my solutions to LeetCode problems
7878
| 124 | [Binary Tree Maximum Path Sum](https://leetcode.com/problems/binary-tree-maximum-path-sum/) | [Python](Python/Binary%20Tree%20Maximum%20Path%20Sum.py) | $O(n)$ | $O(n)$ | Hard | - |
7979
| 126 | [Word Ladder II](https://leetcode.com/problems/word-ladder-ii/) | [Python](Python/Word%20Ladder%20II.py) | - | - | Hard | - |
8080
| 127 | [Word Ladder](https://leetcode.com/problems/word-ladder/) | [Python](Python/Word%20Ladder.py) | - | - | Hard | - |
81+
| 136 | [Single Number](https://leetcode.com/problems/single-number/) | [Python](Python/Single%20Number.py) | $O(n)$ | $O(1)$ | Easy | - |
8182
| 141 | [Linked List Cycle](https://leetcode.com/problems/linked-list-cycle/) | [Python](Python/Linked%20List%20Cycle.py) | $O(n)$ | $O(1)$ | Easy | - |
8283
| 150 | [Evaluate Reverse Polish Notation](https://leetcode.com/problems/evaluate-reverse-polish-notation/) | [Python](Python/Evaluate%20Reverse%20Polish%20Notation.py) | $O(n)$ | $O(n)$ | Medium | - |
8384
| 151 | [Reverse Words in a String](https://leetcode.com/problems/reverse-words-in-a-string/) | [Python](Python/Reverse%20Words%20in%20a%20String.py) | $O(n)$ | $O(n)$ | Medium | - |
@@ -269,7 +270,7 @@ The repository contains the best versions of my solutions to LeetCode problems
269270

270271
## Last update
271272

272-
Solution table for problems was generated automatically on 2022-09-25 16:20 +0000
273+
Solution table for problems was generated automatically on 2022-09-25 16:24 +0000
273274

274275
## Author
275276

0 commit comments

Comments
 (0)