Skip to content

Commit f7afadf

Browse files
committed
Update README for problem 787
1 parent db59059 commit f7afadf

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
@@ -141,6 +141,7 @@ LeetCode solutions in Python
141141
| 746 | Min Cost Climbing Stairs | [Solution](problems/dynamic_programming/min_cost_climbing_stairs.py) | Easy | Dynamic Programming |
142142
| 763 | Partition Labels | [Solution](problems/greedy/partition_labels.py) | Medium | Greedy |
143143
| 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 |
144145
| 846 | Hand Of Straights | [Solution](problems/greedy/hand_of_straights.py) | Medium | Greedy, Heap |
145146
| 853 | Car Fleet | [Solution](problems/stack/car_fleet.py) | Medium | Stack, Monotonic Stack |
146147
| 875 | Koko Eating Bananas | [Solution](problems/binary_search/koko_eating_bananas.py) | Medium | Binary Search |

0 commit comments

Comments
 (0)