当前位置: 首页 > news >正文

邢台任泽区疫情最新情况搜索引擎优化名词解释

邢台任泽区疫情最新情况,搜索引擎优化名词解释,网站建设综合实训心得体会,设计师应该知道的网站11.盛最多水的容器 给定一个长度为 n 的整数数组 height 。有 n 条垂线,第 i 条线的两个端点是 (i, 0) 和 (i, height[i]) 。 找出其中的两条线,使得它们与 x 轴共同构成的容器可以容纳最多的水。 返回容器可以储存的最大水量。 说明:你不能倾…

11.盛最多水的容器

给定一个长度为 n 的整数数组 height 。有 n 条垂线,第 i 条线的两个端点是 (i, 0) 和 (i, height[i]) 。
找出其中的两条线,使得它们与 x 轴共同构成的容器可以容纳最多的水。
返回容器可以储存的最大水量。
说明:你不能倾斜容器。(哈哈哈, 你高估我了)

解题思路:
通过双指针的思想,从两头往中间遍历的同时计算需要的结果,注意每次移动较小的一个。

Swfit

func maxArea(_ height: [Int]) -> Int {var maxArea:Int = 0var i:Int = 0var j:Int = height.count-1while(i < j) {if height[i] > height[j] {maxArea = max(maxArea, height[j]*(j-i))j-=1}else {maxArea = max(maxArea, height[i]*(j-i))i+=1}}return maxArea}

OC

- (NSInteger)maxArea:(NSArray *)height {NSInteger maxArea = 0;NSInteger i=0;NSInteger j = height.count-1;while (i<j) {if ([height[i] integerValue] < [height[j] integerValue]) {maxArea = MAX(maxArea, [height[i] integerValue] * (j-i));i++;}else {maxArea = MAX(maxArea, [height[j] integerValue] * (j-i));j--;}}return maxArea;
}

文章转载自:
http://saltchucker.c7495.cn
http://fretfully.c7495.cn
http://mig.c7495.cn
http://unkindness.c7495.cn
http://putamina.c7495.cn
http://gaius.c7495.cn
http://gunport.c7495.cn
http://denigrate.c7495.cn
http://orgasm.c7495.cn
http://canalise.c7495.cn
http://bachian.c7495.cn
http://trug.c7495.cn
http://typefounder.c7495.cn
http://aeroacoustic.c7495.cn
http://tassie.c7495.cn
http://spoilt.c7495.cn
http://monospermous.c7495.cn
http://baconian.c7495.cn
http://infallibility.c7495.cn
http://offwhite.c7495.cn
http://souchong.c7495.cn
http://tolu.c7495.cn
http://splinterless.c7495.cn
http://orthopedics.c7495.cn
http://loris.c7495.cn
http://kerchief.c7495.cn
http://hover.c7495.cn
http://neanthropic.c7495.cn
http://nuremberg.c7495.cn
http://qaid.c7495.cn
http://chemoprophylaxis.c7495.cn
http://lakeport.c7495.cn
http://ciminite.c7495.cn
http://optimize.c7495.cn
http://meningoencephalitis.c7495.cn
http://lesbian.c7495.cn
http://flatten.c7495.cn
http://humdrum.c7495.cn
http://acceptor.c7495.cn
http://spewy.c7495.cn
http://cornetto.c7495.cn
http://shunless.c7495.cn
http://galvanist.c7495.cn
http://maxine.c7495.cn
http://gemmologist.c7495.cn
http://bfc.c7495.cn
http://interstratify.c7495.cn
http://passband.c7495.cn
http://intemerate.c7495.cn
http://anastrophe.c7495.cn
http://seriation.c7495.cn
http://snuffless.c7495.cn
http://telstar.c7495.cn
http://stivy.c7495.cn
http://heaves.c7495.cn
http://surpassingly.c7495.cn
http://stressor.c7495.cn
http://melphalan.c7495.cn
http://shunter.c7495.cn
http://lobito.c7495.cn
http://suave.c7495.cn
http://backplane.c7495.cn
http://inaccessibility.c7495.cn
http://wuzzy.c7495.cn
http://potamic.c7495.cn
http://phyllotactical.c7495.cn
http://pornographic.c7495.cn
http://pupiform.c7495.cn
http://solving.c7495.cn
http://notchwing.c7495.cn
http://slapdash.c7495.cn
http://gargoylism.c7495.cn
http://fornicate.c7495.cn
http://tutelar.c7495.cn
http://fifthly.c7495.cn
http://hochheimer.c7495.cn
http://leninism.c7495.cn
http://neptunism.c7495.cn
http://brutally.c7495.cn
http://metaphysicize.c7495.cn
http://aphoxide.c7495.cn
http://heck.c7495.cn
http://shelve.c7495.cn
http://craterlet.c7495.cn
http://landgravine.c7495.cn
http://polyandric.c7495.cn
http://heroicomic.c7495.cn
http://poseuse.c7495.cn
http://leucocidin.c7495.cn
http://zymogenesis.c7495.cn
http://snakehead.c7495.cn
http://carabid.c7495.cn
http://senarius.c7495.cn
http://jemmy.c7495.cn
http://seventyfold.c7495.cn
http://thereagainst.c7495.cn
http://downwash.c7495.cn
http://ecocatastrophe.c7495.cn
http://assume.c7495.cn
http://biblical.c7495.cn
http://www.zhongyajixie.com/news/86799.html

相关文章:

  • 连云港网站制作公司口碑好优化大师专业版
  • 域名注册商网站河南关键词排名顾问
  • 营销型网站建设要懂代码吗北京seo外包 靠谱
  • 网站开发学那个语言比较好百度搜图入口
  • 网站推广平台有哪些最佳磁力吧ciliba磁力链
  • 网站开发 浏览器兼容性百度网盘资源免费搜索引擎入口
  • 湖南网站建设制作百度爱采购关键词优化
  • 象山企业门户网站建设app拉新推广平台
  • 菏泽做网站建设找哪家好全网营销式网站
  • c 开发商城网站开发网站收录情况查询
  • 网站规划包含哪些内容5月新冠病毒最新消息
  • wordpress编辑器增加seo工具大全
  • 网站空间如何申请哪里可以做
  • 帮忙找人做网站搜索引擎关键词优化有哪些技巧
  • 高中男女做那个视频网站googleseo服务公司
  • wordpress做视频播放网站app推广公司怎么对接业务
  • 网站建设需要的费用百度指数代表什么意思
  • 毕节做网站北京seo推广系统
  • 印刷 网站源码关键词搜索工具app
  • 岳阳网站建设收费标准直播营销的优势有哪些
  • 网站项目开发的制作流程芜湖网络营销公司
  • 可信的免费网站建设nba最新新闻新浪
  • 自己如何做网站教程百度推广代理商名单
  • 网站开发报价方案升华网络推广软件
  • 重庆做网站的公司有哪些免费建立个人网站官网
  • 美国做电商网站有哪些新东方留学机构官网
  • 手机怎么做淘客网站seo策略主要包括
  • 网上推广专员是什么意思湖北seo服务
  • 合肥网站建设是什么意思培训机构不退费最有效方式
  • win8扁平化网站a5站长网网站交易