Skip to content

Commit 3a3e745

Browse files
committed
Update README for problem 846
1 parent f7704a0 commit 3a3e745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ LeetCode solutions in Python
130130
| 704 | Binary Search | [Solution](problems/binary_search/binary_search.py) | Easy | Binary Search |
131131
| 739 | Daily Temperatures | [Solution](problems/stack/daily_temperatures.py) | Medium | Stack, Monotonic Stack |
132132
| 746 | Min Cost Climbing Stairs | [Solution](problems/dynamic_programming/min_cost_climbing_stairs.py) | Easy | Dynamic Programming |
133+
| 846 | Hand Of Straights | [Solution](problems/greedy/hand_of_straights.py) | Medium | Greedy, Heap |
133134
| 853 | Car Fleet | [Solution](problems/stack/car_fleet.py) | Medium | Stack, Monotonic Stack |
134135
| 875 | Koko Eating Bananas | [Solution](problems/binary_search/koko_eating_bananas.py) | Medium | Binary Search |
135136
| 973 | K Closest Points To Origin | [Solution](problems/heap/k_closest_points_to_origin.py) | Medium | Heap |

0 commit comments

Comments
 (0)