Skip to content

Commit bf1fd68

Browse files
committed
Update README for problem 143
1 parent c686dd9 commit bf1fd68

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
@@ -24,6 +24,7 @@ LeetCode solutions in Python
2424
| 121 | Best Time To Buy And Sell Stocks | [Solution](problems/sliding_window/best_time_to_buy_and_sell_stocks.py) | Easy | Sliding Window |
2525
| 125 | Valid Palindrome | [Solution](problems/string/valid_palindrome.py) | Medium | String, Two Pointers |
2626
| 128 | Longest Consecutive Sequence | [Solution](problems/array/longest_consecutive_sequence.py) | Medium | Array, Hashing |
27+
| 143 | Reorder List | [Solution](problems/linked_list/reorder_list.py) | Medium | Linked List |
2728
| 150 | Evaluate Reverse Polish Notation | [Solution](problems/stack/evaluate_reverse_polish_notation.py) | Medium | Stack |
2829
| 153 | Find Minimum In Rotated Sorted Array | [Solution](problems/binary_search/find_minimum_in_rotated_sorted_array.py) | Medium | Binary Search |
2930
| 155 | Min Stack | [Solution](problems/stack/min_stack.py) | Medium | Stack, Design |

0 commit comments

Comments
 (0)