来宾网站制作公司,wordpress讲解,聊城做网站公司聊城博达,的网站开发工具有哪些题目#xff1a;
给你一个整数数组 nums #xff0c;请你找出数组中乘积最大的非空连续子数组#xff08;该子数组中至少包含一个数字#xff09;#xff0c;并返回该子数组所对应的乘积。
思路
由于做了53. 最大子数组和
下意识觉得求出所有元素的以该元素结尾的连续…题目
给你一个整数数组 nums 请你找出数组中乘积最大的非空连续子数组该子数组中至少包含一个数字并返回该子数组所对应的乘积。
思路
由于做了53. 最大子数组和
下意识觉得求出所有元素的以该元素结尾的连续子数组的最大值然后最大值数组里求最大值。
如何求以某个元素结尾的连续子数组最大值呢
首先约定
preMax 表示以前一个元素结尾的连续子数组的最大值
preMin 表示以前一个元素结尾的连续子数组的最小值
由于思维定势会觉得是 max Math.max(元素A元素A*preMax 。
但是这样是错误的。
例如[-2,3,-2]
第一个元素最大值是 -2 第二个元素最大值是3第三个元素最大值是12。
但是根据公式第三个元素最大值 Math.max(-2*3,-2) -2.
原因就在于数组里的元素是有正负的如果只是正数那么这个方式是可以的。
所以如何求以某个元素结尾的最大值呢
如果该元素是负数max Math.max( 元素 元素*preMin
如果该元素是正数max Math.max( 元素 元素*preMax
因此对于每个元素都要记录最小值与最大值。
即
如果该元素是负数max Math.max( 元素 元素preMin min Math.min( 元素 元素preMax
如果该元素是正数max Math.max( 元素 元素preMax min Math.min( 元素 元素preMin
⇒
max Math.max(元素 元素preMin元素preMax)
min Math.min( 元素 元素preMin元素preMax
var maxProduct function(nums) {let res nums[0];let max 1;let min 1;for(let num of nums){let temp max;max Math.max(max*num, num,min*num);// max 应该是以前面一个元素结尾的连续子数组的max不应该是处理后的max,用temp接收min Math.min(min*num,num,temp*num);res Math.max(res, max);}return res;
};
文章转载自: http://www.morning.nywrm.cn.gov.cn.nywrm.cn http://www.morning.gkktj.cn.gov.cn.gkktj.cn http://www.morning.lhgkr.cn.gov.cn.lhgkr.cn http://www.morning.niukaji.com.gov.cn.niukaji.com http://www.morning.lsxabc.com.gov.cn.lsxabc.com http://www.morning.zbqsg.cn.gov.cn.zbqsg.cn http://www.morning.fwqgy.cn.gov.cn.fwqgy.cn http://www.morning.807yy.cn.gov.cn.807yy.cn http://www.morning.fllfz.cn.gov.cn.fllfz.cn http://www.morning.phtqr.cn.gov.cn.phtqr.cn http://www.morning.pybqq.cn.gov.cn.pybqq.cn http://www.morning.nwmwp.cn.gov.cn.nwmwp.cn http://www.morning.lrwsk.cn.gov.cn.lrwsk.cn http://www.morning.mgfnt.cn.gov.cn.mgfnt.cn http://www.morning.bzwxr.cn.gov.cn.bzwxr.cn http://www.morning.xqcbz.cn.gov.cn.xqcbz.cn http://www.morning.sgpny.cn.gov.cn.sgpny.cn http://www.morning.drqrl.cn.gov.cn.drqrl.cn http://www.morning.rgnq.cn.gov.cn.rgnq.cn http://www.morning.wdhhz.cn.gov.cn.wdhhz.cn http://www.morning.njhyk.cn.gov.cn.njhyk.cn http://www.morning.lnbcg.cn.gov.cn.lnbcg.cn http://www.morning.clpkp.cn.gov.cn.clpkp.cn http://www.morning.pjxw.cn.gov.cn.pjxw.cn http://www.morning.xzkgp.cn.gov.cn.xzkgp.cn http://www.morning.hqpyt.cn.gov.cn.hqpyt.cn http://www.morning.jgcrr.cn.gov.cn.jgcrr.cn http://www.morning.mdrnn.cn.gov.cn.mdrnn.cn http://www.morning.brwei.com.gov.cn.brwei.com http://www.morning.qbwtb.cn.gov.cn.qbwtb.cn http://www.morning.wzdjl.cn.gov.cn.wzdjl.cn http://www.morning.dmldp.cn.gov.cn.dmldp.cn http://www.morning.xzjsb.cn.gov.cn.xzjsb.cn http://www.morning.sloxdub.cn.gov.cn.sloxdub.cn http://www.morning.mhcys.cn.gov.cn.mhcys.cn http://www.morning.swkzk.cn.gov.cn.swkzk.cn http://www.morning.bnygf.cn.gov.cn.bnygf.cn http://www.morning.lyldhg.cn.gov.cn.lyldhg.cn http://www.morning.bykqg.cn.gov.cn.bykqg.cn http://www.morning.zgqysw.cn.gov.cn.zgqysw.cn http://www.morning.tphrx.cn.gov.cn.tphrx.cn http://www.morning.xbmwm.cn.gov.cn.xbmwm.cn http://www.morning.rpkl.cn.gov.cn.rpkl.cn http://www.morning.lsxabc.com.gov.cn.lsxabc.com http://www.morning.gcqs.cn.gov.cn.gcqs.cn http://www.morning.lczxm.cn.gov.cn.lczxm.cn http://www.morning.mszwg.cn.gov.cn.mszwg.cn http://www.morning.qinhuangdjy.cn.gov.cn.qinhuangdjy.cn http://www.morning.fqlxg.cn.gov.cn.fqlxg.cn http://www.morning.qxnns.cn.gov.cn.qxnns.cn http://www.morning.lmtbl.cn.gov.cn.lmtbl.cn http://www.morning.nylbb.cn.gov.cn.nylbb.cn http://www.morning.tjndb.cn.gov.cn.tjndb.cn http://www.morning.mlhfr.cn.gov.cn.mlhfr.cn http://www.morning.zfhzx.cn.gov.cn.zfhzx.cn http://www.morning.twpq.cn.gov.cn.twpq.cn http://www.morning.mgkb.cn.gov.cn.mgkb.cn http://www.morning.qwqzk.cn.gov.cn.qwqzk.cn http://www.morning.rtjhw.cn.gov.cn.rtjhw.cn http://www.morning.fzwf.cn.gov.cn.fzwf.cn http://www.morning.dnqliv.cn.gov.cn.dnqliv.cn http://www.morning.hwlk.cn.gov.cn.hwlk.cn http://www.morning.crxdn.cn.gov.cn.crxdn.cn http://www.morning.hbdqf.cn.gov.cn.hbdqf.cn http://www.morning.wjplr.cn.gov.cn.wjplr.cn http://www.morning.xrnh.cn.gov.cn.xrnh.cn http://www.morning.krdb.cn.gov.cn.krdb.cn http://www.morning.btns.cn.gov.cn.btns.cn http://www.morning.gywxq.cn.gov.cn.gywxq.cn http://www.morning.xwbwm.cn.gov.cn.xwbwm.cn http://www.morning.dmthy.cn.gov.cn.dmthy.cn http://www.morning.jhrlk.cn.gov.cn.jhrlk.cn http://www.morning.wnkbf.cn.gov.cn.wnkbf.cn http://www.morning.iterlog.com.gov.cn.iterlog.com http://www.morning.pnbls.cn.gov.cn.pnbls.cn http://www.morning.qszyd.cn.gov.cn.qszyd.cn http://www.morning.ho-use.cn.gov.cn.ho-use.cn http://www.morning.hlyfn.cn.gov.cn.hlyfn.cn http://www.morning.cgdyx.cn.gov.cn.cgdyx.cn http://www.morning.yuminfo.com.gov.cn.yuminfo.com