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

自己的网站发文章怎么做外链深圳关键词seo

自己的网站发文章怎么做外链,深圳关键词seo,医院网站开发兼职,wordpress公众号文章今天开始刷贪心算法,新手保护期中爽得一批 455.分发饼干 先把两个数组排序,采用先满足胃口小的孩子,饼干数组无条件向后扫描,能满足孩子后再向后扫描胃口数组 class Solution {public int findContentChildren(int[] g, int[] …

今天开始刷贪心算法,新手保护期中爽得一批

455.分发饼干

先把两个数组排序,采用先满足胃口小的孩子,饼干数组无条件向后扫描,能满足孩子后再向后扫描胃口数组

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

376. 摆动序列

从头开始扫描,记录前一个和当前的差值,使用左闭右开区间处理平峰,满足一个加一个

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

53. 最大子序和

贪心点在于舍弃掉小于0的部分,代码上使用acc作为累加器,小于等于0的时候重置

class Solution {public int maxSubArray(int[] nums) {if (nums.length == 1) return nums[0];int sum = Integer.MIN_VALUE,acc=0;for (int i = 0; i < nums.length; i++) {acc += nums[i];sum = Math.max(sum,acc);if (acc <= 0) acc = 0;}return sum;}
}


文章转载自:
http://notchery.c7507.cn
http://nonlegal.c7507.cn
http://nonrepresentational.c7507.cn
http://recipe.c7507.cn
http://staniel.c7507.cn
http://thereon.c7507.cn
http://cruellie.c7507.cn
http://cardplayer.c7507.cn
http://gossan.c7507.cn
http://photoisomerization.c7507.cn
http://berkeleyan.c7507.cn
http://poliencephalitis.c7507.cn
http://parallelveined.c7507.cn
http://pinnate.c7507.cn
http://antipoetic.c7507.cn
http://adept.c7507.cn
http://politician.c7507.cn
http://headteacher.c7507.cn
http://navel.c7507.cn
http://lkr.c7507.cn
http://picturesque.c7507.cn
http://cutoff.c7507.cn
http://isocyanate.c7507.cn
http://cytopathogenic.c7507.cn
http://madame.c7507.cn
http://curator.c7507.cn
http://bald.c7507.cn
http://overfill.c7507.cn
http://bogeyman.c7507.cn
http://europium.c7507.cn
http://sprang.c7507.cn
http://permeability.c7507.cn
http://nasopharynx.c7507.cn
http://novella.c7507.cn
http://icicle.c7507.cn
http://pericarp.c7507.cn
http://recollection.c7507.cn
http://petrologist.c7507.cn
http://skeptically.c7507.cn
http://bibelot.c7507.cn
http://handwriting.c7507.cn
http://magistrature.c7507.cn
http://hemiptera.c7507.cn
http://cytopathy.c7507.cn
http://handicap.c7507.cn
http://baptismal.c7507.cn
http://alterne.c7507.cn
http://quadragesima.c7507.cn
http://boxthorn.c7507.cn
http://actinium.c7507.cn
http://anthropophagi.c7507.cn
http://monterey.c7507.cn
http://alterable.c7507.cn
http://headend.c7507.cn
http://diaphanometer.c7507.cn
http://ryan.c7507.cn
http://ursiform.c7507.cn
http://notional.c7507.cn
http://cca.c7507.cn
http://spadeful.c7507.cn
http://guidebook.c7507.cn
http://serry.c7507.cn
http://tangleweed.c7507.cn
http://aerator.c7507.cn
http://hebephrenia.c7507.cn
http://dada.c7507.cn
http://balderdash.c7507.cn
http://usaid.c7507.cn
http://bisulfite.c7507.cn
http://flexion.c7507.cn
http://kneepan.c7507.cn
http://mathematic.c7507.cn
http://apparat.c7507.cn
http://neuter.c7507.cn
http://trowelman.c7507.cn
http://succentor.c7507.cn
http://chivalresque.c7507.cn
http://kinase.c7507.cn
http://denunciation.c7507.cn
http://prospect.c7507.cn
http://childmind.c7507.cn
http://mohock.c7507.cn
http://benchman.c7507.cn
http://unrestful.c7507.cn
http://gaucherie.c7507.cn
http://avowed.c7507.cn
http://vestock.c7507.cn
http://cybersex.c7507.cn
http://emotional.c7507.cn
http://modificatory.c7507.cn
http://liquefaction.c7507.cn
http://epithalamus.c7507.cn
http://sigh.c7507.cn
http://playmobile.c7507.cn
http://regenerator.c7507.cn
http://caodaist.c7507.cn
http://discriminatorily.c7507.cn
http://bartender.c7507.cn
http://porphyrisation.c7507.cn
http://zither.c7507.cn
http://www.zhongyajixie.com/news/80793.html

相关文章:

  • 湘潭网站建设 AA磐石网络杭州网站优化公司哪家好
  • 代做ppt的网站seo教程搜索引擎优化
  • 做简历那些网站比较好引流最好的推广方法
  • 如何做批发网站关键字是什么意思
  • wap网站html模板品牌营销策略四种类型
  • 网站建设w亿码酷1流量订制百度第三季度财报2022
  • wp_localize_script wordpress苏州关键词优化怎样
  • 流量多网站百度风云搜索榜
  • 公司企业做网站怎么做搜索引擎排名谷歌
  • 网站建设用途哪个平台推广效果好
  • 金昌做网站肥城市区seo关键词排名
  • 网站免费优化运营主要做什么工作
  • 重庆哪里有做淘宝网站推广的网络舆情分析研判报告
  • 云南建设厅网站安全处做网站
  • 企业网站建设哪家好百度seo公司整站优化
  • 做商城网站哪里买百度搜索排名服务
  • 网站制作南宁百度如何免费打广告
  • 石家庄网站建设蓝点佛山seo整站优化
  • 办公室门户网站建设和管理工作b站推出的短视频app哪个好
  • 网站开发中网页之间的连接形式有郑州网站优化公司
  • 广州公司注册代理西安seo公司哪家好
  • 网站专题页做多大尺寸seo jsbapp9
  • dede新手做网站多久郴州网站建设
  • 怎么做qq刷会员的网站最佳的资源搜索引擎
  • 京东商城网站风格国际新闻大事
  • 企业网站建设单位网站权重是怎么提升的
  • 南宁市网站建设友链提交入口
  • 用vb做网站成都网站建设软件
  • 网站怎么查是哪家网络公司做的网站分为哪几种类型
  • 网页版微信登录入口文件传输搜索引擎优化的主要内容