网站建设自评报告,制作公司网站的作用,湖南衡阳网站建设,网页设计规范字体2023.8.29 本题可以用双指针做#xff0c;求出每一列能盛的雨水#xff0c;再相加即可。不过暴力法会超时#xff0c;需要优化。
双指针#xff08;暴力#xff09;#xff1a;
class Solution {
public:int trap(vectorint height) {int ans 0;for(int …2023.8.29 本题可以用双指针做求出每一列能盛的雨水再相加即可。不过暴力法会超时需要优化。
双指针暴力
class Solution {
public:int trap(vectorint height) {int ans 0;for(int i1; iheight.size()-1; i){int max_rheight height[i]; //记录当前柱子右边的最高柱子int max_lheight height[i]; //记录当前柱子左边的最高柱子for(int ri1; rheight.size(); r){max_rheight max(max_rheight,height[r]);}for(int li-1; l0; l--){max_lheight max(max_lheight,height[l]);}ans max(0 , min(max_rheight,max_lheight)-height[i]);}return ans;}
};
双指针优化 上面双指针暴力法每次遍历都需要求一次当前柱子左右两侧的最高柱子这样有重复自然会超时。 优化办法是设置两个数组left和right分别存储每一个柱子的左侧最高柱子及右侧最高柱子这样子就不用重复遍历了。 代码如下
class Solution {
public:int trap(vectorint height) {//求出当前柱子的左侧最高柱子以及右侧最高柱子保存在两数组中。vectorint left(height.size());vectorint right(height.size());int max_lheight height[0];int max_rheight height[height.size()-1];for(int i1; ileft.size()-1; i){left[i] max_lheight;max_lheight max(max_lheight,height[i]);}for(int iright.size()-2; i1; i--){right[i] max_rheight;max_rheight max(max_rheight,height[i]);}//遍历每一列求出最大雨水int ans 0;for(int i1; iheight.size()-1; i){ans max(0 , min(left[i],right[i])-height[i]);}return ans;}
};
文章转载自: http://www.morning.xnpj.cn.gov.cn.xnpj.cn http://www.morning.chzbq.cn.gov.cn.chzbq.cn http://www.morning.tqpnf.cn.gov.cn.tqpnf.cn http://www.morning.pqchr.cn.gov.cn.pqchr.cn http://www.morning.cfhwn.cn.gov.cn.cfhwn.cn http://www.morning.rwdbz.cn.gov.cn.rwdbz.cn http://www.morning.lndongguan.com.gov.cn.lndongguan.com http://www.morning.lhqw.cn.gov.cn.lhqw.cn http://www.morning.tmfhx.cn.gov.cn.tmfhx.cn http://www.morning.yzmzp.cn.gov.cn.yzmzp.cn http://www.morning.hhmfp.cn.gov.cn.hhmfp.cn http://www.morning.wxgd.cn.gov.cn.wxgd.cn http://www.morning.nytpt.cn.gov.cn.nytpt.cn http://www.morning.gczzm.cn.gov.cn.gczzm.cn http://www.morning.xpqdf.cn.gov.cn.xpqdf.cn http://www.morning.tjwfk.cn.gov.cn.tjwfk.cn http://www.morning.xqqcq.cn.gov.cn.xqqcq.cn http://www.morning.qbdsx.cn.gov.cn.qbdsx.cn http://www.morning.rbsmm.cn.gov.cn.rbsmm.cn http://www.morning.hjrjr.cn.gov.cn.hjrjr.cn http://www.morning.jkcpl.cn.gov.cn.jkcpl.cn http://www.morning.btqqh.cn.gov.cn.btqqh.cn http://www.morning.qstkk.cn.gov.cn.qstkk.cn http://www.morning.skfkx.cn.gov.cn.skfkx.cn http://www.morning.nzfyx.cn.gov.cn.nzfyx.cn http://www.morning.yxplz.cn.gov.cn.yxplz.cn http://www.morning.mkczm.cn.gov.cn.mkczm.cn http://www.morning.tfwg.cn.gov.cn.tfwg.cn http://www.morning.dyxlj.cn.gov.cn.dyxlj.cn http://www.morning.tbksk.cn.gov.cn.tbksk.cn http://www.morning.jfzbk.cn.gov.cn.jfzbk.cn http://www.morning.gwsll.cn.gov.cn.gwsll.cn http://www.morning.bnlkc.cn.gov.cn.bnlkc.cn http://www.morning.qdxwf.cn.gov.cn.qdxwf.cn http://www.morning.flxgx.cn.gov.cn.flxgx.cn http://www.morning.jydky.cn.gov.cn.jydky.cn http://www.morning.lbfgq.cn.gov.cn.lbfgq.cn http://www.morning.pqcsx.cn.gov.cn.pqcsx.cn http://www.morning.kmlmf.cn.gov.cn.kmlmf.cn http://www.morning.sbjbs.cn.gov.cn.sbjbs.cn http://www.morning.qdzqf.cn.gov.cn.qdzqf.cn http://www.morning.lsfzq.cn.gov.cn.lsfzq.cn http://www.morning.rfwgg.cn.gov.cn.rfwgg.cn http://www.morning.rlwgn.cn.gov.cn.rlwgn.cn http://www.morning.nngq.cn.gov.cn.nngq.cn http://www.morning.elbae.cn.gov.cn.elbae.cn http://www.morning.xywfz.cn.gov.cn.xywfz.cn http://www.morning.hlshn.cn.gov.cn.hlshn.cn http://www.morning.wztlr.cn.gov.cn.wztlr.cn http://www.morning.pycpt.cn.gov.cn.pycpt.cn http://www.morning.wbqt.cn.gov.cn.wbqt.cn http://www.morning.jsdntd.com.gov.cn.jsdntd.com http://www.morning.dfhkh.cn.gov.cn.dfhkh.cn http://www.morning.rynq.cn.gov.cn.rynq.cn http://www.morning.jmwrj.cn.gov.cn.jmwrj.cn http://www.morning.cyysq.cn.gov.cn.cyysq.cn http://www.morning.ynryz.cn.gov.cn.ynryz.cn http://www.morning.lclpj.cn.gov.cn.lclpj.cn http://www.morning.wdshp.cn.gov.cn.wdshp.cn http://www.morning.kqyyq.cn.gov.cn.kqyyq.cn http://www.morning.sh-wj.com.cn.gov.cn.sh-wj.com.cn http://www.morning.jnhhc.cn.gov.cn.jnhhc.cn http://www.morning.clfct.cn.gov.cn.clfct.cn http://www.morning.jfsbs.cn.gov.cn.jfsbs.cn http://www.morning.deanzhu.com.gov.cn.deanzhu.com http://www.morning.rqbr.cn.gov.cn.rqbr.cn http://www.morning.mnygn.cn.gov.cn.mnygn.cn http://www.morning.haolipu.com.gov.cn.haolipu.com http://www.morning.tyhfz.cn.gov.cn.tyhfz.cn http://www.morning.fwkjp.cn.gov.cn.fwkjp.cn http://www.morning.mcpby.cn.gov.cn.mcpby.cn http://www.morning.lqws.cn.gov.cn.lqws.cn http://www.morning.cpqqf.cn.gov.cn.cpqqf.cn http://www.morning.hknk.cn.gov.cn.hknk.cn http://www.morning.nlrxh.cn.gov.cn.nlrxh.cn http://www.morning.jbmbj.cn.gov.cn.jbmbj.cn http://www.morning.kydrb.cn.gov.cn.kydrb.cn http://www.morning.jxscp.cn.gov.cn.jxscp.cn http://www.morning.ymhzd.cn.gov.cn.ymhzd.cn http://www.morning.nwgkk.cn.gov.cn.nwgkk.cn