E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Explanation
leetcode(3):Longest Substring Without Repeating Characters(defect)
Givenastring,findthelengthofthelongestsubstringwithoutrepeatingcharacters.Example1:Input:"abcabcbb"Output:3
Explanation
李子悟
·
2023-09-08 02:50
leetcode 637. Average of Levels in Binary Tree
returntheaveragevalueofthenodesoneachlevelintheformofanarray.Example1:Input:3/\920/\157Output:[3,14.5,11]
Explanation
huanghanqian
·
2023-09-07 11:57
leetcode - 338. Counting Bits
DescriptionGivenanintegern,returnanarrayansoflengthn+1suchthatforeachi(001-->12-->10Example2:Input:n=5Output:[0,1,1,2,1,2]
Explanation
KpLn_HJL
·
2023-09-03 01:38
OJ题目记录
leetcode
算法
职场和发展
3.Longest Substring Without Repeating Characters
Givenastring,findthelengthofthelongestsubstringwithoutrepeatingcharacters.Example1:Input:"abcabcbb"Output:3
Explanation
swimfree
·
2023-09-03 00:11
LeetCode53 最大子串
containingatleastonenumber)whichhasthelargestsumandreturnitssum.Example:Input:[-2,1,-3,4,-1,2,1,-5,4],Output:6
Explanation
六艺str
·
2023-08-29 04:30
LeetCode 905. Sort Array By Parity
movealltheevenintegersatthebeginningofthearrayfollowedbyalltheoddintegers.Returnanyarraythatsatisfiesthiscondition.Example1:Input:nums=[3,1,2,4]Output:[2,4,3,1]
Explanation
wenyq7
·
2023-08-27 21:28
LeetCode
leetcode
求出第三大的数,不存在则给出最大的数
(3)时间复杂度要求在O(n);Example1:Input:[3,2,1]Output:1
Explanation
:Thethirdmaximumis1.Example2:Input:[1,2]Output
mapleLeaf_X
·
2023-08-27 14:52
leetcode - 646. Maximum Length of Pair Chain
DescriptionYouaregivenanarrayofnpairspairswherepairs[i]=[lefti,righti]andlefti[3,4].Example2:Input:pairs=[[1,2],[7,8],[4,5]]Output:3
Explanation
KpLn_HJL
·
2023-08-27 04:04
OJ题目记录
leetcode
算法
职场和发展
模拟专题3 - leetcode481. Magical String/71. Simplify Path★
例子Input:6Output:3
Explanation
:Thefirst6elementsofmagicalstringSis“12211”anditcontainsthree1’s,soreturn3
落木~
·
2023-08-25 16:10
Leetcode
神奇字符串
【LeetCode】- Merge Interval (区间合并)
mergealloverlappingintervals.Example1:Input:[[1,3],[2,6],[8,10],[15,18]]Output:[[1,6],[8,10],[15,18]]
Explanation
邓泽军_3679
·
2023-08-19 08:32
Leetcode No.53 Maximum Subarray
参考资料:考点:子串&动态规划&[题干]Input:nums=[-2,1,-3,4,-1,2,1,-5,4]Output:6
Explanation
:Thesubarray[4,-1,2,1]hasthelargestsum6.1
思念殇千寻
·
2023-08-18 18:22
leetcode
算法
职场和发展
191. Number of 1 Bits 二进制1的个数
Writeafunctionthattakesanunsignedintegerandreturnthenumberof'1'bitsithas(alsoknownastheHammingweight).Example1:Input:00000000000000000000000000001011Output:3
Explanation
xingzai
·
2023-08-16 14:24
正则表达式-捕获组,命名捕获组,非捕获组
按照规则从目标字符串提取内容返回匹配的数组在线测试工具regex101:build,test,anddebugregexRegularexpressiontesterwithsyntaxhighlighting,
explanation
平沙落雁子
·
2023-08-16 04:12
正则表达式
程序员非常实用的十个工具网站,值得收藏
而且有QuickReference来帮助你记忆正则表达式的规则和
Explanation
对你的正则表达式进行解释。image更重要的是,还支持直接生成多种语言的代码。比如可以直接查询到ipv4的正
yongxinz
·
2023-08-11 06:09
Chapter14 Ⅱ~Ⅴ
Words&Expressions1.farceThenextmovewasalittlelikeasceneinafarce.
explanation
:ahumorousplayorfilminwhichthecharactersareinvolvedincomplicatedandsillysituations
草叮
·
2023-08-04 20:50
leetcode -- 712. Minimum ASCII Delete Sum for Two Strings
findthelowestASCIIsumofdeletedcharacterstomaketwostringsequal.Example1:Input:s1="sea",s2="eat"Output:231
Explanation
名字被猪吃掉了
·
2023-08-03 08:02
反复看
leetCode
动态规划
LeetCode //C - 3. Longest Substring Without Repeating Characters
LongestSubstringWithoutRepeatingCharactersGivenastrings,findthelengthofthelongestsubstringwithoutrepeatingcharacters.Example1:Input:s=“abcabcbb”Output:3
Explanation
Navigator_Z
·
2023-08-01 21:39
LeetCode
leetcode
c语言
算法
动态规划-leetcode53. Maximum Subarray
containingatleastonenumber)whichhasthelargestsumandreturnitssum.Example:Input:[-2,1,-3,4,-1,2,1,-5,4],Output:6
Explanation
JanLiao79
·
2023-08-01 02:06
【解释文档】
Explanation
of Adaptive Platform Design --逻辑架构
逻辑架构ARALanguagebinding,C++StandardLibrary,andPOSIXAPI应用程序的启停应用程序交互非标准接口ARAARA:AUTOSARRuntimeforAdaptiveapplications。FC:FunctionalClusters。AA:AdaptiveApplicationsAA—运行于—>ARAARA由FC提供的程序接口组成。包括AP平台基础和平台服
小羊苏C
·
2023-07-30 03:37
Adaptive
Autosar
架构
autosar
JSON格式的文件转换对象存入数据库
JSON文件中的格式[{"word":"嗄","oldword":"嗄","strokes":"13","pinyin":"á","radicals":"口","
explanation
":"嗄〈叹〉\n
陈同学求学记
·
2023-07-29 01:54
json
数据库
database
java
mybatis
14. Longest Common Prefix
Example1:Input:["flower","flow","flight"]Output:"fl"Example2:Input:["dog","racecar","car"]Output:""
Explanation
AThornBird
·
2023-07-23 10:51
leetcode 907. Sum of Subarray Minimums
contiguous)subarrayofA.Sincetheanswermaybelarge,returntheanswermodulo10^9+7.Example1:Input:[3,1,2,4]Output:17
Explanation
CIA_agent
·
2023-07-18 09:35
动态规划
编程与算法
LeetCode
机器学习案例 | 通过EBG学习概念cup
基于解释的学习(
explanation
-basedlearning)可简称为解释学习,是20世纪80年代中期开始兴起的一种机器学习方法。
TiAmo zhang
·
2023-07-17 09:42
深度学习
机器学习
EBG
CUP
解释学习
自动驾驶MCU 软件架构说明
模块介绍...3文档变更历史版本Version状态Status内容Contents日期Date撰写Editor批准ApproverV0.1Term编号No.术语和缩写Terms&Abbreviation解释
Explanation
电气_空空
·
2023-07-16 18:31
自动驾驶
人工智能
机器学习
英语易混淆词语:四六级,考研均适用(持续更新中~)
撤回3.review:评论家interview:采访4.substance:物质substandard:不合格的5.republican:共和主义者publicity:宣传publican:收税人6.
explanation
dulu~dulu
·
2023-07-14 11:10
学习日常(英语)
学习日常(考研向)
学习
考研
方法:怎样帮孩子更好地理解世界
第一是解释(
explanation
)。能解释,意味着孩子能
LeIsMor
·
2023-06-23 19:49
【ML】【scikit-learn】随机森林、混淆矩阵、AUC - ROC曲线
AnImplementationandExplanationoftheRandomForestinPythonhttps://towardsdatascience.com/an-implementation-and-
explanation
-of-the-random-forest-in-python
请给我一脚
·
2023-06-21 19:17
Python
scikit-learn
随机森林
python
混淆矩阵
AUC-ROC
leetcode - 70. Climbing Stairs
Example1:Input:n=2Output:2
Explanation
:Therearetwowaystoclimbt
KpLn_HJL
·
2023-06-21 07:32
OJ题目记录
leetcode
算法
职场和发展
Leetcode Hot 100 & 128. Longest Consecutive Sequence
参考资料:考点:哈希&[题干]Input:nums=[100,4,200,1,3,2]Output:4
Explanation
:Thelongestconsecutiveelementssequenceis
思念殇千寻
·
2023-06-19 02:15
leetcode
算法
职场和发展
【Leetcode】 1137. 第 N 个泰波那契数
TheTribonaccisequenceTnisdefinedasfollows:T0=0,T1=1,T2=1,andTn+3=Tn+Tn+1+Tn+2forn>=0.Givenn,returnthevalueofTn.Example1:Input:n=4Output:4
Explanation
小白兔奶糖ovo
·
2023-06-16 11:37
Leetcode
leetcode
算法
职场和发展
53. Maximum Subarray.C#
containingatleastonenumber)whichhasthelargestsumandreturnitssum.Example:Input:[-2,1,-3,4,-1,2,1,-5,4],Output:6
Explanation
wenmingxing
·
2023-06-13 11:45
LeetCode !! 5. Longest Palindromic Substring
LongestPalindromicSubstringGivenastrings,returnthelongestpalindromicsubstringins.Example1:Input:s="babad"Output:"bab"
Explanation
萝卜丝皮尔
·
2023-06-12 13:56
数据结构与算法
leetcode
算法
java
7.19
(完形,2005)
explanation
/ˌekspləˈneiʃn/n.解释;说明i
阿飞fighting
·
2023-06-11 21:31
Leetcode.454.4SumII
每个数组取一个数组结果为0,输出一共有多少种可能.例如A,B,C,D,A[a]+B[b]+C[c]+D[d]=0.Input:A=[1,2]B=[-2,-1]C=[-1,2]D=[0,2]Output:2
Explanation
Jimmy木
·
2023-06-11 04:59
【Leetcode】 905. 按奇偶排序数组
movealltheevenintegersatthebeginningofthearrayfollowedbyalltheoddintegers.Returnanyarraythatsatisfiesthiscondition.Example1:Input:nums=[3,1,2,4]Output:[2,4,3,1]
Explanation
小白兔奶糖ovo
·
2023-06-10 08:55
leetcode
算法
职场和发展
动态规划-序列型动态规划
###Example1:###Input:s="babad"#Output:"bab"#
Explanation
:"aba"isalsoavalidanswer.
Rory602
·
2023-06-08 16:34
数据结构
动态规划
算法
最长不重复子串
LongestSubstringWithoutRepeatingCharactersGivenastring,findthelengthofthelongestsubstringwithoutrepeatingcharacters.Example1:Input:“abcabcbb”Output:3
Explanation
兴趣小黑屋
·
2023-04-20 22:49
笔试题
算法笔试
LeetCode #172 Factorial Trailing Zeroes 阶乘后的零
Example:Example1:Input:3Output:0
Explanation
:3!
air_melt
·
2023-04-20 03:11
LeetCode 172. Factorial Trailing Zeroes
Example1:Input:3Output:0
Explanation
:3!=6,notrailingzero.Example2:Input:5Output:1
Explanation
:5!
njim3
·
2023-04-19 13:56
Day52(300, 674, 718)
return_thelengthofthelongeststrictlyincreasingsubsequence.Example1:Input:nums=[10,9,2,5,3,7,101,18]Output:4
Explanation
MicroYui
·
2023-04-18 15:11
leetcode刷题
leetcode
算法
Day45(70, 322, 279)
Example1:Input:n=2Output:2
Explanation
:Therearetwowaysto
MicroYui
·
2023-04-18 15:40
leetcode刷题
leetcode
算法
动态规划
56. Merge Intervals/合并区间
mergealloverlappingintervals.Example1:Input:[[1,3],[2,6],[8,10],[15,18]]Output:[[1,6],[8,10],[15,18]]
Explanation
蜜糖_7474
·
2023-04-17 21:03
2019-02-01 Leetcode Day 4
UniqueMorseCodeWords1.1题目描述给定一个字符串数组,利用摩斯密码表将字符串加密,找出经加密后,不同摩斯密码的个数Example:Input:words=["gin","zen","gig","msg"]Output:2
Explanation
码力平平菜鸡熊
·
2023-04-16 03:47
李克富 || SST经验谈(11):探索然后试着解释
我多次说过,此处的“解释”(interpretation)不同于“说明”(
explanation
),解释是对说明的“理解”(understanding),理解是说明和解释之间的桥梁。
李克富
·
2023-04-16 02:48
2019-10-27 GRE READING
-逻辑单题a.
Explanation
-6Cateringestablishmentandrestaurantcateringestablishment(餐饮服务公司);做题思路上通过题目提供的结果来归因推理出
Will_5356
·
2023-04-15 20:06
525. Contiguous Array(week6)
Givenabinaryarray,findthemaximumlengthofacontiguoussubarraywithequalnumberof0and1.Example1:Input:[0,1]Output:2
Explanation
piubiupiu
·
2023-04-12 01:02
53.Maximum Subarray
containingatleastonenumber)whichhasthelargestsumandreturnitssum.Example:Input:[-2,1,-3,4,-1,2,1,-5,4],Output:6
Explanation
花落花开花满天
·
2023-04-11 15:53
Leetcode第3题
Givenastring,findthelengthofthelongestsubstringwithoutrepeatingcharacters.Example1:Input:"abcabcbb"Output:3
Explanation
永远的太阳0123
·
2023-04-10 10:44
微信网页开发准备工作
订阅号或服务号),用于各种配置,不同的公众号类型具备不同的接口权限,详情见https://developers.weixin.qq.com/doc/offiaccount/Getting_Started/
Explanation
_of_interface_privileges.htmlimage.png
WKILY
·
2023-04-05 08:21
【论文精读】COLING 2022 - DESED: Dialogue-based
Explanation
for Sentence-level Event Detection
【论文精读】COLING2022-DESED:Dialogue-basedExplanationforSentence-levelEventDetection【论文原文】:DESED:Dialogue-basedExplanationforSentence-levelEventDetection【作者信息】:Wei,Yinyi,Liu,Shuaipeng,Lv,Jianwei,Xi,Xiangyu
Trouble..
·
2023-04-04 20:11
深度学习
人工智能
事件抽取
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他