Skip to content

Commit 3d1c54c

Browse files
committed
Update README for problem 138
1 parent 86b183a commit 3d1c54c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ LeetCode solutions in Python
2626
| 121 | Best Time To Buy And Sell Stocks | [Solution](problems/sliding_window/best_time_to_buy_and_sell_stocks.py) | Easy | Sliding Window |
2727
| 125 | Valid Palindrome | [Solution](problems/string/valid_palindrome.py) | Medium | String, Two Pointers |
2828
| 128 | Longest Consecutive Sequence | [Solution](problems/array/longest_consecutive_sequence.py) | Medium | Array, Hashing |
29+
| 128 | Copy List With Random Pointer | [Solution](problems/linked_list/copy_list_with_random_pointer.py) | Medium | Linked List, Hashing |
2930
| 141 | Linked List Cycle | [Solution](problems/linked_list/linked_list_cycle.py) | Easy | Linked List, Two Pointers |
3031
| 143 | Reorder List | [Solution](problems/linked_list/reorder_list.py) | Medium | Linked List |
3132
| 150 | Evaluate Reverse Polish Notation | [Solution](problems/stack/evaluate_reverse_polish_notation.py) | Medium | Stack |

0 commit comments

Comments
 (0)