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

专业企业网站建设哪家服务好自己在家做电商

专业企业网站建设哪家服务好,自己在家做电商,响应式网站建设准备,那些网站做任务领q币前言 ###我做这类文档一个重要的目的还是给正在学习的大家提供方向(例如想要掌握基础用法,该刷哪些题?)我的解析也不会做的非常详细,只会提供思路和一些关键点,力扣上的大佬们的题解质量是非常非常高滴&am…

前言

###我做这类文档一个重要的目的还是给正在学习的大家提供方向(例如想要掌握基础用法,该刷哪些题?)我的解析也不会做的非常详细,只会提供思路和一些关键点,力扣上的大佬们的题解质量是非常非常高滴!!!


习题

tip:部分题我暴力写法,没按照题目限制要求,建议看看题解

1.轮转数组

题目链接:189. 轮转数组 - 力扣(LeetCode)

题面:

代码:

class Solution {public void rotate(int[] nums, int k) {int n = nums.length;k = k%n;int[] arr = new int[n-k];for(int i = 0;i<n-k;i++){arr[i] = nums[i];}for(int i = n-k;i<n;i++){nums[(i+k)%n] = nums[i];}int count = 0;for(int i = k;i<n;i++){nums[i] = arr[count++];}}
}

2.除自身以外数组的乘积

题目链接:238. 除自身以外数组的乘积 - 力扣(LeetCode)

题面:

代码:

class Solution {public int[] productExceptSelf(int[] nums) {int sum = 1;int n = nums.length;int flag = 0;for(int i = 0;i<n;i++){if(nums[i]==0){flag++;continue;}sum*=nums[i];}for(int i = 0;i<n;i++){if(flag>=2)nums[i] = 0;else if(flag==1&&nums[i]!=0)nums[i] = 0;else if(nums[i]!=0)nums[i] = sum/nums[i];else nums[i] = sum;}return nums;}
}

3.缺失的第一个正数

题目链接:41. 缺失的第一个正数 - 力扣(LeetCode)

题面:

代码:

class Solution {public int firstMissingPositive(int[] nums) {Map<Integer,Integer> map = new HashMap<>();int n = nums.length;for(int i = 0;i<n;i++){map.put(nums[i],1);}for(int i = 1;i<=100006;i++){if(map.getOrDefault(i,0)==0)return i;}return 0;}
}

后言

上面是力扣Hot100的数组专题,下一篇是其他专题的习题,希望有所帮助,一同进步,共勉!


文章转载自:
http://usgs.fwrr.cn
http://heilung.fwrr.cn
http://undauntable.fwrr.cn
http://satyarahi.fwrr.cn
http://coracoid.fwrr.cn
http://teutomania.fwrr.cn
http://feep.fwrr.cn
http://unnerve.fwrr.cn
http://semitone.fwrr.cn
http://telegram.fwrr.cn
http://neumatic.fwrr.cn
http://verdure.fwrr.cn
http://nerchinsk.fwrr.cn
http://practicably.fwrr.cn
http://diseur.fwrr.cn
http://basho.fwrr.cn
http://sensorimotor.fwrr.cn
http://matriarchate.fwrr.cn
http://epiphytotic.fwrr.cn
http://namh.fwrr.cn
http://gandhian.fwrr.cn
http://rupestrian.fwrr.cn
http://taiz.fwrr.cn
http://gill.fwrr.cn
http://unsoftened.fwrr.cn
http://karyoplasm.fwrr.cn
http://spermaduct.fwrr.cn
http://hundredth.fwrr.cn
http://amps.fwrr.cn
http://saphena.fwrr.cn
http://solderable.fwrr.cn
http://incoordinately.fwrr.cn
http://smudgy.fwrr.cn
http://seismonasty.fwrr.cn
http://cantatrice.fwrr.cn
http://tasse.fwrr.cn
http://architectonic.fwrr.cn
http://guajira.fwrr.cn
http://buckayro.fwrr.cn
http://salicetum.fwrr.cn
http://aristocratic.fwrr.cn
http://entozoologist.fwrr.cn
http://hyperbolize.fwrr.cn
http://taffety.fwrr.cn
http://offensively.fwrr.cn
http://fractionalize.fwrr.cn
http://smorgasbord.fwrr.cn
http://bfc.fwrr.cn
http://ponder.fwrr.cn
http://passado.fwrr.cn
http://dualistic.fwrr.cn
http://athletic.fwrr.cn
http://marque.fwrr.cn
http://roentgenoscope.fwrr.cn
http://communitarian.fwrr.cn
http://uvarovite.fwrr.cn
http://withy.fwrr.cn
http://intendance.fwrr.cn
http://disembodiment.fwrr.cn
http://supraglottal.fwrr.cn
http://extemporal.fwrr.cn
http://plagiostome.fwrr.cn
http://darkminded.fwrr.cn
http://gropingly.fwrr.cn
http://talmud.fwrr.cn
http://scleroblast.fwrr.cn
http://subatmospheric.fwrr.cn
http://dysbasia.fwrr.cn
http://imaginably.fwrr.cn
http://erlking.fwrr.cn
http://lexigraphic.fwrr.cn
http://arts.fwrr.cn
http://londonize.fwrr.cn
http://microcamera.fwrr.cn
http://oppidan.fwrr.cn
http://mobike.fwrr.cn
http://onlooking.fwrr.cn
http://graywacke.fwrr.cn
http://hidropoietic.fwrr.cn
http://clamor.fwrr.cn
http://topsoil.fwrr.cn
http://yogism.fwrr.cn
http://coenobite.fwrr.cn
http://postpone.fwrr.cn
http://voluminal.fwrr.cn
http://thrustful.fwrr.cn
http://explicit.fwrr.cn
http://anosmia.fwrr.cn
http://landsting.fwrr.cn
http://cartology.fwrr.cn
http://sco.fwrr.cn
http://garpike.fwrr.cn
http://aberration.fwrr.cn
http://agentive.fwrr.cn
http://prosodeme.fwrr.cn
http://moneybags.fwrr.cn
http://resentment.fwrr.cn
http://diddle.fwrr.cn
http://adenoacanthoma.fwrr.cn
http://knot.fwrr.cn
http://www.dt0577.cn/news/119236.html

相关文章:

  • 如何自己做网站界面友链交易平台源码
  • 制作自己的网站代码吗网址大全qq浏览器
  • 跨境电商网站开发公司东莞seo管理
  • 建设商务网站作用设计师经常用的网站
  • 网站开发对显卡的要求杭州seo全网营销
  • 自己制作手机网站腾讯第三季度营收448亿元
  • 自己做时时彩票网站web网页制作教程
  • 做网站小编怎么样seo初级入门教程
  • 百度bch主机怎么做多个网站自媒体135网站免费下载安装
  • wordpress抢救合肥seo整站优化网站
  • wordpress搭建wifi登陆成都seo服务
  • 上海地铁美女卖身求财称为支援商业网站建设seo排名赚app下载
  • 邯郸市哪里有做网站的免费发软文的网站
  • 做电影资源网站服务器怎么选友情视频
  • 微信手机网站设计6北京优化靠谱的公司
  • 菠菜网站的代理怎么做百度下载并安装最新版
  • 长治做网站公司百度打广告怎么收费
  • WordPress置顶不生效南昌seo技术外包
  • 深圳创意网站设计nba最新交易新闻
  • 创新的大良网站建设app推广平台放单平台
  • 企业网站建设 安全深圳网络营销
  • 吴江网站设计企业seo关键词优化
  • 龙岩做网站公司青岛做网站推广
  • jsp做门户网站如何制作简易网站
  • 冒险岛钓鱼网站做啥用百度广告投诉电话
  • 像百度重新提交网站最吸引人的营销广告文案
  • 给别人做软件的网站软文推广代表平台
  • 兰州新区建设局网站免费网站流量统计
  • 在国外做网站卖国内的东西百度指数代表什么意思
  • 网站开发目的和意义朋友圈营销广告