11 Container With Most Water
https://leetcode.com/problems/container-with-most-water/
two pointer
42 Trapping Rain Water
https://leetcode.com/problems/trapping-rain-water/
two pointer
365 Water and Jug Problem
https://leetcode.com/problems/water-and-jug-problem/
GCD (最小公倍数)
407 Trapping Rain Water II
https://leetcode.com/problems/trapping-rain-water-ii/
BSF
很好的解释:https://www.cnblogs.com/grandyang/p/5928987.html
417 Pacific Atlantic Water Flow
https://leetcode.com/problems/pacific-atlantic-water-flow/
BFS/DFS
778 Swim in Rising Water
https://leetcode.com/problems/swim-in-rising-water/
细节待补充。。。
网友评论