Skip to content

Commit b452975

Browse files
committed
Update README for problem 136
1 parent 3b76662 commit b452975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ LeetCode solutions in Python
5252
| 130 | Surrounded Regions | [Solution](problems/dfs/surrounded_regions.py) | Medium | DFS |
5353
| 131 | Palindrome Partitioning | [Solution](problems/backtracking/palindrome_partitioning.py) | Medium | Backtracking |
5454
| 133 | Clone Graph | [Solution](problems/graph/clone_graph.py) | Medium | Graph, DFS |
55+
| 136 | Single Number | [Solution](problems/bit_manipulation/single_number.py) | Easy | Bit Manipulation |
5556
| 138 | Copy List With Random Pointer | [Solution](problems/linked_list/copy_list_with_random_pointer.py) | Medium | Linked List, Hashing |
5657
| 139 | Word Break | [Solution](problems/dynamic_programming/word_break.py) | Medium | Dynamic Programming |
5758
| 141 | Linked List Cycle | [Solution](problems/linked_list/linked_list_cycle.py) | Easy | Linked List, Two Pointers |

0 commit comments

Comments
 (0)