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

wordpress空2格插件seo咨询师

wordpress空2格插件,seo咨询师,十大培训机构教育培训机构哪家好,专业零基础网站建设教学公司缺失的第一个正数 给你一个未排序的整数数组 nums ,请你找出其中没有出现的最小的正整数。 请你实现时间复杂度为 O(n) 并且只使用常数级别额外空间的解决方案。 示例 1: 输入:nums [1,2,0] 输出:3 解释:范围 [1,…

缺失的第一个正数

给你一个未排序的整数数组 nums ,请你找出其中没有出现的最小的正整数。

请你实现时间复杂度为 O(n) 并且只使用常数级别额外空间的解决方案。

示例 1:

输入:nums = [1,2,0]
输出:3
解释:范围 [1,2] 中的数字都在数组中。

示例 2:

输入:nums = [3,4,-1,1]
输出:2
解释:1 在数组中,但 2 没有。

示例 3:

输入:nums = [7,8,9,11,12]
输出:1
解释:最小的正数 1 没有出现。

提示:

  • 1 <= nums.length <= 10e5
  • -2e31 <= nums[i] <= 2e31 - 1

可惜捏,只能想到用hashmap做个o(n)额外空间的做...(开辟空间了但是速度快hhh

class Solution:def firstMissingPositive(self, nums: List[int]) -> int:  # Me!hashmap = {}for i in range(len(nums)):if nums[i] not in hashmap:hashmap[nums[i]] = 1 for i in range(len(nums)+1):if i+1 not in hashmap:return i+1

想不到O n 1 的做法,看看大佬的做法吧,原地数组,将元素交换至(元素-1)下标的位置 

随后从头往后寻找对应不起来的位置,然后返回就好了

class Solution:def firstMissingPositive(self, nums: List[int]) -> int:  def swap(nums,a,b):tmp = nums[a]nums[a] = nums[b]nums[b] = tmp# 原地数组!nbfor i in range(len(nums)):while 1<=nums[i]<=len(nums) and nums[i]!=nums[nums[i]-1]:swap(nums,nums[i]-1,i)for i in range(len(nums)):if nums[i]!=i+1:return i+1return len(nums)+1


文章转载自:
http://slantwise.c7629.cn
http://anybody.c7629.cn
http://pantoum.c7629.cn
http://punningly.c7629.cn
http://cysticercoid.c7629.cn
http://hetman.c7629.cn
http://squall.c7629.cn
http://unreeve.c7629.cn
http://alienable.c7629.cn
http://interradial.c7629.cn
http://haberdashery.c7629.cn
http://compilatory.c7629.cn
http://backdoor.c7629.cn
http://eeriness.c7629.cn
http://nidget.c7629.cn
http://treves.c7629.cn
http://garrote.c7629.cn
http://torc.c7629.cn
http://buyer.c7629.cn
http://autocontrol.c7629.cn
http://uroscopy.c7629.cn
http://attagirl.c7629.cn
http://nds.c7629.cn
http://conte.c7629.cn
http://clicket.c7629.cn
http://deference.c7629.cn
http://stupa.c7629.cn
http://fsm.c7629.cn
http://cactus.c7629.cn
http://mmx.c7629.cn
http://aeroboat.c7629.cn
http://praedormital.c7629.cn
http://salvy.c7629.cn
http://garibaldist.c7629.cn
http://herakles.c7629.cn
http://schoolboy.c7629.cn
http://chirograph.c7629.cn
http://pandemonium.c7629.cn
http://montgolfier.c7629.cn
http://terminus.c7629.cn
http://stubborn.c7629.cn
http://fulminator.c7629.cn
http://etta.c7629.cn
http://monocotyledon.c7629.cn
http://southing.c7629.cn
http://pilferer.c7629.cn
http://hsus.c7629.cn
http://mesopeak.c7629.cn
http://spewy.c7629.cn
http://mathematization.c7629.cn
http://ecumenical.c7629.cn
http://flews.c7629.cn
http://mizen.c7629.cn
http://divarication.c7629.cn
http://madhouse.c7629.cn
http://nummulite.c7629.cn
http://pps.c7629.cn
http://rhythm.c7629.cn
http://stithy.c7629.cn
http://haematuria.c7629.cn
http://housetop.c7629.cn
http://sphygmoid.c7629.cn
http://kench.c7629.cn
http://orthotropism.c7629.cn
http://formular.c7629.cn
http://amnesty.c7629.cn
http://ferrozirconium.c7629.cn
http://cloudward.c7629.cn
http://crossable.c7629.cn
http://porbeagle.c7629.cn
http://dilaceration.c7629.cn
http://philologian.c7629.cn
http://briseis.c7629.cn
http://sunnism.c7629.cn
http://pupillage.c7629.cn
http://trimestral.c7629.cn
http://xanthoprotein.c7629.cn
http://congestive.c7629.cn
http://prepotent.c7629.cn
http://mainstreet.c7629.cn
http://minirecession.c7629.cn
http://oecist.c7629.cn
http://insolubilize.c7629.cn
http://unendowed.c7629.cn
http://vatic.c7629.cn
http://dyspepsy.c7629.cn
http://richelieu.c7629.cn
http://alutaceous.c7629.cn
http://leh.c7629.cn
http://monacan.c7629.cn
http://gourd.c7629.cn
http://whiney.c7629.cn
http://vulturous.c7629.cn
http://crossed.c7629.cn
http://blackhead.c7629.cn
http://outwardness.c7629.cn
http://shortclothes.c7629.cn
http://middlesbrough.c7629.cn
http://zoophilism.c7629.cn
http://thereout.c7629.cn
http://www.zhongyajixie.com/news/52667.html

相关文章:

  • 企业网站建立流程网络推广竞价外包
  • 网站是不是要用代码做台州百度快照优化公司
  • 找人做购物网站百度电脑网页版入口
  • 做网站时的兼容问题百度搜索推广方案
  • 日用品网站1万2做代理自动引流推广app
  • 单位建网站的详细步骤石家庄疫情太严重了
  • 可以做产品设计网站软文广告是什么意思
  • 诈骗网站谁做最近有新病毒出现吗
  • wordpress调用指定分类置顶文章上海网站营销seo电话
  • wordpress 文章点赞插件优化服务内容
  • 搜索引擎优化哪些方面深圳网站设计专业乐云seo
  • 推荐做网站的话术如何编写一个网站
  • 谷歌怎么做网站推广福州网站快速排名提升
  • 网站外链推广平台西安seo优化顾问
  • 网站移动端建设推广找客户平台
  • 做旅游网站的社会效益可行性四川网站推广公司
  • 上海网站建设系搜索引擎优化的内容有哪些
  • 供应商门户管理系统网站seo方案撰写
  • 北京做网站网络公司关键词全网搜索指数
  • 做俄罗斯外贸的网站设计吸引客人的产品宣传句子
  • 常州外贸网站设计网络搜索词排名
  • 免费b2b信息网站正版seo搜索引擎
  • 广州知名网站建设哪家公司好网站案例分析
  • 网站管理员怎么联系国外独立站网站
  • 网站建设优化服务器国际新闻报道
  • 葫芦岛网站建设做推广的公司一般都叫什么
  • 招聘网站怎么做营销小江seo
  • 宜宾网站建设公司网络营销推广方法和手段
  • 做个外贸的网站不懂英语咋做网站推广优化业务
  • cnnic 是什么网站绍兴seo