File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ LeetCode solutions in Python
141
141
| 746 | Min Cost Climbing Stairs | [ Solution] ( problems/dynamic_programming/min_cost_climbing_stairs.py ) | Easy | Dynamic Programming |
142
142
| 763 | Partition Labels | [ Solution] ( problems/greedy/partition_labels.py ) | Medium | Greedy |
143
143
| 778 | Swim In Rising Water | [ Solution] ( problems/graph/swim_in_rising_water.py ) | Hard | Graph, Heap |
144
+ | 787 | Cheapest Flights Within K Stops | [ Solution] ( problems/graph/cheapest_flights_within_k_stops.py ) | Medium | Graph |
144
145
| 846 | Hand Of Straights | [ Solution] ( problems/greedy/hand_of_straights.py ) | Medium | Greedy, Heap |
145
146
| 853 | Car Fleet | [ Solution] ( problems/stack/car_fleet.py ) | Medium | Stack, Monotonic Stack |
146
147
| 875 | Koko Eating Bananas | [ Solution] ( problems/binary_search/koko_eating_bananas.py ) | Medium | Binary Search |
You can’t perform that action at this time.
0 commit comments