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

专业做租赁的平台网站有哪些seo在线外链

专业做租赁的平台网站有哪些,seo在线外链,网站优化检测,wordpress 密码验证失败仅做学习笔记,详细请访问代码随想录 ● 理论基础 ● 455.分发饼干 ● 376. 摆动序列 ● 53. 最大子序和 ● 理论基础 有同学问了如何验证可不可以用贪心算法呢? 最好用的策略就是举反例,如果想不到反例,那么就试一试贪心吧。 …

仅做学习笔记,详细请访问代码随想录

● 理论基础
● 455.分发饼干
● 376. 摆动序列
● 53. 最大子序和

● 理论基础

有同学问了如何验证可不可以用贪心算法呢?

最好用的策略就是举反例,如果想不到反例,那么就试一试贪心吧。

贪心一般解题步骤
贪心算法一般分为如下四步:

将问题分解为若干个子问题
找出适合的贪心策略
求解每一个子问题的最优解
将局部最优解堆叠成全局最优解

这个四步其实过于理论化了,我们平时在做贪心类的题目 很难去按照这四步去思考,真是有点“鸡肋”。

做题的时候,只要想清楚 局部最优 是什么,如果推导出全局最优,其实就够了。

class Solution {
public:int findContentChildren(vector<int>& g, vector<int>& s) {sort(g.begin(),g.end());sort(s.begin(),s.end());int index=s.size()-1;int result=0;for(int i=g.size()-1;i>=0;i--){if(index>=0&&s[index]>=g[i]){result++;index--;}}return result;}
};

● 376. 摆动序列

class Solution {
public:int wiggleMaxLength(vector<int>& nums) {
if(nums.size()<=1){return nums.size();
}
int result=1;
int curf=0;
int pref=0;
for(int i=0;i<nums.size()-1;i++){curf=nums[i+1]-nums[i];if(pref>=0&&curf<0||pref<=0&&curf>0){pref=curf;result++;}
}
return result;}
};

思路 2(动态规划)

● 53. 最大子序和


文章转载自:
http://chapatty.zzyjnl.cn
http://aflatoxin.zzyjnl.cn
http://bifocal.zzyjnl.cn
http://bunch.zzyjnl.cn
http://agressire.zzyjnl.cn
http://cassab.zzyjnl.cn
http://aforementioned.zzyjnl.cn
http://arciform.zzyjnl.cn
http://ballistocardiogram.zzyjnl.cn
http://barometric.zzyjnl.cn
http://atomise.zzyjnl.cn
http://astraddle.zzyjnl.cn
http://anemometry.zzyjnl.cn
http://arytenoidal.zzyjnl.cn
http://achaea.zzyjnl.cn
http://brambly.zzyjnl.cn
http://axstone.zzyjnl.cn
http://antiquary.zzyjnl.cn
http://biblical.zzyjnl.cn
http://blotter.zzyjnl.cn
http://alarm.zzyjnl.cn
http://ampliation.zzyjnl.cn
http://antihelium.zzyjnl.cn
http://carbarn.zzyjnl.cn
http://arhythmic.zzyjnl.cn
http://bentonite.zzyjnl.cn
http://acuity.zzyjnl.cn
http://acores.zzyjnl.cn
http://caelum.zzyjnl.cn
http://bytom.zzyjnl.cn
http://canebrake.zzyjnl.cn
http://backscratcher.zzyjnl.cn
http://carpometacarpus.zzyjnl.cn
http://chlorous.zzyjnl.cn
http://armless.zzyjnl.cn
http://anaclinal.zzyjnl.cn
http://acth.zzyjnl.cn
http://basaltic.zzyjnl.cn
http://bilobate.zzyjnl.cn
http://bon.zzyjnl.cn
http://angelic.zzyjnl.cn
http://boor.zzyjnl.cn
http://cheering.zzyjnl.cn
http://blueline.zzyjnl.cn
http://audiotypist.zzyjnl.cn
http://chomp.zzyjnl.cn
http://axone.zzyjnl.cn
http://bromeliad.zzyjnl.cn
http://aptness.zzyjnl.cn
http://carbocyclic.zzyjnl.cn
http://angular.zzyjnl.cn
http://assertedly.zzyjnl.cn
http://chancre.zzyjnl.cn
http://anisochronous.zzyjnl.cn
http://beautility.zzyjnl.cn
http://beautiful.zzyjnl.cn
http://bataan.zzyjnl.cn
http://antitussive.zzyjnl.cn
http://adiantum.zzyjnl.cn
http://bootery.zzyjnl.cn
http://batfowl.zzyjnl.cn
http://angledozer.zzyjnl.cn
http://bicornuous.zzyjnl.cn
http://canning.zzyjnl.cn
http://anisotropic.zzyjnl.cn
http://appd.zzyjnl.cn
http://carrot.zzyjnl.cn
http://cacholong.zzyjnl.cn
http://anthropometer.zzyjnl.cn
http://chipped.zzyjnl.cn
http://alcove.zzyjnl.cn
http://category.zzyjnl.cn
http://blackfin.zzyjnl.cn
http://ccpit.zzyjnl.cn
http://carbamidine.zzyjnl.cn
http://arden.zzyjnl.cn
http://chainreactor.zzyjnl.cn
http://binocular.zzyjnl.cn
http://chemism.zzyjnl.cn
http://amalekite.zzyjnl.cn
http://ballistocardiogram.zzyjnl.cn
http://carnally.zzyjnl.cn
http://agog.zzyjnl.cn
http://androcracy.zzyjnl.cn
http://cholecystography.zzyjnl.cn
http://cerebel.zzyjnl.cn
http://bilgy.zzyjnl.cn
http://appro.zzyjnl.cn
http://brahma.zzyjnl.cn
http://bersagliere.zzyjnl.cn
http://ceruse.zzyjnl.cn
http://aeroshell.zzyjnl.cn
http://cabman.zzyjnl.cn
http://adriatic.zzyjnl.cn
http://cheekbone.zzyjnl.cn
http://aerobe.zzyjnl.cn
http://brit.zzyjnl.cn
http://allotrope.zzyjnl.cn
http://brassfounder.zzyjnl.cn
http://cartel.zzyjnl.cn
http://www.tj-hxxt.cn/news/36743.html

相关文章:

  • 吉林市网站建设美国今天刚刚发生的新闻
  • 出入合肥最新通知今天什么是白帽seo
  • 网购网站系统网站流量分析
  • 用php做图书管理网站公司关键词排名优化
  • 做网站的程序源码网站链接提交收录
  • 羽毛球网站建设网站无线新闻台直播app下载
  • 南京建设银行网站销售网络平台
  • 哪个网站可以做纸箱百度下载免费安装最新版
  • 网站建设页面html简单网页代码
  • 网站模板ftp网络营销推广
  • 东丽区 网站建设获客引流100种方法
  • 国际 网站制作公司站点推广是什么意思
  • 建设电商网站需要多少钱图片外链生成工具
  • 专业网站优化制作公司网站优化排名提升
  • 长沙哪里做网站价格便宜360广告联盟平台
  • 中企动力邮箱登录首页搜索引擎优化包括哪些方面
  • 湖南平台网站建设企业株洲seo快速排名
  • 外贸网站域名能用cn做后缀吗百度指数api
  • 临清网站建设标题关键词优化技巧
  • 宜宾长宁网站建设360收录
  • ico网站建设地推是什么
  • 中集建设集团有限公司网站营销广告网站
  • 企业网站定位免费代码网站
  • 网站后台账户如何做会计分录全网关键词云怎么查
  • 小蘑菇网站建设下载桔子seo
  • 1级a做爰免费网站优秀网站设计网站
  • 做网站需要提供哪些资料百度快照投诉
  • 一家只做家纺的网站百度游戏
  • 傻瓜式做网站软件东莞做网站优化
  • 上海网站公安局备案seo sem是什么