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
LeetCode.cn
周赛377
文章目录周赛377[2974.最小数字游戏](https://
leetcode.cn
/problems/minimum-number-game/)模拟[2975.移除栅栏得到的正方形田地的最大面积](https
Miraclo_acc
·
2024-01-14 08:01
算法刷题记录
#
LC周赛
算法
双周赛121(模拟、位运算、BFS、数位DP上下界)
文章目录双周赛121[2996.大于等于顺序前缀和的最小缺失整数](https://
leetcode.cn
/problems/smallest-missing-integer-greater-than-sequential-prefix-sum
Miraclo_acc
·
2024-01-14 08:57
算法刷题记录
#
LC周赛
宽度优先
算法
代码随想录算法训练营29期Day18|LeetCode 513,112,113,106,105
文档讲解:找树左下角的值路径总和从中序与后序遍历序列构造二叉树513.找树左下角的值题目链接:https://
leetcode.cn
/problems/find-bottom-left-tree-value
tlingyuqi
·
2024-01-14 07:43
算法
leetcode
深度优先
c++
力扣labuladong一刷day58天设计朋友圈时间线
力扣labuladong一刷day58天设计朋友圈时间线一、355.设计推特题目链接:https://
leetcode.cn
/problems/design-twitter/description/思路
当年拼却醉颜红
·
2024-01-14 07:57
力扣算法题
leetcode
dreamweaver
算法
力扣labuladong一刷day59天动态规划
力扣labuladong一刷day59天动态规划文章目录力扣labuladong一刷day59天动态规划一、509.斐波那契数二、322.零钱兑换一、509.斐波那契数题目链接:https://
leetcode.cn
当年拼却醉颜红
·
2024-01-14 07:21
力扣算法题
leetcode
动态规划
算法
力扣 2696. 删除子串后的字符串最小长度
题目来源:https://
leetcode.cn
/problems/minimum-string-length-after-removing-substrings/C++题解:使用了栈,遇到B弹出A,遇到
江湖人称贺行风
·
2024-01-13 21:51
开始C++吧
leetcode
算法
c++
栈与队列
数据结构
代码随想录算法训练营29期Day17|LeetCode 110,257,404
文档讲解:代码随想录110.平衡二叉树题目链接:https://
leetcode.cn
/problems/balanced-binary-tree/description/思路:本题要求我们判断二叉树每个节点的左右两个子树的高度差的绝对值是否超过
tlingyuqi
·
2024-01-13 13:52
算法
leetcode
职场和发展
c++
代码随想录算法训练营29期Day15|LeetCode 102,226,101
文档讲解:层序遍历翻转二叉树对称二叉树102.二叉树的层序遍历题目链接:https://
leetcode.cn
/problems/binary-tree-level-order-traversal/description
tlingyuqi
·
2024-01-13 13:51
算法
leetcode
职场和发展
c++
代码随想录算法训练营29期Day3|LeetCode 203,707,206
文档讲解:代码随想录203.移除链表元素题目链接:https://
leetcode.cn
/problems/remove-linked-list-elements/思路:题目的本质就是让我们学会如何删除链表中的节点
tlingyuqi
·
2024-01-13 13:21
算法
c++
数据结构
链表
代码随想录算法训练营29期Day4|LeetCode 24,19,面试题02.07,142
文档讲解:代码随想录24.两两交换链表中的节点题目链接:https://
leetcode.cn
/problems/swap-nodes-in-pairs/思路:本题目与LeetCode206题反转链表有异曲同工之秒
tlingyuqi
·
2024-01-13 13:21
算法
leetcode
c++
代码随想录算法训练营29期Day8|LeetCode 344,541,151,卡码网 54,55
文档讲解:代码随想录344.反转字符串题目链接:https://
leetcode.cn
/problems/reverse-string/思路:本题目很简单,我们很容易就能发现,所谓的反转其实就是指定位置的两个字符互相交换
tlingyuqi
·
2024-01-13 13:21
算法
leetcode
c++
代码随想录算法训练营29期Day2|LeetCode 977,209,59
文档讲解:代码随想录977.有序数组的平方题目链接:https://
leetcode.cn
/problems/squares-of-a-sorted-array/思路:题目给出的数组保证有序,也就是说在数轴上是一个个点
tlingyuqi
·
2024-01-13 13:50
算法
leetcode
c++
代码随想录算法训练营29期Day13|LeetCode 239,347
文档讲解:滑动窗口最大值前k个高频元素栈与队列总结239.滑动窗口最大值题目链接:https://
leetcode.cn
/problems/sliding-window-maximum/submissions
tlingyuqi
·
2024-01-13 13:19
算法
leetcode
职场和发展
c++
代码随想录算法训练营29期Day16|LeetCode 104,559,111,222
文档讲解:二叉树的最大深度二叉树的最小深度完全二叉树的节点个数104.二叉树的最大深度题目链接:https://
leetcode.cn
/problems/maximum-depth-of-binary-tree
tlingyuqi
·
2024-01-13 07:11
算法
leetcode
职场和发展
c++
贪心算法part01 算法
贪心算法part01算法●理论基础●455.分发饼干●376.摆动序列●53.最大子序和1.leetcode455.分发饼干https://
leetcode.cn
/problems/assign-cookies
Belle_Daisy
·
2024-01-13 06:54
算法
算法
贪心算法
代码随想录算法训练营第2天 | 977.有序数组的平方 ,209.长度最小的子数组 ,59.螺旋矩阵II
programmercarl.com/%E6%95%B0%E7%BB%84%E7%90%86%E8%AE%BA%E5%9F%BA%E7%A1%80.html977.有序数组的平方题目链接:https://
leetcode.cn
Aaron_Yang.
·
2024-01-13 05:09
算法
矩阵
线性代数
代码随想录算法训练营第1天 | 704. 二分查找、27. 移除元素
/programmercarl.com/%E6%95%B0%E7%BB%84%E7%90%86%E8%AE%BA%E5%9F%BA%E7%A1%80.html704.二分查找题目链接:https://
leetcode.cn
Aaron_Yang.
·
2024-01-13 05:38
代码随想录算法训练营
算法
代码随想录算法训练营第3天 | 203.移除链表元素 ,707.设计链表 , 206.反转链表
programmercarl.com/%E9%93%BE%E8%A1%A8%E7%90%86%E8%AE%BA%E5%9F%BA%E7%A1%80.html203.移除链表元素题目链接:https://
leetcode.cn
Aaron_Yang.
·
2024-01-13 05:37
代码随想录算法训练营
算法
链表
数据结构
leetcode 437 路径总和
https://
leetcode.cn
/problems/path-sum-iii/description/?envType=study-plan-v2&envId=top-100-
懒癌少年丶
·
2024-01-13 02:02
leetcode
算法
职场和发展
343. 整数拆分
343.整数拆分原题链接:完成情况:解题思路:参考代码:_343整数拆分_拆分法_343整数拆分错误经验吸取原题链接:343.整数拆分https://
leetcode.cn
/problems/integer-break
Wzideng
·
2024-01-13 00:16
java学习
算法知识
#
LeetCode题解
java
排序算法
链表
算法
数据挖掘
66. 加一
66.加一题目链接:66.加一代码如下://参考:https://
leetcode.cn
/problems/plus-one/solutions/1057162/jia-yi-by-leetcode-solution
咔咔咔的
·
2024-01-12 22:52
leetcode
c++
389.找不同
示例2:输入:s="",t="y"输出:"y"提示:0a^b);}}作者:Sweetiee链接:https://
leetcode.cn
/problems/find-th
贰贰柒丶阿拽
·
2024-01-12 12:11
每日一题
开发语言
【LeetCode每日一题】2707. 字符串中的额外字符(哈希表+动态规划)
2024-1-9文章目录[2707.字符串中的额外字符](https://
leetcode.cn
/problems/extra-characters-in-a-string/)思路:哈希表+动态规划2707
翁佳明
·
2024-01-12 10:33
LeetCode
leetcode
算法
职场和发展
【LeetCode每日一题】2645. 构造有效字符串的最少插入数(计算组数+动态规划+考虑相邻字母)
2024-1-11文章目录[2645.构造有效字符串的最少插入数](https://
leetcode.cn
/problems/minimum-additions-to-make-valid-string
翁佳明
·
2024-01-12 10:59
LeetCode
leetcode
动态规划
代理模式
【LeetCode每日一题】2696. 删除子串后的字符串最小长度(调用栈)
2024-1-10文章目录[2696.删除子串后的字符串最小长度](https://
leetcode.cn
/problems/minimum-string-length-after-removing-substrings
翁佳明
·
2024-01-12 04:10
LeetCode
leetcode
算法
职场和发展
LeetCode 2696.删除子串后的字符串最小长度:栈
【LetMeFly】2696.删除子串后的字符串最小长度:栈力扣题目链接:https://
leetcode.cn
/problems/minimum-string-length-after-removing-substrings
Tisfy
·
2024-01-12 04:09
题解
#
力扣LeetCode
leetcode
算法
题解
栈
字符串
数据结构与算法(一)线性结构篇
我们本系列课程分为基础知识和算法实战两部分,其中算法实战在LeetCode上进行:https://
leetcode.cn
/,各位可以提前在平台上注册好相关账号。
青空の霞光
·
2024-01-11 20:05
C语言
算法
蓝桥杯
c语言
数据结构
15. 三数之和
15.三数之和题目链接:15.三数之和代码如下://参考题解:https://
leetcode.cn
/problems/3sum/solutions/2434939/san-shu-zhi-he-shuang-zhi-zhen-c-jian-da-jldr
咔咔咔的
·
2024-01-11 18:42
leetcode
c++
算法训练day11Leetcode20有效的括号1047删除字符串中所有相邻重复项150逆波兰表达式求值
今日学习的文章和视频链接https://
leetcode.cn
/problems/valid-parentheses/description/https://programmercarl.com/0020
dc爱傲雪和技术
·
2024-01-11 14:58
算法
leetcode hot100 easy
链接:https://
leetcode.cn
/problems/two-sumclassSolution:deftwoSum(self,num
HardyDragon_CC
·
2024-01-11 14:30
leetcode
算法
leetcode09-机器人能否返回原点
题目链接:https://
leetcode.cn
/problems/robot-return-to-origin/?
算法给的安全感
·
2024-01-11 11:04
leetcode刷题日记
算法
leetcode
leetcode10-困于环中的机器人
题目链接:https://
leetcode.cn
/problems/robot-bounded-in-circle/description/?
算法给的安全感
·
2024-01-11 11:02
leetcode刷题日记
leetcode
java
力扣第 379 场周赛VP
目录一1.思路2.代码二1.思路2.代码三1.思路2.代码四1.思路2.代码链接:https://
leetcode.cn
/contest/weekly-contest-379/一1.思路找最长对角线,很显然直接比较
ζั͡ޓއއއ坏尐絯
·
2024-01-11 11:53
算法比赛题解
leetcode
算法
LeetCode数据结构_C语言题解系列-23.合并k个有序链表
题目合并k个有序链表23.合并K个升序链表https://
leetcode.cn
/problems/merge-k-sorted-lists/困难给你一个链表数组,每个链表都已经按升序排列。
物质波波波
·
2024-01-11 08:29
1024程序员节
LeetCode数据结构_C语言题解系列-155. 最小栈
题目最小栈155.最小栈https://
leetcode.cn
/problems/min-stack/设计一个支持push,pop,top操作,并能在常数时间内检索到最小元素的栈。
物质波波波
·
2024-01-11 08:58
数据结构与算法
数据结构
leetcode
c语言
力扣labuladong一刷day54天前缀树
实现Trie(前缀树)二、648.单词替换三、211.添加与搜索单词-数据结构设计四、1804.实现Trie(前缀树)II五、677.键值映射一、208.实现Trie(前缀树)题目链接:https://
leetcode.cn
当年拼却醉颜红
·
2024-01-11 00:45
力扣算法题
leetcode
c#
算法
力扣labuladong一刷day55天求中位数
力扣labuladong一刷day55天求中位数一、295.数据流的中位数题目链接:https://
leetcode.cn
/problems/find-median-from-data-stream/description
当年拼却醉颜红
·
2024-01-11 00:15
力扣算法题
leetcode
数据库
算法
力扣labuladong一刷day57天队列实现栈以及栈实现队列
day57天队列实现栈以及栈实现队列文章目录力扣labuladong一刷day57天队列实现栈以及栈实现队列一、232.用栈实现队列二、225.用队列实现栈一、232.用栈实现队列题目链接:https://
leetcode.cn
当年拼却醉颜红
·
2024-01-11 00:15
力扣算法题
leetcode
算法
职场和发展
155.最小栈
来源:力扣(LeetCode)链接:https://
leetcode.cn
/probl
迅~
·
2024-01-10 17:19
LeetCode刷题笔记
算法
数据结构
c语言
动态规划——不同路径II
63.不同路径II-力扣(LeetCode)编辑https://
leetcode.cn
/problems/unique-paths-ii/description/https://
leetcode.cn
/
m0_64953392
·
2024-01-10 17:09
动态规划
算法
LeetCode——438. 找到字符串中所有字母异位词
来源:力扣(LeetCode)链接:https://
leetcode.cn
/problems/find-all-anagrams-in-a-string/description/二、C++解法我的思路及代码滑动窗口采用
天地神仙
·
2024-01-10 15:49
力扣
leetcode
算法
算法复杂度(时间复杂度、空间复杂度)
时间复杂度参考:https://
leetcode.cn
/leetbook/read/illustration-of-algorithm/r84gmi/1.概念:时间复杂度指输入数据大小为N时,算法运行所需花费的时间
盖盖衍上
·
2024-01-10 11:17
算法题练习
算法
回溯算法 part04
回溯算法part04今日任务●93.复原IP地址●78.子集●90.子集II1.leetcode93.复原IP地址https://
leetcode.cn
/problems/restore-ip-addresses
Belle_Daisy
·
2024-01-10 03:46
算法
回溯算法part02 算法
回溯算法part02今日内容:●216.组合总和III●17.电话号码的字母组合1.LeetCode216.组合总和IIIhttps://
leetcode.cn
/problems/combination-sum-iii
Belle_Daisy
·
2024-01-10 03:16
算法
java
回溯算法part03 算法
回溯算法part03算法今日任务●39.组合总和●40.组合总和II●131.分割回文串1.leetcode39.组合总和https://
leetcode.cn
/problems/combination-sum
Belle_Daisy
·
2024-01-10 03:16
算法
20240109 SQL基础50题打卡
20240109SQL基础50题打卡文章目录20240109SQL基础50题打卡[602.好友申请II:谁有最多的好友](https://
leetcode.cn
/problems/friend-requests-ii-who-has-the-most-friends
xwhking
·
2024-01-09 16:33
SQL基础50题
sql
数据库
20240108 SQL基础50题打卡
20240108SQL基础50题打卡文章目录20240108SQL基础50题打卡[1321.餐馆营业额变化增长](https://
leetcode.cn
/problems/restaurant-growth
xwhking
·
2024-01-09 16:03
SQL基础50题
sql
数据库
二叉树基础oj练习
1.单值二叉树题目:力扣https://
leetcode.cn
/problems/univalued-binary-tree/思路:单值二叉树=root和左右孩子的值相等+左子树是单值二叉树+右子树是单值二叉树代码
xiguazkb123
·
2024-01-09 03:03
数据结构刷题
数据结构
【LeetCode每日一题】383. 赎金信(计数模拟)
2024-1-7文章目录[383.赎金信](https://
leetcode.cn
/problems/ransom-note/)思路:计数模拟383.赎金信思路:计数模拟1.通过数组对字母进行计数2.magazine
翁佳明
·
2024-01-08 18:56
LeetCode
leetcode
算法
职场和发展
【LeetCode每日一题】447. 回旋镖的数量(枚举+哈希表)
2024-1-8文章目录[447.回旋镖的数量](https://
leetcode.cn
/problems/number-of-boomerangs/)思路:枚举+哈希表:447.回旋镖的数量思路:枚举
翁佳明
·
2024-01-08 18:22
LeetCode
leetcode
散列表
算法
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
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
其他