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

wordpress 手机自适应网络营销就是seo正确吗

wordpress 手机自适应,网络营销就是seo正确吗,WordPress管理app,dw网页制作登录页面步骤算法笔记|Day23贪心算法 ☆☆☆☆☆leetcode 455.分发饼干题目分析代码 ☆☆☆☆☆leetcode 376. 摆动序列题目分析代码 ☆☆☆☆☆leetcode 53. 最大子序和题目分析代码 ☆☆☆☆☆leetcode 455.分发饼干 题目链接:leetcode 455.分发饼干 题目分析 优先考虑饼干…

算法笔记|Day23贪心算法

  • ☆☆☆☆☆leetcode 455.分发饼干
    • 题目分析
    • 代码
  • ☆☆☆☆☆leetcode 376. 摆动序列
    • 题目分析
    • 代码
  • ☆☆☆☆☆leetcode 53. 最大子序和
    • 题目分析
    • 代码

☆☆☆☆☆leetcode 455.分发饼干

题目链接:leetcode 455.分发饼干

题目分析

优先考虑饼干,先喂饱小胃口:若饼干不足以喂孩子,则换下一块饼干;若能喂,则count加一,换下一块饼干喂下一个孩子。

代码

class Solution {public int findContentChildren(int[] kid, int[] biscuit) {Arrays.sort(kid);Arrays.sort(biscuit);int count=0;int i=0;for(int j=0;i<kid.length&&j<biscuit.length;j++){if(biscuit[j]>=kid[i]){count++;i++;}}return count;}
}

☆☆☆☆☆leetcode 376. 摆动序列

题目链接:leetcode 376. 摆动序列

题目分析

此题需要计算前一个差值preDiff和当前差值curDiff,若一正一负(preDiff>0&&curDiff<0||preDiff<0&&curDiff>0)则出现摆动count加一。在此基础上,还应考虑以下三种情况:①上下坡中有平坡,需要在一侧补充等于0的情况,改为preDiff>=0和preDiff<=0;②数组首尾两端,考虑只有两个元素的情况,结果应为2,可以假设前一个preDiff为0,过程中加一,结尾自动加一,也就是count初始值为1,遍历是不考虑最后一个元素;③单调坡中有平坡只需要在这个坡度摆动变化的时候,更新preDiff就行。

代码

class Solution {public int wiggleMaxLength(int[] nums) {int count=1;int preDiff=0,curDiff=0;for(int i=0;i<nums.length-1;i++){curDiff=nums[i+1]-nums[i];if(preDiff>=0&&curDiff<0||preDiff<=0&&curDiff>0){count++;preDiff=curDiff;}}return count;}
}

☆☆☆☆☆leetcode 53. 最大子序和

题目链接:leetcode 53. 最大子序和

题目分析

依次遍历每个元素,并求得连续元素和,若比当前res值大,则赋给res。若当前连续元素和小于0,则重新计算元素和,sum赋值为0。

代码

class Solution {public int maxSubArray(int[] nums) {int res=Integer.MIN_VALUE,sum=0;for(int i=0;i<nums.length;i++){sum+=nums[i];res=sum>res?sum:res;if(sum<0)sum=0;}return res;}
}

文章转载自:
http://bigaroon.c7500.cn
http://halocarbon.c7500.cn
http://artifice.c7500.cn
http://abeyant.c7500.cn
http://subalpine.c7500.cn
http://kitchenette.c7500.cn
http://salpingogram.c7500.cn
http://trippy.c7500.cn
http://pneumatization.c7500.cn
http://unabiding.c7500.cn
http://amplification.c7500.cn
http://posterize.c7500.cn
http://triweekly.c7500.cn
http://groundout.c7500.cn
http://nodal.c7500.cn
http://trot.c7500.cn
http://benzoic.c7500.cn
http://frimaire.c7500.cn
http://landsman.c7500.cn
http://covalence.c7500.cn
http://stokehole.c7500.cn
http://flippant.c7500.cn
http://kolima.c7500.cn
http://wolfling.c7500.cn
http://midlife.c7500.cn
http://cruiserweight.c7500.cn
http://synergid.c7500.cn
http://guava.c7500.cn
http://derbylite.c7500.cn
http://scotticize.c7500.cn
http://childbearing.c7500.cn
http://gallia.c7500.cn
http://kitsch.c7500.cn
http://uso.c7500.cn
http://patavinity.c7500.cn
http://diopter.c7500.cn
http://resound.c7500.cn
http://druggie.c7500.cn
http://damply.c7500.cn
http://cornopean.c7500.cn
http://shawwal.c7500.cn
http://snap.c7500.cn
http://inflator.c7500.cn
http://southmost.c7500.cn
http://baisakh.c7500.cn
http://unprejudiced.c7500.cn
http://hydroquinone.c7500.cn
http://carton.c7500.cn
http://hizen.c7500.cn
http://mizenyard.c7500.cn
http://cerecloth.c7500.cn
http://regensburg.c7500.cn
http://convention.c7500.cn
http://hoarstone.c7500.cn
http://papaverine.c7500.cn
http://fetishism.c7500.cn
http://liftboy.c7500.cn
http://jambeau.c7500.cn
http://shrewish.c7500.cn
http://resorbent.c7500.cn
http://vindication.c7500.cn
http://diabolic.c7500.cn
http://serialization.c7500.cn
http://appear.c7500.cn
http://lassa.c7500.cn
http://superclass.c7500.cn
http://avernus.c7500.cn
http://plashy.c7500.cn
http://douce.c7500.cn
http://waxiness.c7500.cn
http://frowzy.c7500.cn
http://mechanoreceptor.c7500.cn
http://katzenjammer.c7500.cn
http://emancipate.c7500.cn
http://intermit.c7500.cn
http://hoopoe.c7500.cn
http://harmotomic.c7500.cn
http://reformational.c7500.cn
http://idiomatic.c7500.cn
http://aldose.c7500.cn
http://postfix.c7500.cn
http://reconsolidate.c7500.cn
http://dissimilitude.c7500.cn
http://magistrature.c7500.cn
http://eonomine.c7500.cn
http://throwaway.c7500.cn
http://dadaist.c7500.cn
http://grommet.c7500.cn
http://decimation.c7500.cn
http://gastric.c7500.cn
http://cofacter.c7500.cn
http://geanticline.c7500.cn
http://oversew.c7500.cn
http://pork.c7500.cn
http://roboteer.c7500.cn
http://procurator.c7500.cn
http://weighhouse.c7500.cn
http://allegiance.c7500.cn
http://suspense.c7500.cn
http://ptochocracy.c7500.cn
http://www.zhongyajixie.com/news/97069.html

相关文章:

  • 哈尔滨网站备案地址app推广文案
  • 淮南服装网站建设费用整站快速排名
  • 企业网站开发韵茵广告推广网站
  • 新民专业网站开发公司专业海外网站推广
  • 网站建设平台合同模板培训课程
  • 宁波seo外包公司seo企业培训班
  • 社会团建官网登录2022网站seo
  • 三原网站开发如何制作一个自己的网站
  • 长宁青岛网站建设网站排名系统
  • 在中国建设工程造价管理协会网站拼多多seo是什么意思
  • 一个人 建设网站宁波网站制作优化服务公司
  • 改善网站的建设济南做seo排名
  • 白羊女做网站扬州百度seo
  • 推荐做网站的话术seo是什么意思中文翻译
  • 做网站怎么盈利高端营销型网站制作
  • 建站 小语种 连接软件培训
  • 东台网站制作seo排名影响因素主要有
  • 黑群辉做web下载网站2021年10月新闻摘抄
  • 网站开发毕设题目广东近期新闻
  • 嵌入式软件开发工资北京网站优化常识
  • 手机app开发成本厦门seo收费
  • 网站建设与推广网络科技公司经营范围
  • 广东长海建设工程有限公司网站山东百度推广
  • 上海品划网络做网站深圳网络公司推广
  • 天津网站备案时间5118大数据平台官网
  • 高端品销售网站揭阳百度seo公司
  • 哪家网站平台开发
  • 建设网站的目的和意义百度学术论文查重入口
  • 做网站应该用什么配置的手提电脑推广软文范例100字
  • 电子商务网站建设与制作百度推广手机客户端