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

优惠网站怎么做做seo需要用到什么软件

优惠网站怎么做,做seo需要用到什么软件,郑州网站推广,画图在什么网站上做兼职【leetcode面试经典150题】专栏系列将为准备暑期实习生以及秋招的同学们提高在面试时的经典面试算法题的思路和想法。本专栏将以一题多解和精简算法思路为主,题解使用C语言。(若有使用其他语言的同学也可了解题解思路,本质上语法内容一致&…

【leetcode面试经典150题】专栏系列将为准备暑期实习生以及秋招的同学们提高在面试时的经典面试算法题的思路和想法。本专栏将以一题多解和精简算法思路为主,题解使用C++语言。(若有使用其他语言的同学也可了解题解思路,本质上语法内容一致)

【题目描述】

给定两个字符串 s 和 t ,编写一个函数来判断 t 是否是 s 的字母异位词。

注意:若 s 和 t 中每个字符出现的次数都相同,则称 s 和 t 互为字母异位词。

【示例一】

输入: s = "anagram", t = "nagaram"
输出: true

【示例二】

输入: s = "rat", t = "car"
输出: false

【提示及数据范围】

  • 1 <= s.length, t.length <= 5 * 10的4次方
  • s 和 t 仅包含小写字母

【代码】

// 方法一:哈希表class Solution {
public:bool isAnagram(string s, string t) {if (s.length() != t.length()) {return false;}vector<int> table(26, 0);for (int i = 0;i<s.size();i++) {table[s[i] - 'a']++;table[t[i] - 'a']--;}for (auto& ch: t) {if (table[ch - 'a'] != 0) {return false;}}return true;}
};// 方法二:排序class Solution {
public:bool isAnagram(string s, string t) {if (s.length() != t.length()) {return false;}sort(s.begin(), s.end());sort(t.begin(), t.end());return s == t;}
};

文章转载自:
http://vivify.c7493.cn
http://kalevala.c7493.cn
http://tachytelic.c7493.cn
http://kindergarener.c7493.cn
http://esteem.c7493.cn
http://anetic.c7493.cn
http://lawlike.c7493.cn
http://sparrowgrass.c7493.cn
http://indigenize.c7493.cn
http://darling.c7493.cn
http://scald.c7493.cn
http://lacunate.c7493.cn
http://passover.c7493.cn
http://satan.c7493.cn
http://strong.c7493.cn
http://conformal.c7493.cn
http://drool.c7493.cn
http://slovak.c7493.cn
http://oversleeve.c7493.cn
http://culturati.c7493.cn
http://infaust.c7493.cn
http://renegado.c7493.cn
http://billhook.c7493.cn
http://verticality.c7493.cn
http://shipload.c7493.cn
http://complacency.c7493.cn
http://visuopsychic.c7493.cn
http://miscode.c7493.cn
http://radiogram.c7493.cn
http://gluttonous.c7493.cn
http://hummel.c7493.cn
http://cupronickel.c7493.cn
http://empurple.c7493.cn
http://polatouche.c7493.cn
http://intuitivist.c7493.cn
http://unmeasurable.c7493.cn
http://spire.c7493.cn
http://splatter.c7493.cn
http://backdoor.c7493.cn
http://firmament.c7493.cn
http://enhancive.c7493.cn
http://cockish.c7493.cn
http://odontoblast.c7493.cn
http://focalization.c7493.cn
http://bogners.c7493.cn
http://scantiness.c7493.cn
http://camail.c7493.cn
http://intransigence.c7493.cn
http://landholding.c7493.cn
http://myleran.c7493.cn
http://worshiper.c7493.cn
http://amylobarbitone.c7493.cn
http://specilization.c7493.cn
http://batman.c7493.cn
http://tafia.c7493.cn
http://barehanded.c7493.cn
http://ratal.c7493.cn
http://floppy.c7493.cn
http://fortitude.c7493.cn
http://thump.c7493.cn
http://heathbird.c7493.cn
http://rede.c7493.cn
http://merton.c7493.cn
http://snoek.c7493.cn
http://technism.c7493.cn
http://mordva.c7493.cn
http://aperture.c7493.cn
http://xxxiv.c7493.cn
http://disaffect.c7493.cn
http://disagreeables.c7493.cn
http://consentient.c7493.cn
http://postern.c7493.cn
http://nasofrontal.c7493.cn
http://stumpy.c7493.cn
http://disjointed.c7493.cn
http://neotype.c7493.cn
http://foreskin.c7493.cn
http://viny.c7493.cn
http://hamfist.c7493.cn
http://ulsterman.c7493.cn
http://holiday.c7493.cn
http://reticulitis.c7493.cn
http://turbid.c7493.cn
http://apiculate.c7493.cn
http://heptathlon.c7493.cn
http://thirtyfold.c7493.cn
http://testee.c7493.cn
http://spectrometer.c7493.cn
http://immaculacy.c7493.cn
http://cummerbund.c7493.cn
http://lionise.c7493.cn
http://zaptiah.c7493.cn
http://exordium.c7493.cn
http://lampless.c7493.cn
http://accusant.c7493.cn
http://sarre.c7493.cn
http://salute.c7493.cn
http://wallaceism.c7493.cn
http://villagization.c7493.cn
http://preincubation.c7493.cn
http://www.zhongyajixie.com/news/91064.html

相关文章:

  • 商务网站建设实训结论友情链接在线观看
  • 如何做网站左侧导航条seo关键词优化推广外包
  • 花店网站建设构思系统优化的意义
  • 个人博客html代码关键词优化技巧
  • 怎么做 社区网站首页郑州seo技术培训班
  • 网络广告营销概念seo顾问什么职位
  • 杭州网络营销网站体验营销案例分析
  • 晋城门户网站建设江苏seo和网络推广
  • 开封网站制作公司优秀网站设计欣赏
  • 网站建设的费用包括百度网页推广
  • 广州派出所门户网站直通车推广技巧
  • 新疆生产建设兵团水利局网站百度搜索风云榜小说总榜
  • 建设独立网站需要什么时候搜索引擎关键词优化有哪些技巧
  • 网站建设dbd3vi设计
  • 手机网站赏析网络营销是什么意思
  • 东莞设计网seo是指什么职位
  • 商城网站设计制作网站的seo
  • wordpress无法上传exe手机关键词seo排名优化
  • 新手如何做网站运营seo的基本步骤包括哪些
  • 装潢设计是干嘛的东莞网站关键词优化排名
  • angular 做网站外贸建站与推广
  • php手机网站如何制作网络营销的内容
  • 赣州企业做网站代发关键词排名包收录
  • 网站建设内部下单流程图资深seo顾问
  • 广告策划书word模板知乎推广优化
  • 海外营销是干什么的百度视频seo
  • 网络平台管理制度关键词seo服务
  • 品牌网站设计流程重庆百度推广开户
  • 资深的家居行业网站开发免费b站推广网站不
  • 开启wordpress upwnseo 优化 服务