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
Problems~
算法训练day20Leetcode654最大二叉树617合并二叉树700二叉树中的1搜索98验证二叉搜索树
654最大二叉树题目https://leetcode.cn/
problems
/maximum-binary-tree/description/我的想法中序遍历递归,找到最大值然后作为根节点题目分析凡是构造二叉树的题目都用前序遍历
dc爱傲雪和技术
·
2024-01-22 08:52
算法
数列 Leetcode 70 爬楼梯 Fibonacci数列
1阶+1阶+1阶1阶+2阶2阶+1阶来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/cli
禾木清清
·
2024-01-22 02:22
数据结构与算法之数组: LeetCode 605. 种花问题 (Typescript版)
种花问题https://leetcode.cn/
problems
/can-place-flowers/描述假设有一个很长的花坛,一部分地块种植了花,另一部分却没有。
Wang's Blog
·
2024-01-21 23:06
Data
Structure
and
Algorithms
Typescript
leetcode
算法
typescript
2022-04-28 「167. 两数之和 II - 输入有序数组」
今日中等题:https://leetcode-cn.com/
problems
/two-sum-ii-input-array-is-sorted/一般这种排序后的题目,就是让你用二分法或者双指针,但是坏习惯是开始就想先爆破
柠香萌萌鸡
·
2024-01-21 22:40
剑指Offer.21 调整数组顺序使奇数在偶数前
所有偶数位于数组的后半部分示例:输入:nums=[1,2,3,4]输出:[1,3,2,4]注:[3,1,2,4]也是正确的答案来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
刻苦驴哝
·
2024-01-21 21:16
代码随想录算法训练营29期Day25|LeetCode 216,17
文档讲解:组合总和III电话号码的字母组合216.组合总和III题目链接:https://leetcode.cn/
problems
/combination-sum-iii/description/思路:
tlingyuqi
·
2024-01-21 21:02
算法
leetcode
职场和发展
c++
Technical Support
Thisgamefocusesonthebestgames,ifyouencounterany
problems
inthegame,pleasecontactusintime.Email:vgvsvgkmnkn315
破鞋漏脚尖
·
2024-01-21 21:44
425. Word Squares
Solution:思路:https://leetcode.com/
problems
/word-squares/discuss/91333TimeComplexity:O(N)SpaceComplexity
matrxyz
·
2024-01-21 17:46
AtCoder Beginner Contest 337 (ABCDEG题)
A-Scoreboard
ProblemS
tatementTeamTakahashiandTeamAokiplayedNNNmatches.Intheiii-thmatch(1≤i≤N)(1\leqi\leqN
阿史大杯茶
·
2024-01-21 16:32
Atcoder
Atcoder
算法
654. 最大二叉树
题目描述:https://leetcode-cn.com/
problems
/maximum-binary-tree/description/分析:https://www.youtube.com/watch
小王同学加油
·
2024-01-21 15:12
【LeetCode每日一题】2171. 拿出最少数目的魔法豆
2024-1-18文章目录[2171.拿出最少数目的魔法豆](https://leetcode.cn/
problems
/removing-minimum-number-of-magic-beans/)思路
翁佳明
·
2024-01-21 14:26
LeetCode
leetcode
算法
职场和发展
【LeetCode每日一题】2809. 使数组和小于等于 x 的最少时间
2024-1-19文章目录[2809.使数组和小于等于x的最少时间](https://leetcode.cn/
problems
/minimum-time-to-make-array-sum-at-most-x
翁佳明
·
2024-01-21 14:26
leetcode
算法
职场和发展
【LeetCode每日一题】2809. 使数组和小于等于 x 的最少时间
2024-1-19文章目录[2809.使数组和小于等于x的最少时间](https://leetcode.cn/
problems
/minimum-time-to-make-array-sum-at-most-x
翁佳明
·
2024-01-21 14:26
leetcode
算法
职场和发展
【LeetCode每日一题】2788. 按分隔符拆分字符串
2024-1-20文章目录[2788.按分隔符拆分字符串](https://leetcode.cn/
problems
/split-strings-by-separator/)思路:2788.按分隔符拆分字符串思路
翁佳明
·
2024-01-21 14:54
LeetCode
leetcode
算法
职场和发展
班级:L3-A 姓名:Pearl 学号:20193000140日期:2020/3./28 作业序号:002
题目:Manyyoungpeoplespendalotoftimeoninternetwithoutanyparentalsupervisionorcontrol.Whataresome
problems
causedbyunrestricteduseoftheinternet
Pearl_a978
·
2024-01-21 14:04
LeetCode 34. 在排序数组中查找元素的第一个和最后一个位置
你必须设计并实现时间复杂度为O(logn)的算法解决此问题链接https://leetcode.cn/
problems
/search-insert-position/个人
fenjijue
·
2024-01-21 13:02
LeetCode
leetcode
算法
数据结构
贪心十四:柠檬水找零
题目地址:https://leetcode-cn.com/
problems
/lemonade-change/题目描述:在柠檬水摊上,每一杯柠檬水的售价为5美元。
程一刀
·
2024-01-21 13:49
SQP算法论文阅读1:NLPQL: A FORTRAN subroutine solving constrained nonlinear programming
problems
SchittkowskiK.NLPQL:AFORTRANsubroutinesolvingconstrainednonlinearprogramming
problems
[J].Annalsofoperationsresearch
小林up
·
2024-01-21 13:57
科研
算法
SQP
论文
力扣白嫖日记(sql)
前言练习sql语句,所有题目来自于力扣(https://leetcode.cn/
problems
et/database/)的免费数据库练习题。
Gary.Li
·
2024-01-21 12:19
leetcode
sql
数据库
力扣白嫖日记(sql)
前言练习sql语句,所有题目来自于力扣(https://leetcode.cn/
problems
et/database/)的免费数据库练习题。
Gary.Li
·
2024-01-21 12:19
leetcode
sql
数据库
力扣白嫖日记(sql)
前言练习sql语句,所有题目来自于力扣(https://leetcode.cn/
problems
et/database/)的免费数据库练习题。
Gary.Li
·
2024-01-21 12:49
力扣刷题
leetcode
sql
数据库
AtCoder Toyota Programming Contest 2023#8(AtCoder Beginner Contest 333)A题解
A-ThreeThreesEditorialTimeLimit:2sec/MemoryLimit:1024MBScore:points100100
ProblemS
tatementYouaregivenanintegerbetweenand
tiger_mushroom
·
2024-01-21 11:03
算法
c++
数据结构
AtCoder Beginner Contest 336 A题解
ProblemS
tatementForapositiveinteger�X,theDragonStringoflevel�Xisastringoflength(�+3)(X+3)formedbyoneL
tiger_mushroom
·
2024-01-21 11:03
c++
AtCoder Beginner Contest 336 B题解
ProblemS
tatementForapositiveinteger�X,letctz(�)ctz(X)bethe(maximal)numberofconsecutivezerosattheendofthebinarynotationof
tiger_mushroom
·
2024-01-21 11:03
算法
AtCoder Beginner Contest 336 E题解
ProblemS
tatementThedigitsumofapositiveinteger�nisdefinedasthesumofthedigitsinthedecimalnotationof�n.Forexample
tiger_mushroom
·
2024-01-21 11:01
c++
LeetCode 2788.按分隔符拆分字符串:模拟(字符串处理)
【LetMeFly】2788.按分隔符拆分字符串:模拟(字符串处理)力扣题目链接:https://leetcode.cn/
problems
/split-strings-by-separator/给你一个字符串数组
Tisfy
·
2024-01-21 11:25
题解
#
力扣LeetCode
leetcode
题解
字符串
模拟
遍历
最长公共前缀 LeetCode14
最长公共前缀题目链接:https://leetcode-cn.com/
problems
/longest-common-prefix/题目描述编写一个函数来查找字符串数组中的最长公共前缀。
萌果爱吃芒果
·
2024-01-21 09:13
LeetCode
leetcode
算法
Technical Support
Providetechnicalsupportforrelatedappsofourcompany.Ifyouencounterany
problems
duringuse,youcancontactus.Contactemail
yxh7
·
2024-01-21 06:24
蓝桥杯真题(Python)每日练Day1
本人使用lanqiaoOJ练习,地址:www.lanqiao.cn/
problems
登录后即可根据题号查找到题目。题目部分将截图展示,题目分析讲述大
尚.西西弗斯
·
2024-01-21 06:13
蓝桥杯(Python)
蓝桥杯
python
Temporal Distinctiveness for Self-supervised Privacy-preservation for video Anomaly Detection 论文阅读
TemporalDistinctivenessforSelf-supervisedPrivacy-preservationforvideoAnomalyDetectionAbstract1.Introduction2.RelatedWorks3.Method3.1.
ProblemS
tatement3.2
何大春
·
2024-01-21 06:34
论文阅读
论文阅读
计算机视觉
深度学习
python
论文笔记
链表的相交
https://leetcode.cn/
problems
/intersection-of-two-linked-lists-lcci/给你两个单链表的头节点headA和headB,请你找出并返回两个单链表相交的起始节点
铁蛋Q
·
2024-01-20 23:08
链表
数据结构
c语言
hihocoder56
http://hihocoder.com/contest/offers56/
problems
题目1:卡片游戏一开始一直WA,好难找bug,就写了个暴力,随机产生一些输入packagel561;importjava.util.ArrayList
GoDeep
·
2024-01-20 20:45
Day87 零钱兑换
https://leetcode-cn.com/
problems
/coin-change/示例1:输入:coins=[1,2,5],amount=11输出:3解释:11=5+5+1示例2:输入:coins
Shimmer_
·
2024-01-20 17:04
1024. 视频拼接
题目(https://leetcode-cn.com/
problems
/video-stitching/)你将会获得一系列视频片段,这些片段来自于一项持续时长为T秒的体育赛事。
Mastergad
·
2024-01-20 17:19
《Python数据分析技术栈》第03章 02 使用Sympy解决数学问题(Using Sympy for math
problems
)
02使用Sympy解决数学问题(UsingSympyformath
problems
)《Python数据分析技术栈》第03章02使用Sympy解决数学问题(UsingSympyformath
problems
Python私教
·
2024-01-20 08:52
Python数据分析技术栈
python
数据分析
python
数据分析
开发语言
2809. 使数组和小于等于 x 的最少时间
2809.使数组和小于等于x的最少时间-力扣(LeetCode)https://leetcode.cn/
problems
/minimum-time-to-make-array-sum-at-most-x
云儿乱飘
·
2024-01-20 07:10
#
动态规划经典
算法
dp
7. 整数反转
题目:https://leetcode-cn.com/
problems
/reverse-integer/给你一个32位的有符号整数x,返回将x中的数字部分反转后的结果。
gykimo
·
2024-01-20 06:17
讲解:EF 5070、Financial Econometrics、R、RR|C/C++
PS2EF5070:FinancialEconometricsEF5070:FinancialEconometrics
ProblemS
et2Due5:00pm,Nov1st,2019Notes1.DueFriday
sxpeqo4
·
2024-01-20 06:52
人工智能发展简史第二章:第一次浪潮期-20 世纪 60 年代
其中的代表性事件是丹尼尔·博布罗(DanielBobrow)在1964年发表了NaturalLanguageInputforaComputer
ProblemS
olvingSystem,以及约瑟夫·维森鲍姆
ChatGPT_X
·
2024-01-20 04:39
人工智能
双指针法(五)---比较含退格的字符串
记录双指针题目----比较含退格的字符串力扣题目链接:https://leetcode.cn/
problems
/backspace-string-compare/题目:比较含退格的字符串给定s和t两个字符串
蜗牛钉
·
2024-01-20 04:30
leetcode
java
算法
337. 打家劫舍 III
原题链接:完成情况:参考代码:_337打家劫舍III_直接遍历_337打家劫舍III_递归遍历_337打家劫舍III_dp错误经验吸取原题链接:337.打家劫舍IIIhttps://leetcode.cn/
problems
Wzideng
·
2024-01-20 03:41
java学习
算法知识
#
LeetCode题解
java
排序算法
算法
数据结构
198. 打家劫舍
198.打家劫舍原题链接:完成情况:参考代码:_198打家劫舍_198打家劫舍_滚动优化_198打家劫舍_滚动数组错误经验吸取原题链接:198.打家劫舍https://leetcode.cn/
problems
Wzideng
·
2024-01-20 03:11
java学习
算法知识
#
LeetCode题解
算法
leetcode
数据结构
回归
排序算法
213. 打家劫舍 II
213.打家劫舍II原题链接:完成情况:参考代码:错误经验吸取原题链接:213.打家劫舍II、https://leetcode.cn/
problems
/house-robber-ii/description
Wzideng
·
2024-01-20 03:11
java学习
算法知识
#
LeetCode题解
回归
排序算法
算法
java
_198打家劫舍
198打家劫舍原题链接:完成情况:解题思路:_198打家劫舍_198打家劫舍_滚动数组_198打家劫舍_滚动优化参考代码:错误经验吸取原题链接:_198打家劫舍https://leetcode.cn/
problems
Wzideng
·
2024-01-20 03:35
java学习
算法知识
#
LeetCode题解
人工智能
算法
leetcode
[LeetCode] 395. Longest Substring with At Least K Repeating Characters
题:https://leetcode.com/
problems
/longest-substring-with-at-least-k-repeating-characters/description/题目
早起的鸟儿有虫吃h
·
2024-01-20 02:39
LeetCode
LeetCode 395. Longest Substring with At Least K Repeating Characters
ProblemS
tatement(Source)FindthelengthofthelongestsubstringTofagivenstring(consistsoflowercaselettersonly
junchen1992
·
2024-01-20 02:06
算法
LeetCode
随心玩玩(十四)词法解析器
写在前面:和大佬交流的时候我完全啊吧啊吧,只能恶补一下这部分知识了参考资料:https://academic.jyunko.cn/2023/03/03/Now-You-Have-Three-
Problems
.html
likeGhee
·
2024-01-20 01:52
随心玩玩
算法
代码随想录算法训练营29期Day24|LeetCode 77
文档讲解:回溯理论基础组合70.修剪二叉搜索树题目链接:https://leetcode.cn/
problems
/combinations/description/思路:这题没有什么好的解决方式,因此就只能递归加回溯
tlingyuqi
·
2024-01-20 00:00
算法
leetcode
职场和发展
c++
代码随想录算法训练营29期Day23|LeetCode 669,108,538
文档讲解:修剪二叉搜索树将有序数组转换为二叉搜索树把二叉搜索树转换为累加树669.修剪二叉搜索树题目链接:https://leetcode.cn/
problems
/trim-a-binary-search-tree
tlingyuqi
·
2024-01-20 00:25
代码随想录算法训练营29期
算法
leetcode
职场和发展
c++
链表的分割
https://leetcode.cn/
problems
/partition-list-lcci/submissions/496780619/给你一个链表的头节点head和一个特定值x,请你对链表进行分隔
铁蛋Q
·
2024-01-20 00:08
链表
数据结构
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
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
其他