Skip to content

Commit a74597e

Browse files
committed
Update README for problem 778
1 parent 1dd5e6d commit a74597e

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

0 commit comments

Comments
 (0)