常梦网 Tag标签 [length]如下:
当前位置:网站首页>-
nwjs(nodejs)写桌面应用(少儿英语学习项目经验总结)
2024-08-22最近上三年级儿子的英语老是记不住单词,而他们又在上科学课,老师让练打字。打字和英语学习都没太适合小家伙的实际情况,因此就花了一个周末写下了这个项目。
-
Maximum Subarray leetcode - Ryan的修炼之路
2024-08-04Findthecontiguoussubarraywithinanarray(containingatleastonenumber)whichhasthelargestsum.
-
Java实现循环队列
2024-07-03在做一个监控,用于保存最新的监控数据,需要一个集合存放监控数据,当集合满的时候,新的监控数据需要把旧的监控给冲掉,只保存最新的监控数据。
-
ios UIcolor扩展
2024-05-31调用:[UIColorcolorWithHexString:@"#0dc3ce"];
-
Interleaving String leetcode - Ryan的修炼之路
2024-05-31Givens1,s2,s3,findwhethers3isformedbytheinterleavingofs1ands2.
-
C++ 单元测试库 UnitC++
2024-05-18UnitC++是一个流行的、轻量级的,只包含C++头文件的一个单元测试库。
-
Find Peak element leetcode - Ryan的修炼之路
2024-05-11Apeakelementisanelementthatisgreaterthanitsneighbors.
-
Distinct Subsequences leetcode - Ryan的修炼之路
2024-04-20GivenastringSandastringT,countthenumberofdistinctsubsequencesofTinS.
-
Decode Ways leetcode - Ryan的修炼之路
2024-04-18AmessagecontaininglettersfromA-Zisbeingencodedtonumbersusingthefollowingmapping:
-
【Everyday】(3)最后一个单词的长度 - Everyday
2024-02-27给定一个字符串,包含大小写字母、空格'',请返回其最后一个单词的长度。
-
[LeetCode]Number of Islands - EpoTalk
2024-02-07NumberofIslandsGivena2dgridmapof'1's(land)and'0's(water),countthenumberofislands.Anislandissurroundedbywaterandisformedbyconnectingadjacentlandshorizontallyorvertically.
-
[LeetCode]Minimum Window Substring - EpoTalk
2024-02-06GivenastringSandastringT,findtheminimumwindowinSwhichwillcontainallthecharactersinTincomplexityO(n).
-
[Leetcode] Word Search 单词搜索
2024-02-04Givena2Dboardandaword,findifthewordexistsinthegrid.
-
[Leetcode] Walls and Gates 墙与门
2024-02-03Youaregivenamxn2Dgridinitializedwiththesethreepossiblevalues.
-
[Leetcode] Surrounded Regions 找出被包围的区域
2024-02-02Givena2Dboardcontaining'X'and'O',captureallregionssurroundedby'X'.
-
[Leetcode] Strobogrammatic Number 对称数
2024-02-02Astrobogrammaticnumberisanumberthatlooksthesamewhenrotated180degrees(lookedatupsidedown).
-
[Leetcode] Set Matrix Zeroes 矩阵置零
2024-01-31Givenamxnmatrix,ifanelementis0,setitsentirerowandcolumnto0.Doitinplace.
-
[Leetcode] Plus One 加一
2024-01-28Givenanon-negativenumberrepresentedasanarrayofdigits,plusonetothenumber.
-
[Leetcode] Paint House 房子涂色
2024-01-27PaintHouseTherearearowofnhouses,eachhousecanbepaintedwithoneofthethreecolors:red,blueorgreen.Thecostofpaintingeachhousewithacertaincolorisdifferent.
-
[Leetcode] One Edit Distance 编辑距离为一
2024-01-27GiventwostringsSandT,determineiftheyarebothoneeditdistanceapart.
-
[Leetcode] Number of Islands 岛屿个数
2024-01-27NumberofIslandsGivena2dgridmapof'1's(land)and'0's(water),countthenumberofislands.Anislandissurroundedbywaterandisformedbyconnectingadjacentlandshorizontallyorvertically.
-
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.
-
[Leetcode] Majority Element 众数
2024-01-24Givenanarrayofsizen,findthemajorityelement.Themajorityelementistheelementthatappearsmorethan⌊n/2⌋times.
-
[Leetcode] Longest Valid Parentheses 最长有效括号对
2024-01-24Givenastringcontainingjustthecharacters'('and')',findthelengthofthelongestvalid(well-formed)parenthesessubstring.
-
[Leetcode] Length of Last Word 最后一个单词长度
2024-01-23Givenastringsconsistsofupper/lower-casealphabetsandemptyspacecharacters'',returnthelengthoflastwordinthestring.
-
[Leetcode] Implement strStr() 实现StrStr
2024-01-22ImplementstrStr().
-
[Leetcode] Distinct Subsequences 不同顺序字串
2024-01-19GivenastringSandastringT,countthenumberofdistinctsubsequencesofTinS.
-
[Leetcode] Decode Ways 解码方式
2024-01-18AmessagecontaininglettersfromA-Zisbeingencodedtonumbersusingthefollowingmapping:
-
[Leetcode] Compare Version Numbers 比较版本号
2024-01-17Comparetwoversionnumbersversion1andversion2.Ifversion1version2return1,ifversion1version2return-1,otherwisereturn0.
-
[Leetcode] Candy 分糖果
2024-01-16ThereareNchildrenstandinginaline.Eachchildisassignedaratingvalue.