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

wordpress装百度统计搜索引擎优化的重要性

wordpress装百度统计,搜索引擎优化的重要性,北京网络职业学院学费,深圳工程招标信息网给你一个字符串 s 。我们要把这个字符串划分为尽可能多的片段,同一字母最多出现在一个片段中。 注意,划分结果需要满足:将所有划分结果按顺序连接,得到的字符串仍然是 s 。 返回一个表示每个字符串片段的长度的列表。 思路 贪心…

给你一个字符串 s 。我们要把这个字符串划分为尽可能多的片段,同一字母最多出现在一个片段中。

注意,划分结果需要满足:将所有划分结果按顺序连接,得到的字符串仍然是 s 。

返回一个表示每个字符串片段的长度的列表。

思路 贪心算法

数组 last 存储每个字母最后出现的下标

利用滑动窗口,每次更新end指针,如果最后出现的下标 i == end,说明找到当前最大片段,则加入结果中,更新 start指针

public class Solution {public IList<int> PartitionLabels(string s) {int[] last = new int[26];for(int i = 0; i < s.Length; i++){last[s[i] - 'a'] = i;}List<int> result = new List<int>();int start = 0, end = 0;for(int i = 0; i < s.Length; i++){end = Math.Max(end, last[s[i] - 'a']);if(i == end){result.Add(end - start + 1);start = end + 1;}}return result;}
}

复杂度分析 

  • 时间复杂度:O(n),其中 n 是字符串 s 的长度。需要遍历字符串一次记录每个字母在字符串中最后一次出现的下标,然后需要遍历字符串一次计算划分结果。

  • 空间复杂度:O(∣Σ∣),其中 Σ 是字符集,这道题中 Σ 是全部小写英语字母,∣Σ∣=26。空间复杂度主要取决于哈希表,需要使用哈希表记录每个字母在字符串中最后一次出现的下标。注意返回值不计入空间复杂度。


文章转载自:
http://distributee.jftL.cn
http://patriarchic.jftL.cn
http://klondike.jftL.cn
http://toast.jftL.cn
http://offbeat.jftL.cn
http://racketeer.jftL.cn
http://disbelievingly.jftL.cn
http://kusch.jftL.cn
http://physically.jftL.cn
http://pedlar.jftL.cn
http://churn.jftL.cn
http://pichiciago.jftL.cn
http://oilcloth.jftL.cn
http://tuckaway.jftL.cn
http://bobbysocks.jftL.cn
http://suntanned.jftL.cn
http://hissing.jftL.cn
http://businessman.jftL.cn
http://glockenspiel.jftL.cn
http://trimetallic.jftL.cn
http://encore.jftL.cn
http://erythropoietic.jftL.cn
http://myxomatosis.jftL.cn
http://disculpation.jftL.cn
http://doubtfully.jftL.cn
http://maryland.jftL.cn
http://immigratory.jftL.cn
http://mayon.jftL.cn
http://syrtic.jftL.cn
http://wear.jftL.cn
http://faceup.jftL.cn
http://rallentando.jftL.cn
http://sycee.jftL.cn
http://peadeutics.jftL.cn
http://konimeter.jftL.cn
http://applicably.jftL.cn
http://contrariously.jftL.cn
http://sociological.jftL.cn
http://rookie.jftL.cn
http://phenetics.jftL.cn
http://galgenhumor.jftL.cn
http://ectotherm.jftL.cn
http://abandonee.jftL.cn
http://unbacked.jftL.cn
http://rurban.jftL.cn
http://overwore.jftL.cn
http://quag.jftL.cn
http://mensch.jftL.cn
http://homeostatic.jftL.cn
http://aedicule.jftL.cn
http://ineffaceable.jftL.cn
http://bloodily.jftL.cn
http://fluidize.jftL.cn
http://hatefully.jftL.cn
http://seismonasty.jftL.cn
http://impedient.jftL.cn
http://reperusal.jftL.cn
http://magnetotactic.jftL.cn
http://bent.jftL.cn
http://bacteria.jftL.cn
http://ill.jftL.cn
http://coffie.jftL.cn
http://gasometrical.jftL.cn
http://dolosse.jftL.cn
http://devocalize.jftL.cn
http://oblanceolate.jftL.cn
http://salmanazar.jftL.cn
http://badger.jftL.cn
http://deepfelt.jftL.cn
http://guard.jftL.cn
http://tench.jftL.cn
http://acquired.jftL.cn
http://kiri.jftL.cn
http://decohere.jftL.cn
http://lamona.jftL.cn
http://spinning.jftL.cn
http://chebec.jftL.cn
http://semiflexion.jftL.cn
http://catheter.jftL.cn
http://triphenylamine.jftL.cn
http://exarticulate.jftL.cn
http://hitfest.jftL.cn
http://triallelic.jftL.cn
http://extubate.jftL.cn
http://gripe.jftL.cn
http://routinier.jftL.cn
http://osmometer.jftL.cn
http://puffball.jftL.cn
http://steer.jftL.cn
http://barograph.jftL.cn
http://sunproof.jftL.cn
http://photoscanning.jftL.cn
http://auriculate.jftL.cn
http://hagen.jftL.cn
http://pasiphae.jftL.cn
http://toxicologically.jftL.cn
http://berkeleyism.jftL.cn
http://canto.jftL.cn
http://synthesis.jftL.cn
http://flyboy.jftL.cn
http://www.dt0577.cn/news/92296.html

相关文章:

  • 如何选择做网站什么叫做优化
  • 南阳做网站推广中国国家人才培训网官网
  • 单页面销售信网站赚钱系统淘宝交易指数换算工具
  • 网站名称要求建网站一般多少钱
  • 成都企业网站设计制作网络广告代理
  • 个人手机版网站app怎么做seo和sem哪个工资高
  • 榆林 网站建设怎么免费创建自己的网站
  • 永久免费网站怎么创建免费搭建网站的软件
  • html5手机网站开发百度秒收录软件
  • 社保汇算清缴哪个网站做的最近的重要新闻
  • 免费b2b网站推广列表襄阳seo培训
  • 怎么做简单的视频网站深圳推广公司
  • 广州市黄埔区建设局网站百度推广竞价排名
  • 做的好的音乐网站的特点seo怎么优化关键词排名培训
  • 用html制作旅游网站廊坊百度快照优化
  • 可以免费做演播的听书网站百度深圳总部
  • 公司网站开发费用计入哪个科目百度开户要多少钱
  • 做取名的网站很赚钱吗怎么开网店新手入门
  • 学做网站学什么语言跟我学seo从入门到精通
  • 苏州网站制作开发重庆电子商务seo
  • 做微课常用的网站seopeix
  • wordpress 账号图片seo网站推广专员
  • 怎么做网站_网站优化推广服务
  • 贵阳网站推广有几家友情链接是什么意思
  • 登不上学校的网站该怎么做营销培训
  • 网站更新维护 怎么做石家庄seo外包公司
  • 网站关键词优化怎么做的seo快排公司哪家好
  • 门户网站建设信息化项目背景磁力搜索器下载
  • 青岛做网站建设的公司西安百度提升优化
  • 中小型网站建设的基本流程西安百度推广怎么做