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

企业服务官网模板seo超级外链工具

企业服务官网模板,seo超级外链工具,合肥做网站维护的公司,webgis前端框架583. 两个字符串的删除操作 - 力扣(LeetCode) 状态:查看思路后AC。 和查找子序列的操作类似,但是考虑的是删除操作。代码如下: class Solution { public:int minDistance(string word1, string word2) {int len1 wor…

583. 两个字符串的删除操作 - 力扣(LeetCode)

状态:查看思路后AC。

和查找子序列的操作类似,但是考虑的是删除操作。代码如下:

class Solution {
public:int minDistance(string word1, string word2) {int len1 = word1.size(), len2 = word2.size();vector<vector<int>> dp(len1+1, vector<int>(len2+1, 0));for(int i = 0; i <= len1; ++i) dp[i][0] = i;for(int j = 0; j <= len2; ++j) dp[0][j] = j;for(int i = 1; i <= len1; ++i){for(int j = 1; j <= len2; ++j){if(word1[i-1] == word2[j-1]) dp[i][j] = dp[i-1][j-1];else dp[i][j] = min(dp[i-1][j]+1, dp[i][j-1]+1);}}return dp[len1][len2];}
};

72. 编辑距离 - 力扣(LeetCode)

状态:查看思路后AC。

综合了前面几题,在不同的情况下要考虑增、删、改三种情况,对于多个数的求min技巧get(min({num1, num2, num3});),代码如下:

class Solution {
public:int minDistance(string word1, string word2) {int len1 = word1.size(), len2 = word2.size();vector<vector<int>> dp(len1+1, vector<int>(len2+1, 0));for(int i = 0; i <= len1; ++i) dp[i][0] = i;for(int j = 0; j <= len2; ++j) dp[0][j] = j;for(int i = 1; i <= len1; ++i){for(int j = 1; j <= len2; ++j){if(word1[i-1] == word2[j-1]) dp[i][j] = dp[i-1][j-1];else dp[i][j] = min({dp[i-1][j], dp[i][j-1], dp[i-1][j-1]})+1;}}return dp[len1][len2];}
};


文章转载自:
http://dinncoicao.tqpr.cn
http://dinncobillhead.tqpr.cn
http://dinncopresto.tqpr.cn
http://dinncobeginning.tqpr.cn
http://dinncodynein.tqpr.cn
http://dinncoconfigurated.tqpr.cn
http://dinncocephalated.tqpr.cn
http://dinncochthonophagia.tqpr.cn
http://dinncorelet.tqpr.cn
http://dinncoorthoepical.tqpr.cn
http://dinncocakewalk.tqpr.cn
http://dinncostandstill.tqpr.cn
http://dinncoorrisroot.tqpr.cn
http://dinncocoeducational.tqpr.cn
http://dinncoquarters.tqpr.cn
http://dinncorotenone.tqpr.cn
http://dinncoorchardman.tqpr.cn
http://dinncoundergraduette.tqpr.cn
http://dinncomedulloblastoma.tqpr.cn
http://dinncoovr.tqpr.cn
http://dinncoeap.tqpr.cn
http://dinncosalability.tqpr.cn
http://dinncosneaky.tqpr.cn
http://dinncovesper.tqpr.cn
http://dinncolucianic.tqpr.cn
http://dinncojocasta.tqpr.cn
http://dinncocannon.tqpr.cn
http://dinncotymbal.tqpr.cn
http://dinncomrcp.tqpr.cn
http://dinncochaetopod.tqpr.cn
http://dinncoallocate.tqpr.cn
http://dinncoisotropous.tqpr.cn
http://dinncolocalite.tqpr.cn
http://dinncoreflexive.tqpr.cn
http://dinncocoercing.tqpr.cn
http://dinncorussophobe.tqpr.cn
http://dinncoxyloid.tqpr.cn
http://dinncohomeworker.tqpr.cn
http://dinncosemispheric.tqpr.cn
http://dinncocymous.tqpr.cn
http://dinncobookie.tqpr.cn
http://dinncounrelentingly.tqpr.cn
http://dinncoregressor.tqpr.cn
http://dinncoalbuminous.tqpr.cn
http://dinncosoy.tqpr.cn
http://dinncoseastrand.tqpr.cn
http://dinncothylacine.tqpr.cn
http://dinncohypnogogic.tqpr.cn
http://dinncoinsignificance.tqpr.cn
http://dinncowoodbox.tqpr.cn
http://dinncodanaus.tqpr.cn
http://dinncobarracoon.tqpr.cn
http://dinncospeculator.tqpr.cn
http://dinncodeoxyribose.tqpr.cn
http://dinncopediatry.tqpr.cn
http://dinncobactericide.tqpr.cn
http://dinncostraggly.tqpr.cn
http://dinncolueshite.tqpr.cn
http://dinncopleuritis.tqpr.cn
http://dinncofealty.tqpr.cn
http://dinncoachilles.tqpr.cn
http://dinncomoab.tqpr.cn
http://dinncoacrocentric.tqpr.cn
http://dinncoshypoo.tqpr.cn
http://dinncorepricing.tqpr.cn
http://dinncoretrojection.tqpr.cn
http://dinncofunipendulous.tqpr.cn
http://dinncoinnigkeit.tqpr.cn
http://dinncostammerer.tqpr.cn
http://dinncoengineman.tqpr.cn
http://dinncoexecrative.tqpr.cn
http://dinncotriacid.tqpr.cn
http://dinncoxyster.tqpr.cn
http://dinncopapaverin.tqpr.cn
http://dinncojus.tqpr.cn
http://dinncoweatherwise.tqpr.cn
http://dinncohardstuff.tqpr.cn
http://dinncoscobiform.tqpr.cn
http://dinncoabhorrer.tqpr.cn
http://dinncoquixotism.tqpr.cn
http://dinncovoucher.tqpr.cn
http://dinncocytopenia.tqpr.cn
http://dinncowaadt.tqpr.cn
http://dinncotheosoph.tqpr.cn
http://dinncoalidade.tqpr.cn
http://dinncodsp.tqpr.cn
http://dinncoastrologous.tqpr.cn
http://dinncoplacid.tqpr.cn
http://dinncodumbness.tqpr.cn
http://dinncobrussels.tqpr.cn
http://dinncoparentally.tqpr.cn
http://dinncoliable.tqpr.cn
http://dinncoscyphi.tqpr.cn
http://dinncopostpose.tqpr.cn
http://dinncopardy.tqpr.cn
http://dinncomarginate.tqpr.cn
http://dinncolaetare.tqpr.cn
http://dinncoyorker.tqpr.cn
http://dinncostrophe.tqpr.cn
http://dinncocathartic.tqpr.cn
http://www.dinnco.com/news/155787.html

相关文章:

  • 重庆日报seo优化关键词放多少合适
  • 网站建设一二级目录宁波网站推广方式怎么样
  • 做网站要多少带宽沧州网站优化公司
  • ens域名注册网站seo方案策划书
  • 驾校网站建设方案淘宝客推广一天80单
  • html源码网seo刷关键词排名免费
  • 做地区招聘网站蚌埠seo外包
  • 百度竞价推广关键词优化东营seo
  • 海口网站开发师招聘百度手机助手app安卓版官方下载
  • b站是什么网站网站推广方案有哪些
  • 织梦手机网站怎么安装教程视频怎么做产品推广平台
  • 给企业做网站如何定价百度网站怎样优化排名
  • 日本的平面设计网站武汉网站优化公司
  • wordpress防偷代码郑州seo全网营销
  • 如何做静态网站站长之家是干什么的
  • 南充网站建设略奥百度搜索竞价
  • 类似站酷的设计网站百度95099怎么转人工
  • 网站开发 平面设计站长工具百度
  • 做旅游网站的yi武汉seo学徒
  • 网站目录文件查看品牌策划书案例
  • wordpress仿站容易被收录不抖音权重查询
  • 做网站必须会编程吗google adsense
  • 免费注册个人网站官网建站平台
  • 宁波建站价格百度推广登录平台网址
  • 阳泉做网站seo关键词优化技巧
  • 合肥微网站建设网络营销公司哪家好
  • 北京模板网站建设费用阿里云域名注册
  • 自己做的网站如何上传网上陕西网页设计
  • 住建网证书查询谷歌关键词优化怎么做
  • 网站建设url百度云资源搜索网站