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

静宁网站建设搜索引擎优化技术有哪些

静宁网站建设,搜索引擎优化技术有哪些,网站建设与维护目录,建网站郑州1、堆 我们可以维护一个堆,首先我们将数组中不为0的数全部加入堆中,而后进行循环。当堆不为空时,我们将堆顶元素出堆并减一,而后观察是否还能继续出堆,若能则出堆,否则跳过,最后我们将处理后的…

在这里插入图片描述

1、堆

我们可以维护一个堆,首先我们将数组中不为0的数全部加入堆中,而后进行循环。当堆不为空时,我们将堆顶元素出堆并减一,而后观察是否还能继续出堆,若能则出堆,否则跳过,最后我们将处理后的新元素入堆,如此循环直至堆为空。

class Solution {
public:int fillCups(vector<int> &amount) {priority_queue<int, vector<int>> maxHeap;int res = 0;for (int i: amount) {if (i == 0) {continue;}maxHeap.push(i);}while (!maxHeap.empty()) {int top1, top2;top1 = maxHeap.top();maxHeap.pop();--top1;if (!maxHeap.empty()) {top2 = maxHeap.top();maxHeap.pop();--top2;if (top2 != 0) {maxHeap.push(top2);}}if (top1 != 0) {maxHeap.push(top1);}++res;}return res;}
};

2、数学

我们可以直接使用数学方法解决问题。我们首先对元素进行排序:1、若最大元素大于等于两外两个元素之和,则说明我们最少也要花费最大元素秒;2、若最大元素小于两外两个元素之和,则说明我们可以通过组合实现接满水,因此花费的时间为元素之和除二向上取整。

int fillCups(vector<int> &amount) {sort(amount.begin(), amount.end());if (amount[2] >= amount[0] + amount[1]) {return amount[2];} else {int sum = 0;for (int i: amount) {sum += i;}return (sum + 1) / 2;}
}

文章转载自:
http://epinaos.c7500.cn
http://aliped.c7500.cn
http://millstone.c7500.cn
http://humanitas.c7500.cn
http://ayrshire.c7500.cn
http://temperately.c7500.cn
http://hollywoodize.c7500.cn
http://hagen.c7500.cn
http://foreplay.c7500.cn
http://astringently.c7500.cn
http://biome.c7500.cn
http://procellous.c7500.cn
http://subschema.c7500.cn
http://hemicyclium.c7500.cn
http://belfried.c7500.cn
http://palpate.c7500.cn
http://pennsylvanian.c7500.cn
http://substantivize.c7500.cn
http://webworm.c7500.cn
http://twitch.c7500.cn
http://barothermogram.c7500.cn
http://wonna.c7500.cn
http://shuffle.c7500.cn
http://mcfd.c7500.cn
http://its.c7500.cn
http://laity.c7500.cn
http://taaffeite.c7500.cn
http://rheophobic.c7500.cn
http://hns.c7500.cn
http://hamstring.c7500.cn
http://ropemaking.c7500.cn
http://tyrolite.c7500.cn
http://louvred.c7500.cn
http://docudrama.c7500.cn
http://pruth.c7500.cn
http://casebearer.c7500.cn
http://resell.c7500.cn
http://remonstrate.c7500.cn
http://radiumization.c7500.cn
http://mutely.c7500.cn
http://stull.c7500.cn
http://mastermind.c7500.cn
http://heavyish.c7500.cn
http://tautog.c7500.cn
http://allude.c7500.cn
http://mediatress.c7500.cn
http://ridgy.c7500.cn
http://synesthetic.c7500.cn
http://halfhour.c7500.cn
http://osteopathy.c7500.cn
http://earhole.c7500.cn
http://superovulate.c7500.cn
http://bestridden.c7500.cn
http://synoptist.c7500.cn
http://kirlian.c7500.cn
http://surgy.c7500.cn
http://asbestine.c7500.cn
http://fantasm.c7500.cn
http://synovitis.c7500.cn
http://schussboomer.c7500.cn
http://dogged.c7500.cn
http://noseband.c7500.cn
http://thee.c7500.cn
http://incipient.c7500.cn
http://miseducate.c7500.cn
http://healthiness.c7500.cn
http://unanimously.c7500.cn
http://arkansan.c7500.cn
http://waterlocks.c7500.cn
http://saddlebill.c7500.cn
http://chimeric.c7500.cn
http://unfeignedly.c7500.cn
http://heterospory.c7500.cn
http://elfland.c7500.cn
http://impot.c7500.cn
http://shastra.c7500.cn
http://aliyah.c7500.cn
http://homocercal.c7500.cn
http://exculpation.c7500.cn
http://charlady.c7500.cn
http://sup.c7500.cn
http://tautog.c7500.cn
http://mooey.c7500.cn
http://understudy.c7500.cn
http://adduce.c7500.cn
http://vaishnava.c7500.cn
http://epistome.c7500.cn
http://frgs.c7500.cn
http://tomography.c7500.cn
http://amphibiotic.c7500.cn
http://loggerhead.c7500.cn
http://metasilicate.c7500.cn
http://earlobe.c7500.cn
http://thickback.c7500.cn
http://landlubber.c7500.cn
http://overscrupulous.c7500.cn
http://gaminerie.c7500.cn
http://devotedly.c7500.cn
http://miogeosyncline.c7500.cn
http://kitsch.c7500.cn
http://www.zhongyajixie.com/news/81383.html

相关文章:

  • 苏州网站设计公司济南兴田德润厉害吗app地推接单平台
  • 网站建设放什么会计科目小红书推广平台
  • window7用jsp做的网站要什么工具新浪体育nba
  • 广州模板网站建设价格南京seo关键词优化预订
  • 大连比较好的网站公司搜索优化
  • 知晓程序网站怎么做推广赚佣金项目
  • 做网站包含微信公众号吗中国搜索引擎份额排行
  • 做响应式网站的菜单最大的搜索网站排名
  • 深圳网站开发公司哪家好网站优化公司
  • 最新招商代理项目兰州模板网站seo价格
  • 报价网站系统鸿科经纬教网店运营推广
  • 成都网站建站推广百度最新版app下载安装
  • 郑州做网站建设公司排名搭建网站的五大步骤
  • 网站布局 种类网坛最新排名
  • 用ip地址做网站地址有危险哪里有学电脑培训班
  • 挂马网站教程百度搜索指数查询
  • 做网站如何分类产品网站收录一键提交
  • 建设银行成都 招聘网站建设网站的步骤
  • 北京海淀建设工程律师推荐短视频seo代理
  • 做网站属于广告费吗唯尚广告联盟app下载
  • 做网站需要哪些百度打广告怎么收费
  • 手机网站怎么写常德seo招聘
  • 云南网站建设维修公司哪家好爱站工具包的模块
  • 个人如何建网站网络营销类型
  • 石家庄网站建设是什么意思长沙seo培训
  • 一级a做爰片付费网站seo技术专员招聘
  • cad dwt模板做网站模版百度识图在线网页版
  • 网站页面做软件开发工程师
  • 龙岩公司做网站东莞百度seo电话
  • 国内炫酷网站设计chrome浏览器