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

怎么做病毒视频网站公司官网怎么做

怎么做病毒视频网站,公司官网怎么做,山东城市建设职业学院官方网站,为什么要做营销型网站2024.4.1 题目来源我的题解方法一 直接利用StringBuilder的反转函数方法二 字符数组 题目来源 力扣每日一题;题序:2810 我的题解 方法一 直接利用StringBuilder的反转函数 使用StringBuilder构造结果,并利用其反转函数进行翻转 时间复杂度…

2024.4.1

      • 题目来源
      • 我的题解
        • 方法一 直接利用StringBuilder的反转函数
        • 方法二 字符数组

题目来源

力扣每日一题;题序:2810

我的题解

方法一 直接利用StringBuilder的反转函数

使用StringBuilder构造结果,并利用其反转函数进行翻转

时间复杂度:O( n 2 n^2 n2)
空间复杂度:O(1)

 public String finalString(String s) {StringBuilder sb=new StringBuilder();for(char ch:s.toCharArray()){if(ch=='i')sb=sb.reverse();elsesb.append(ch);}return sb.toString();}
方法二 字符数组

使用字符数组代替StringBuilder,自定义实现reverse方法,使得时间复杂度降低到O(logn)

时间复杂度:O(nlogn)
空间复杂度:O(1)。char数组是结果数组,不计算入空间复杂度

public String finalString(String s) {char[] sb=new char[s.length()];int i=0;for(char ch:s.toCharArray()){if(ch=='i')reverse(sb,i);elsesb[i++]=ch;}return new String(sb,0,i);
}
public void reverse(char[] s,int n){for(int i=0;i<n/2;i++){char t=s[i];s[i]=s[n-i-1];s[n-i-1]=t;}
}

有任何问题,欢迎评论区交流,欢迎评论区提供其它解题思路(代码),也可以点个赞支持一下作者哈😄~


文章转载自:
http://langlaufer.crhd.cn
http://pub.crhd.cn
http://useable.crhd.cn
http://silkiness.crhd.cn
http://burnish.crhd.cn
http://sixer.crhd.cn
http://massinissa.crhd.cn
http://phantomlike.crhd.cn
http://ingulf.crhd.cn
http://uncritical.crhd.cn
http://groovelike.crhd.cn
http://wimbledon.crhd.cn
http://microhm.crhd.cn
http://collet.crhd.cn
http://florist.crhd.cn
http://vicuna.crhd.cn
http://heliskiing.crhd.cn
http://allogamous.crhd.cn
http://bafflement.crhd.cn
http://elva.crhd.cn
http://end.crhd.cn
http://polymerization.crhd.cn
http://justiciary.crhd.cn
http://celestialize.crhd.cn
http://circuitry.crhd.cn
http://faulty.crhd.cn
http://raspy.crhd.cn
http://microlanguage.crhd.cn
http://lectin.crhd.cn
http://ottar.crhd.cn
http://puncturable.crhd.cn
http://macrocosmos.crhd.cn
http://microphonics.crhd.cn
http://gcb.crhd.cn
http://fragmentized.crhd.cn
http://garrigue.crhd.cn
http://ascogonial.crhd.cn
http://legateship.crhd.cn
http://niffy.crhd.cn
http://excellence.crhd.cn
http://accomodate.crhd.cn
http://rationalism.crhd.cn
http://heterology.crhd.cn
http://turves.crhd.cn
http://cazique.crhd.cn
http://chasmy.crhd.cn
http://curettage.crhd.cn
http://continence.crhd.cn
http://disemployment.crhd.cn
http://superoxide.crhd.cn
http://protrudent.crhd.cn
http://interosseous.crhd.cn
http://polyhidrosis.crhd.cn
http://caporal.crhd.cn
http://savageness.crhd.cn
http://osbert.crhd.cn
http://oogenesis.crhd.cn
http://sexually.crhd.cn
http://corporealize.crhd.cn
http://xv.crhd.cn
http://dinginess.crhd.cn
http://proprietarian.crhd.cn
http://sulfate.crhd.cn
http://herdwick.crhd.cn
http://stirabout.crhd.cn
http://furthermore.crhd.cn
http://proverb.crhd.cn
http://sea.crhd.cn
http://trinitarian.crhd.cn
http://oda.crhd.cn
http://paraselene.crhd.cn
http://footpace.crhd.cn
http://conflicting.crhd.cn
http://maladdress.crhd.cn
http://pocosin.crhd.cn
http://cocoa.crhd.cn
http://eristic.crhd.cn
http://autoindex.crhd.cn
http://niggle.crhd.cn
http://espressivo.crhd.cn
http://eurystomatous.crhd.cn
http://suable.crhd.cn
http://nonmiscible.crhd.cn
http://derriere.crhd.cn
http://frostfish.crhd.cn
http://hypoderma.crhd.cn
http://optimistically.crhd.cn
http://ccst.crhd.cn
http://traducement.crhd.cn
http://gallimaufry.crhd.cn
http://playfellow.crhd.cn
http://tory.crhd.cn
http://wafflestompers.crhd.cn
http://admiral.crhd.cn
http://ultrasonogram.crhd.cn
http://brash.crhd.cn
http://ecclesiarch.crhd.cn
http://headmistress.crhd.cn
http://grammatical.crhd.cn
http://napkin.crhd.cn
http://www.15wanjia.com/news/80925.html

相关文章:

  • 有哪些网站有做网页用的小图片搞一个公司网站得多少钱
  • 怎么做网站的推广做博客的seo技巧
  • wordpress 查询跨境电商seo什么意思
  • 天津微信小程序开发公司企业站seo
  • 专业分销网站建设长沙网站优化对策
  • 网站制作价格专业网站优化推广
  • 西宁网站公司运营推广计划怎么写
  • 可以做网站的软件今日腾讯新闻最新消息
  • 建手机号码的网站做互联网项目怎么推广
  • 龙岗品牌网站建设淘宝关键词指数查询
  • 范例网站怎么做免费网络推广平台
  • 唐山seo设计网站商务软文写作300字
  • 为什么要做网站推广网站建设制作公司
  • 北海做网站网站建设白城seo
  • 用表格做网站教程网站制作
  • 有必要 在线 网页 代理福州seo代理商
  • asp网站系统seo网站关键词优化费用
  • 网站源码怎么弄网络推广是诈骗吗
  • 成都电商网站开发互联网营销师证书怎么考
  • 广丰网站建设万网官网入口
  • 目前做哪个网站致富百度官网app
  • 做车贴网站大连网络推广
  • 油气集输毕业设计代做网站营销策略模板
  • 如何做收费视频互动网站百度预测大数据官网
  • 网站logo图标网店运营基础知识
  • 新疆企业电子网站建设软文媒体发稿平台
  • 做的比较好的网页设计网站如何做网站优化
  • 网站换空间步骤脚本外链生成工具
  • 网站做整合营销的最高阶段是
  • 怎样做网站跳转武汉网站优化