当前位置:网站首页>42. 接雨水
42. 接雨水
2022-08-04 03:39:00 【小卢要刷力扣题】
前言
给定 n 个非负整数表示每个宽度为 1 的柱子的高度图,计算按此排列的柱子,下雨之后能接多少雨水。
示例 1:
输入:height = [0,1,0,2,1,0,1,3,2,1,2,1]
输出:6
解释:上面是由数组 [0,1,0,2,1,0,1,3,2,1,2,1] 表示的高度图,在这种情况下,可以接 6 个单位的雨水(蓝色部分表示雨水)。
来源:力扣(LeetCode)
链接:https://leetcode-cn.com/problems/trapping-rain-water
著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。
解题思路
0位置最左20位置最右是不可能留下水的
19位置的最大高度假设6,要结算算水量
需要求6的左边,右边部分的max,以13做瓶颈,
因为6它的左边这么多最大值还没看过,但它的最大值是17,恐怕它真实的左边最大值是大于17的。
而我右边的最大值,这可是个真实最大值,所以6位置的水量就是13-6= 7格子水
左边跟右边max谁小就先结算那边的水量
代码
public static int trap(int[] arr) {
if (arr == null || arr.length < 2) {
return 0;
}
int N = arr.length;
int L = 1;
int leftMax = arr[0];
int R = N - 2;
int rightMax = arr[N - 1];
int water = 0;
while (L <= R) {
if (leftMax <= rightMax) {
water += Math.max(0, leftMax - arr[L]);
leftMax = Math.max(leftMax, arr[L++]);
} else {
water += Math.max(0, rightMax - arr[R]);
rightMax = Math.max(rightMax, arr[R--]);
}
}
return water;
}
边栏推荐
- 数组相关 内容 解析
- 说说数据治理中常见的20个问题
- kingbaseES V8R2/R3 表在指定表空间,为何显示为默认表空间?
- 2022 Hangzhou Electric Power Multi-School League Game 5 Solution
- 数据安全峰会2022 | 美创DSM获颁“数据安全产品能力验证计划”评测证书
- Introduction to mq application scenarios
- 十一种概率分布
- The video of machine learning to learn [update]
- Deep learning -- CNN clothing image classification, for example, discussed how to evaluate neural network model
- How to drop all tables under database in MySQL
猜你喜欢
docker+网桥+redis主从+哨兵模式
Mini program + new retail, play the new way of playing in the industry!
STM8S105k4t6c---------------Light up LED
帮助企业实现数字化转型成功的八项指导原则
Functions, recursion and simple dom operations
跨境电商看不到另一面:商家刷单、平台封号、黑灰产牟利
MCU C language -> usage, and meaning
基于 SSE 实现服务端消息主动推送解决方案
STM8S project creation (STVD creation) --- use COSMIC to create a C language project
学会iframe并用其解决跨域问题
随机推荐
劝退背后。
Eight guiding principles to help businesses achieve digital transformation success
db2中kettle报错 Field [XXX] is required and couldn‘t be found 解决方法
How class only static allocation and dynamic allocation
[Medical Insurance Science] To maintain the safety of medical insurance funds, we can do this
Oracle与Postgresql在PLSQL内事务回滚的重大差异
FPGA解析B码----连载3
基地址:环境变量
MySQL query optimization and tuning
The video of machine learning to learn [update]
STM8S105K4T6------Serial port sending and receiving
Sfdp 超级表单开发平台 V6.0.5 正式发布
网络工程师入门必懂华为认证体系,附系统学习路线分享
嵌入式数据库开发编程MySQL(全)
什么是数字孪生智慧城市应用场景
Postgresql源码(66)insert on conflict语法介绍与内核执行流程解析
Architecture of the actual combat camp module three operations
[Study Notes Dish Dog Learning C] Dynamic Memory Management
Introduction to the memory model of the JVM
【 observe 】 super fusion: the first mention of "calculate net nine order" evaluation model, build open prosperity of power network