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- Longest Substring Without Repeating Characters
Givenastring,findthelengthofthelongestsubstringwithoutrepeatingcharacters.Example1:Input:"abcabcbb"Output:3
Explanation
autisticBoy
·
2024-01-04 03:56
Merge Intervals_leetcode_go
mergealloverlappingintervals.Example1:Input:[[1,3],[2,6],[8,10],[15,18]]Output:[[1,6],[8,10],[15,18]]
Explanation
fjxCode
·
2024-01-03 22:50
Longest Substring with At Most Two Distinct Characters
findthelengthofthelongestsubstringtthatcontainsatmost2distinctcharacters.Example1:Input:"eceba"Output:3
Explanation
瞬铭
·
2024-01-03 20:56
LeetCode2413. Smallest Even Multiple
Givenapositiveintegern,returnthesmallestpositiveintegerthatisamultipleofboth2andn.Example1:Input:n=5Output:10
Explanation
叶卡捷琳堡
·
2024-01-02 02:20
算法
数据结构
leetcode
c++
LeetCode 3. Longest Substring Without Repeating Characters
Givenastring,findthelengthofthelongestsubstringwithoutrepeatingcharacters.Example1:Input:"abcabcbb"Output:3
Explanation
cb_guo
·
2024-01-01 19:41
LeetCode1523. Count Odd Numbers in an Interval Range
Giventwonon-negativeintegerslowandhigh.Returnthecountofoddnumbersbetweenlowandhigh(inclusive).Example1:Input:low=3,high=7Output:3
Explanation
叶卡捷琳堡
·
2024-01-01 11:20
算法
数据结构
c++
leetcode
LeetCode每日一题:1154. Day of the Year
GivenastringdaterepresentingaGregoriancalendardateformattedasYYYY-MM-DD,returnthedaynumberoftheyear.Example1:Input:date=“2019-01-09”Output:9
Explanation
叶卡捷琳堡
·
2024-01-01 11:50
leetcode
算法
c++
数据结构
【Leetcode】115. Distinct Subsequences
returnthenumberofdistinctsubsequencesofswhichequalst.Thetestcasesaregeneratedsothattheanswerfitsona32-bitsignedinteger.Example1:Input:s="rabbbit",t="rabbit"Output:3
Explanation
小白兔奶糖ovo
·
2023-12-30 10:03
#
Leetcode
leetcode
算法
职场和发展
2018-12-16
mergealloverlappingintervals.Example1:Input:[[1,3],[2,6],[8,10],[15,18]]Output:[[1,6],[8,10],[15,18]]
Explanation
ruicore
·
2023-12-30 09:38
600. Non-negative Integers without Consecutive Ones解题报告
findthenumberofnon-negativeintegerslessthanorequalton,whosebinaryrepresentationsdoNOTcontainconsecutiveones.Example:Input:5Output:5
Explanation
黑山老水
·
2023-12-29 20:59
LeetCode 53. Maximum Subarray
containingatleastonenumber)whichhasthelargestsumandreturnitssum.Example:Input:[-2,1,-3,4,-1,2,1,-5,4],Output:6
Explanation
cb_guo
·
2023-12-29 12:11
Leetcode 485. 最大连续 1 的个数
MaxConsecutiveOnesGivenabinaryarraynums,returnthemaximumnumberofconsecutive1'sinthearray.Example1:Input:nums=[1,1,0,1,1,1]Output:3
Explanation
cwtnice
·
2023-12-28 19:23
每日一题
leetcode
算法
Leetcode 389. Find the Difference (Python)
Youaregiventwostringssandt.Stringtisgeneratedbyrandomshufflingstringsandthenaddonemoreletteratarandomposition.Returntheletterthatwasaddedtot.Example1:Input:s="abcd",t="abcde"Output:"e"
Explanation
内心的脊梁
·
2023-12-28 14:20
leetcode
大数据
算法
散列表
职场和发展
LeetCode 389. Find the Difference
Youaregiventwostringssandt.Stringtisgeneratedbyrandomshufflingstringsandthenaddonemoreletteratarandomposition.Returntheletterthatwasaddedtot.Example1:Input:s="abcd",t="abcde"Output:"e"
Explanation
wenyq7
·
2023-12-28 14:47
LeetCode
leetcode
LeetCode123. Best Time to Buy and Sell Stock III
请注意,不得同时进行多笔交易(即您必须在再次购买前卖出股票)Example1Input:[3,3,5,0,0,3,1,4]Output:6
Explanation
第四天买入,第六天卖出,利润是3-0=3.
潘雪雯
·
2023-12-28 13:59
279 Perfect Squares
findtheleastnumberofperfectsquarenumbers(forexample,1,4,9,16,...)whichsumton.Example:Input:n=12Output:3
Explanation
烟雨醉尘缘
·
2023-12-28 00:08
LeetCode //C - 1004. Max Consecutive Ones III
returnthemaximumnumberofconsecutive1’sinthearrayifyoucanflipatmostk0’s.Example1:Input:nums=[1,1,1,0,0,0,1,1,1,1,0],k=2Output:6
Explanation
Navigator_Z
·
2023-12-26 21:59
LeetCode
leetcode
c语言
算法
高效表达练习
002PEEP策略P是point,E是
explanation
,E是example,P还是point。学习不是一件容易的事,它需要一个人付出很大的时间和精力。
酸菜鱼夫人
·
2023-12-26 13:30
LeetCode258. Add Digits
Givenanintegernum,repeatedlyaddallitsdigitsuntiltheresulthasonlyonedigit,andreturnit.Example1:Input:num=38Output:2
Explanation
叶卡捷琳堡
·
2023-12-24 22:30
算法
开发语言
数据结构
leetcode
c++
LeetCode刷题--Minimum Distance Between BST Nodes
returntheminimumdifferencebetweenthevaluesofanytwodifferentnodesinthetree.Example:Input:root=[4,2,6,1,3,null,null]Output:1
Explanation
faris_shi
·
2023-12-23 15:52
LeetCode264. Ugly Number II
Anuglynumberisapositiveintegerwhoseprimefactorsarelimitedto2,3,and5.Givenanintegern,returnthenthuglynumber.Example1:Input:n=10Output:12
Explanation
叶卡捷琳堡
·
2023-12-17 02:28
数据结构
算法
leetcode
c++
LeetCode 70. 爬楼梯
Example1:Input:n=2Output:2
Explanation
:Therearetwowaysto
奋斗中的Jack
·
2023-12-16 16:19
LeetCode
leetcode
算法
职场和发展
自动驾驶MCU软件架构说明
文档变更历史版本Version状态Status内容Contents日期Date撰写Editor批准ApproverTerm编号No.术语和缩写Terms&Abbreviation解释
Explanation
电气_空空
·
2023-12-14 12:13
自动驾驶
自动驾驶
人工智能
机器学习
LeetCode1137. N-th Tribonacci Number
TheTribonaccisequenceTnisdefinedasfollows:T0=0,T1=1,T2=1,andTn+3=Tn+Tn+1+Tn+2forn>=0.Givenn,returnthevalueofTn.Example1:Input:n=4Output:4
Explanation
叶卡捷琳堡
·
2023-12-06 11:37
算法
数据结构
leetcode
c++
Good-looking but Lacking Faithfulness: Understanding Local
Explanation
Methods through Trend-based T
目录笔记后续的研究方向摘要引言贡献Good-lookingbutLackingFaithfulness:UnderstandingLocalExplanationMethodsthroughTrend-basedTestingCCS2023笔记本文讨论了深度学习模型局部解释方法的评估。作者强调了由于深度学习模型高度非线性而难以理解其决策。这种缺乏理解导致了局部解释方法的发展,以解释模型决策。然而,
粥粥粥少女的拧发条鸟
·
2023-12-06 11:16
CCS
2023
人工智能
安全
【Leetcode】22. Generate Parentheses
https://leetcode.com/problems/generate-parentheses/discuss/10110/Simple-Python-DFS-solution-with-
explanation
1
云端漫步_b5aa
·
2023-12-04 22:45
学习并不是一件容易的事儿
【E——
explanation
解释】学习,拆分来看,就是“学”和“习”。“学”是扩大认知、积累知识的过程;习,就是要练习、实践。
leahn丽艳
·
2023-12-03 15:08
525. Contiguous Array
hashmapComplexityGivenabinaryarray,findthemaximumlengthofacontiguoussubarraywithequalnumberof0and1.Example1:Input:[0,1]Output:2
Explanation
无差别刷题
·
2023-12-03 07:28
hash
presum
Lintcode 994. Contiguous Array (Medium) (Python)
,findthemaximumlengthofacontiguoussubarraywithequalnumberof0and1.ExampleExample1:Input:[0,1]Output:2
Explanation
2Young2Simple
·
2023-12-03 07:25
Lintcode刷题
Lintcode
Python
Contiguous Array
Givenabinaryarray,findthemaximumlengthofacontiguoussubarraywithequalnumberof0and1.Example1:Input:[0,1]Output:2
Explanation
flyatcmu
·
2023-12-03 07:54
hashmap
leetcode 525. Contiguous Array
Givenabinaryarray,findthemaximumlengthofacontiguoussubarraywithequalnumberof0and1.Example1:Input:[0,1]Output:2
Explanation
huanghanqian
·
2023-12-03 07:20
leetcode
leetcode
Lintcode 994 · Contiguous Array (presum + hashmap好题
ContiguousArrayAlgorithmsThelengthofthegivenbinaryarraywillnotexceed50,000.ExampleExample1:Input:[0,1]Output:2
Explanation
纸上得来终觉浅 绝知此事要躬行
·
2023-12-03 07:44
数据结构
leetcode
算法
【软件测试 #6】软件测试理论题目
[
EXPLANATION
]:答案:评错度量评错:在特定的条件下运行系统或者构件,观察或记录结果,对系统的某个方面做出评价。度量:分析某个软件项以发现现存的与要求的条件之差别。
emerald1999
·
2023-12-01 14:15
软件测试
软件测试
LeetCode343. Integer Break
>=2,andmaximizetheproductofthoseintegers.Returnthemaximumproductyoucanget.Example1:Input:n=2Output:1
Explanation
叶卡捷琳堡
·
2023-12-01 08:45
算法
数据结构
leetcode
c++
动态规划
算法32. Longest Valid Parentheses
'and')',findthelengthofthelongestvalid(well-formed)parenthesessubstring.Example1:Input:"(()"Output:2
Explanation
再学亿年呗
·
2023-11-30 23:59
【Leetcode】611. Valid Triangle Number 有效三角形的个数
yourtaskistocountthenumberoftripletschosenfromthearraythatcanmaketrianglesifwetakethemassidelengthsofatriangle.Example1:Input:[2,2,3,4]Output:3
Explanation
MYSDB
·
2023-11-30 22:37
Leetcode
Leetcode 190 - Reverse Bits
题目:Reversebitsofagiven32bitsunsignedinteger.Example:Input:43261596Output:964176192
Explanation
:43261596representedinbinaryas00000010100101000001111010011100
BlueSkyBlue
·
2023-11-28 20:59
LeetCode121. Best Time to Buy and Sell Stock
请注意,在购买之前不能出售股票Example1Input:[7,1,5,3,6,4]Output:5
Explanation
第二天买入,第五天卖出,利润是6-1=5.Example2:Input:[7,6,4,3,1
潘雪雯
·
2023-11-27 07:30
[LeetCode 32] Longest Valid Parentheses (Hard)
'and')',findthelengthofthelongestvalid(well-formed)parenthesessubstring.Example1:Input:"(()"Output:2
Explanation
灰睛眼蓝
·
2023-11-26 13:05
Leetcode-Medium 2. Add Two Numbers
Example:Input:(2->4->3)+(5->6->4)Output:7->0->8
Explanation
:342+465=807.思路递归代码实现#Definitionforsingly-linkedlist
致Great
·
2023-11-25 19:20
[leetcode]-50. Pow(x, n)(C语言)
2.00000,10Output:1024.00000Example2:Input:2.10000,3Output:9.26100Example3:Input:2.00000,-2Output:0.25000
Explanation
shen_zhu
·
2023-11-22 07:46
LeetCode108. Convert Sorted Array to Binary Search Tree
convertittoaheight-balancedbinarysearchtree.Example1:Input:nums=[-10,-3,0,5,9]Output:[0,-3,9,-10,null,5]
Explanation
叶卡捷琳堡
·
2023-11-21 07:03
算法
数据结构
c++
leetcode
树
leetcode刷题笔记(Golang)--190. Reverse Bits
ReverseBitsReversebitsofagiven32bitsunsignedinteger.Example1:Input:00000010100101000001111010011100Output:00111001011110000010100101000000
Explanation
圆滚滚coder
·
2023-11-12 21:37
算法
leetcode
golang
LeetCode刷题笔记--190. Reverse Bits
ReverseBitsEasy474135FavoriteShareReversebitsofagiven32bitsunsignedinteger.Example1:Input:00000010100101000001111010011100Output:00111001011110000010100101000000
Explanation
vivian0239
·
2023-11-12 21:06
[leetcode]-190. Reverse Bits
Reversebitsofagiven32bitsunsignedinteger.Example:Input:43261596Output:964176192
Explanation
:43261596representedinbinaryas00000010100101000001111010011100
shen_zhu
·
2023-11-12 21:36
leetcode 674. Longest Continuous Increasing Subsequence
Givenanunsortedarrayofintegers,findthelengthoflongestcontinuousincreasingsubsequence.Example1:Input:[1,3,5,4,7]Output:3
Explanation
小雨润如酥
·
2023-11-12 02:05
leetcode
c语言
leetcode
LeetCode --- 300. Longest Increasing Subsequence
MediumGivenanunsortedarrayofintegers,findthelengthoflongestincreasingsubsequence.Example:Input:[10,9,2,5,3,7,101,18]Output:4
Explanation
MissXy_
·
2023-11-12 02:01
LeetCode
300.
Longest
Increasing
Subsequence
Longest
Increasing
Subsequence
LeetCode
LeetCode --- 1995. Count Special Quadruplets 解题报告
returnthenumberofdistinctquadruplets(a,b,c,d)suchthat:nums[a]+nums[b]+nums[c]==nums[d],anda
Explanation
杨鑫newlfe
·
2023-11-11 20:19
Python
算法
LeetCode
leetcode
算法
职场和发展
面试
Python
Laravel 定时任务调度 的 Artisan 命令调度
1、创建命令phpartisanmake:commandcommand_name--command=artisan_command_name#
Explanation
:#command_name:生成的文件名
冰箱里的西瓜
·
2023-11-08 08:44
Laravel
php
laravel
linux
LSTM缓解梯度消失问题
ai-definition/lstm/https://towardsdatascience.com/illustrated-guide-to-lstms-and-gru-s-a-step-by-step-
explanation
ciki_tang
·
2023-11-07 21:41
算法
lstm
人工智能
机器学习
上一页
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
其他