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 @@ -140,6 +140,7 @@ LeetCode solutions in Python
140
140
| 743 | Network Delay Time | [ Solution] ( problems/graph/network_delay_time.py ) | Medium | Graph, Dijkstra's |
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
+ | 778 | Swim In Rising Water | [ Solution] ( problems/graph/swim_in_rising_water.py ) | Hard | Graph, Heap |
143
144
| 846 | Hand Of Straights | [ Solution] ( problems/greedy/hand_of_straights.py ) | Medium | Greedy, Heap |
144
145
| 853 | Car Fleet | [ Solution] ( problems/stack/car_fleet.py ) | Medium | Stack, Monotonic Stack |
145
146
| 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