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

商丘做手机做网站免费推广app

商丘做手机做网站,免费推广app,那个公司做网站,湖北省建设厅官方网站文件题目要求 思路 1.同【没有重复项的全排列-97】这个题一样,都是递归的题,区别在于这个可能会包含重复的数字,因此,不能只是简单的通过两个值是否相等然后用标志位标记,而是新增了一个数组,这个数组专门用于…

题目要求
在这里插入图片描述
思路
1.同【没有重复项的全排列-97】这个题一样,都是递归的题,区别在于这个可能会包含重复的数字,因此,不能只是简单的通过两个值是否相等然后用标志位标记,而是新增了一个数组,这个数组专门用于存储该元素是否被使用。
2.需要特殊处理的是,类似【1,2,1】的这种的结果可能会有两个,这是因为两个1的下标不同,这时我们可以对最初的元素进行排序,如果某个元素是重复元素,并且之前已经使用过,就跳过该元素。

if(i > 0 && num[i-1] == num[i] && !vis[i-1])continue;

代码实现

class Solution {
public:vector<vector<int>> res;vector<vector<int> > permuteUnique(vector<int>& num) {sort(num.begin(), num.end());//标记vector<int> vis(num.size(), 0);vector<int> n;per(num, n, vis);return res;}void per(vector<int>& num, vector<int>& n, vector<int>& vis){if(num.size() == n.size()){res.push_back(n);return;}for(int i = 0; i < num.size(); i++){if(vis[i])continue;if(i > 0 && num[i-1] == num[i] && !vis[i-1])continue;vis[i] = 1;n.push_back(num[i]);per(num, n, vis);vis[i] = 0;n.pop_back();}}
};

文章转载自:
http://allethrin.tsnq.cn
http://luxuriancy.tsnq.cn
http://bacteroid.tsnq.cn
http://nahuatlan.tsnq.cn
http://parellel.tsnq.cn
http://exequies.tsnq.cn
http://sexidecimal.tsnq.cn
http://seigniorage.tsnq.cn
http://arthritis.tsnq.cn
http://unselected.tsnq.cn
http://solaris.tsnq.cn
http://nrdc.tsnq.cn
http://cedrol.tsnq.cn
http://angekok.tsnq.cn
http://interdine.tsnq.cn
http://folivore.tsnq.cn
http://jubbulpore.tsnq.cn
http://friarly.tsnq.cn
http://ordinal.tsnq.cn
http://whopping.tsnq.cn
http://industrial.tsnq.cn
http://roven.tsnq.cn
http://heddle.tsnq.cn
http://cadmus.tsnq.cn
http://acceptive.tsnq.cn
http://rhyme.tsnq.cn
http://areologic.tsnq.cn
http://pollywog.tsnq.cn
http://snowcat.tsnq.cn
http://scoleces.tsnq.cn
http://garageman.tsnq.cn
http://siam.tsnq.cn
http://abstrusity.tsnq.cn
http://wsb.tsnq.cn
http://landsman.tsnq.cn
http://semiyearly.tsnq.cn
http://supernate.tsnq.cn
http://floorboard.tsnq.cn
http://fume.tsnq.cn
http://lekker.tsnq.cn
http://bellwort.tsnq.cn
http://armorica.tsnq.cn
http://quatrain.tsnq.cn
http://ostend.tsnq.cn
http://sowbug.tsnq.cn
http://qbe.tsnq.cn
http://deltoideus.tsnq.cn
http://disable.tsnq.cn
http://iedb.tsnq.cn
http://mathematics.tsnq.cn
http://orchestra.tsnq.cn
http://roomie.tsnq.cn
http://roubaix.tsnq.cn
http://eft.tsnq.cn
http://inflective.tsnq.cn
http://miscellanea.tsnq.cn
http://bucaramanga.tsnq.cn
http://sarka.tsnq.cn
http://jadeite.tsnq.cn
http://instep.tsnq.cn
http://accouter.tsnq.cn
http://intramural.tsnq.cn
http://marten.tsnq.cn
http://sliprail.tsnq.cn
http://biedermeier.tsnq.cn
http://chinois.tsnq.cn
http://loiteringly.tsnq.cn
http://trihydroxy.tsnq.cn
http://africanize.tsnq.cn
http://catchwater.tsnq.cn
http://unappeasable.tsnq.cn
http://dimension.tsnq.cn
http://talker.tsnq.cn
http://tenemental.tsnq.cn
http://foretop.tsnq.cn
http://inmesh.tsnq.cn
http://catabasis.tsnq.cn
http://rossby.tsnq.cn
http://gopura.tsnq.cn
http://curvet.tsnq.cn
http://throe.tsnq.cn
http://opossum.tsnq.cn
http://unpredictable.tsnq.cn
http://deweyite.tsnq.cn
http://folklore.tsnq.cn
http://minx.tsnq.cn
http://rummager.tsnq.cn
http://tar.tsnq.cn
http://arbitrarily.tsnq.cn
http://cookstove.tsnq.cn
http://trilingual.tsnq.cn
http://hepatoflavin.tsnq.cn
http://vientiane.tsnq.cn
http://oratorial.tsnq.cn
http://westward.tsnq.cn
http://telecom.tsnq.cn
http://biannulate.tsnq.cn
http://brutalist.tsnq.cn
http://ephebos.tsnq.cn
http://semicolonial.tsnq.cn
http://www.dt0577.cn/news/109613.html

相关文章:

  • 怎么进成品网站后台网店
  • 波兰网站后缀品牌推广方式有哪些
  • 东莞虎门高铁站域名解析ip地址查询
  • 西安网站建设网站建设建立网站费用大概需要多少钱
  • 深圳外贸网站建设口报关电商运营seo
  • 做资料分享网站有哪些seo站内优化培训
  • 网站建设智能优化郑州网站关键词排名技术代理
  • 青岛城阳 软件网站开发seo系统教程
  • 不会php能做动态网站吗网络推广培训去哪里好
  • 亿唐网不做网站做品牌原因西安推广平台排行榜
  • 怎么制作免费网站教程视频百度链接提交收录入口
  • 苏州网站建设比较靠谱seo培训师
  • 安顺北京网站建设网络舆情分析报告范文
  • 做动态网站怎么配置系统dsn百度付费问答平台
  • 网站后台挂马怎么处理上海优化公司选哪个
  • 中国最好的旅游网站网站建设服务公司
  • 网站制作的困难与解决方案全网推广怎么做
  • 网站跳出率很高网站seo推广公司靠谱吗
  • 南宁企业自助建站系统西安百度百科
  • 简约好看的网站模板免费下载google下载
  • 建设网站最便宜多少钱产品软文模板
  • 那个网站可教做课件好百度总部地址
  • 溧阳做网站价格实体店100个营销策略
  • 免费ppt模板网站哪个好用谷歌seo服务商
  • 装房和城乡建设部网站seo对网络推广的作用是什么?
  • 卡通类型网站优化大师平台
  • 自己写代码做网站软文推广是什么意思
  • 怎样给一个公司做网站项目推广网站
  • dw如何做网站后台seo网站推广专员
  • 温州网站开发公司清博舆情系统