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
【力扣题解】32. 最长有效括号
【题目设置】:难度:困难链接:https://leetcode-cn.com/
problems
/longest-valid-parentheses题目描述:给你一个只包含‘(’和‘)’的字符串,找出最长有效
JordanPanther
·
2025-03-28 03:28
算法
动态规划
算法
代码随想录算法训练营第二十五天 | 491. 非递减子序列、46. 全排列、47.全排列 II、332. 重新安排行程、51. N 皇后、37. 解数独
491.非递减子序列题目链接:https://leetcode.cn/
problems
/non-decreasing-subsequences/description/文档讲解:https://programmercarl.com
榛果咖啡有点苦
·
2025-03-26 18:22
代码随想录算法训练营
算法
代码随想录算法训练营第三十六天 | 1049. 最后一块石头的重量 II、494. 目标和、474. 一和零
1049.最后一块石头的重量II(*)题目链接:https://leetcode.cn/
problems
/last-stone-weight-ii/文档讲解:https://programmercarl.com
榛果咖啡有点苦
·
2025-03-26 18:22
代码随想录算法训练营
算法
高频SQL50题 第四天 | 1251. 平均售价、620. 有趣的电影、1075. 项目员工 I、1633. 各赛事的用户注册率
知识点导览:日期大小比较;ifnull(字段,默认值)函数;取余操作;字符串比较like;逆序desc1251.平均售价题目链接:https://leetcode.cn/
problems
/average-selling-price
榛果咖啡有点苦
·
2025-03-26 17:48
高频
SQL
50
题
mysql
力扣刷题-热题100题-第12题(c++、python)
76.最小覆盖子串-力扣(LeetCode)https://leetcode.cn/
problems
/minimum-window-substring/?
weixin_44505472
·
2025-03-25 20:09
leetcode
c++
算法
python
力扣刷题-热题100题-第21题(c++、python)
240.搜索二维矩阵II-力扣(LeetCode)https://leetcode.cn/
problems
/search-a-2d-matrix-ii/submissions/613522892/?
weixin_44505472
·
2025-03-25 20:09
算法
c++
python
leetcode
力扣刷题-热题100题-第3题(C、python)
128.最长连续序列-力扣(LeetCode)https://leetcode.cn/
problems
/longest-consecutive-sequence/?
weixin_44505472
·
2025-03-25 20:39
leetcode
算法
职场和发展
leetcode 27:移除元素
https://leetcode.cn/
problems
/remove-element/classSolution{publicintremoveElement(int[]nums,intval){intcount
Susan_330818
·
2025-03-25 01:51
leetcode
算法
数据结构
COMP 5076 Problem Solving in the Digital Age
COMP5076
ProblemS
olvingintheDigitalAgeAssignment1–Wizard-of-OzPaperPrototypeUniSASTEMTheUniversityofSouthAustralia2025SP2Warning
W_X_99515681
·
2025-03-24 19:58
数据结构
leetcode:15.三数之和
15.三数之和来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/3sum给你一个包含n个整数的数组nums,判断nums中是否存在三个元素a,b,c,使得a+
uncle_ll
·
2025-03-24 16:05
编程练习-Leetcode
leetcode
三数之和
双指针
算法训练营
数组
LeetCode第104题_二叉树的最大深度
难度简单问题链接https://leetcode.cn/
problems
/maximum-depth-of-binary-tree/示例示例1:输入:root=[3,9,20,null,null,15,7
@蓝莓果粒茶
·
2025-03-24 15:04
算法
leetcode
算法
职场和发展
c++
数据结构
python
c#
Leetcode 160 Intersection of Two Linked Lists
题意给定两个链表,找这两个链表第一个公共节点,如果没有返回nullptr题目链接https://leetcode.com/
problems
/intersection-of-two-linked-lists
xxxmmc
·
2025-03-23 12:35
leetcode
算法
双指针
力扣 160 - Intersection of Two Linked Lists. (相交链表) Python双指针
(相交链表)Python双指针原题地址:https://leetcode.com/
problems
/intersection-of-two-linked-lists/Giventheheadsoftwosinglylinked-listsheadAandheadB
小杨快没头发了
·
2025-03-23 11:04
Leetcode
刷题
力扣刷题-热题100题-第20题(c++、python)
48.旋转图像-力扣(LeetCode)https://leetcode.cn/
problems
/rotate-image/?
weixin_44505472
·
2025-03-23 02:06
c++
python
leetcode
栈 力扣hot100热门面试算法题 面试基础 核心思路 背题 滑动窗口最大值 字符串解码 每日温度 柱状图中最大矩形 有效的括号 最小栈
滑动窗口最大值https://leetcode.cn/
problems
/sliding-window-maximum/题解链接https://leetcode.cn/
problems
/sliding-window-maximum
尘土哥
·
2025-03-22 20:26
算法
leetcode
面试
COMP 5076 Problem Solving in the Digital Age
COMP5076
ProblemS
olvingintheDigitalAgeAssignment1–Wizard-of-OzPaperPrototypeUniSASTEMTheUniversityofSouthAustralia2025SP2Warning
·
2025-03-21 20:52
后端
LeetCode第98题_验证二叉搜索树
难度中等问题链接https://leetcode.cn/
problems
/validate-binary-search-tree/示例示例1:输入:
@蓝莓果粒茶
·
2025-03-21 09:45
算法
leetcode
linux
算法
链表
c++
数据结构
python
高频SQL50题 第一天 | 1757. 可回收且低脂的产品、584. 寻找用户推荐人、595. 大的国家、1683. 无效的推文、1148. 文章浏览 I
1757.可回收且低脂的产品题目链接:https://leetcode.cn/
problems
/recyclable-and-low-fat-products/description/?
榛果咖啡有点苦
·
2025-03-20 14:47
高频
SQL
50
题
mysql
宝石组合 第十五届蓝桥杯大赛软件赛省赛C/C++ 大学 B 组
宝石组合题目来源第十五届蓝桥杯大赛软件赛省赛C/C++大学B组原题链接蓝桥杯宝石组合https://www.lanqiao.cn/
problems
/19711/learning/问题描述P10426[蓝桥杯
Geometry Fu
·
2025-03-19 10:22
蓝桥杯
蓝桥杯
c语言
c++
Codeforces 1793C. Dora and Search
题目链接:https://codeforces.com/
problems
et/problem/1793/Ctimelimitpertest:1second;memorylimitpertest:256megabytesAsyouknow
弗雷德的青蛙
·
2025-03-18 15:49
python
constructive
two
pointers
data
structures
链表 力扣hot100热门面试算法题 面试基础 核心思路 背题 LRU 合成K个升序链表 环形链表II 合成两个有序链表 两数相加 删除链表的倒数第N个节点 两两交换链表中的节点 K个一组反转链表等
相交链表https://leetcode.cn/
problems
/intersection-of-two-linked-lists/核心思路设第一个公共节点为node,headA的节点数量为a,headB
尘土哥
·
2025-03-18 13:37
算法
链表
leetcode
LeetCode:215 数组中第k个最大元素 优先队列 / 堆
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/kth-l
AkagiSenpai
·
2025-03-18 04:16
LeetCode
数据结构
leetcode
数据结构
优先队列
堆
leetcode:206.反转链表
206.反转链表来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/reverse-linked-list给你单链表的头节点head,请你反转链表,并返回反转后的链表
uncle_ll
·
2025-03-18 04:45
编程练习-Leetcode
leetcode
链表反转
递归
迭代
算法训练营
数字接龙 第十五届蓝桥杯大赛软件赛省赛C/C++ 大学 B 组
数字接龙题目来源第十五届蓝桥杯大赛软件赛省赛C/C++大学B组原题链接蓝桥杯数字接龙https://www.lanqiao.cn/
problems
/19712/learning/问题描述题目描述小蓝最近迷上了一款名为
Geometry Fu
·
2025-03-18 03:04
蓝桥杯
蓝桥杯
c语言
c++
803A. Maximal Binary Matrixcon
题目链接:https://codeforces.com/
problems
et/problem/803/Atimelimitpertest:1second;memorylimitpertest:256megabytesYouaregivenmatrixwithnrowsandncolumnsfilledwithzeroes.Youshouldputkonesinitinsuchawaythatthe
弗雷德的青蛙
·
2025-03-17 11:33
python
constructive
算法
Codeforces 158B. Taxi
题目题目链接:https://codeforces.com/
problems
et/problem/158/Btimelimitpertest:3seconds;memorylimitpertest:256megabytesAfterthelessonsngroupsofschoolchildrenwentoutsideanddecidedtovisitPolycarpustocelebratehi
弗雷德的青蛙
·
2025-03-17 00:14
python
贪心算法
力扣 2697. 字典序最小回文串
题目来源:https://leetcode.cn/
problems
/lexicographically-smallest-palindrome/C++题解:从两端往中间判断,不同时则用字典序小的替换字典序大的
江湖人称贺行风
·
2025-03-16 14:29
开始C++吧
leetcode
算法
c++
蓝桥杯好题推荐---子集
个人主页:羽晨同学个人格言:“成为自己未来的主人~”题目链接78.子集-力扣(LeetCode)https://leetcode.cn/
problems
/subsets/description/解题思路在这道题目当中
羽晨同学
·
2025-03-16 00:18
蓝桥杯C++组
蓝桥杯
职场和发展
Development
Problems
Based On PyTorch
问题解决RuntimeError:unabletowritetofile:Nospaceleftondevice(28)问题描述:Traceback(mostrecentcalllast):File"/opt/conda/lib/python3.10/multiprocessing/queues.py",line244,in_feedobj=_ForkingPickler.dumps(obj)Fi
woxiwangxuehaocpp
·
2025-03-15 12:12
pytorch
深度学习
人工智能
买瓜 第十四届蓝桥杯大赛软件赛省赛C/C++ 大学 A 组
买瓜题目来源第十四届蓝桥杯大赛软件赛省赛C/C++大学A组原题链接蓝桥杯买瓜https://www.lanqiao.cn/
problems
/3505/learning/问题描述题目描述小蓝正在一个瓜摊上买瓜
Geometry Fu
·
2025-03-14 01:31
蓝桥杯
蓝桥杯
c语言
c++
异或和之和 第十四届蓝桥杯大赛软件赛省赛C/C++ 大学 A 组
异或和之和题目来源第十四届蓝桥杯大赛软件赛省赛C/C++大学A组原题链接蓝桥杯异或和之和https://www.lanqiao.cn/
problems
/3507/learning/问题描述问题分析要点1
Geometry Fu
·
2025-03-14 01:59
蓝桥杯
蓝桥杯
c语言
c++
LeetCode 376. 摆动序列 java题解
https://leetcode.cn/
problems
/wiggle-subsequence/description/只要不满足摆动条件,就不更新count和prediff当prevDiff取等号时,
奔跑的废柴
·
2025-03-13 10:45
LeetCode
leetcode
java
算法
贪心
贪心算法
C语言每日一练Day03——移除元素
移除元素问题描述解题方案思路一思路二思路三(最优解)总结:问题描述原题链接:https://leetcode.cn/
problems
/remove-element/解题方案思路一思路一:首先通过简单分析
不摸鱼的程序员
·
2025-03-12 19:22
『C语言』初阶+进阶
c语言
算法
leetcode
学习
经验分享
【算法day7】 Z 字形变换 (O2算法思路整理)
Z字形变换,算法思路整理https://leetcode.cn/
problems
/zigzag-conversion/将一个给定字符串s根据给定的行数numRows,以从上往下、从左到右进行Z字形排列。
舔甜歌姬的EGUMI LEGACY
·
2025-03-12 11:04
算法
算法
LeetCode刷题实战522:最长特殊序列 II
今天和大家聊的问题叫做最长特殊序列II,我们先来看题面:https://leetcode-cn.com/
problems
/longest-uncommon-subsequence-ii/Givenanarrayof
编程IT圈
·
2025-03-11 06:41
字符串
算法
leetcode
java
数据结构
字符串相乘——大整数乘法
输入:num1=“2”,num2=“3”输出:“6”来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/multiply-strings著作权归领扣网络所有
菜鸟日常
·
2025-03-10 23:46
算法
c# sdl 音频_使用SDL.NET教程C用C#编程游戏
c#sdl音频Oneofthe
problems
withopensourceisthatprojectssometimesseemtofallbythewaysideortakeconfusingturns.TakeSDL.NET.Ignoringthewebsiteforsale
cumao2792
·
2025-03-09 18:28
c#
游戏
java
python
.net
C0复习——课堂笔记<1>
未来号编程(wlhcode.com)http://oj.wlhcode.com/
problems
et.php【C0】找偶数题目描述找出1到100间的偶数并输出,每个数一行输入无输出24681012...
玄湖白虎
·
2025-03-08 11:07
笔记
算法
c++
1745. 分割回文串 IV
1745.分割回文串IV题目链接:1745.分割回文串IV代码如下://参考链接:https://leetcode.cn/
problems
/palindrome-partitioning-iv/solutions
咔咔咔的
·
2025-03-08 10:28
leetcode
c++
168. Excel表列名称(JS实现)
->B3->C…26->Z27->AA28->AB…示例1:输入:1输出:“A”示例2:输入:28输出:“AB”示例3:输入:701输出:“ZY”链接:https://leetcode-cn.com/
problems
PAT-python-zjw
·
2025-03-08 07:42
剑指offer
INT2067/INT5051 Introduction to Programming
Assignment2INT2067/INT5051IntroductiontoProgrammingand
ProblemS
olving2024-2025Semester2DueDate:March16,2025
·
2025-03-08 01:09
后端
INT2067/INT5051 Introduction to Programming
Assignment2INT2067/INT5051IntroductiontoProgrammingand
ProblemS
olving2024-2025Semester2DueDate:March16,2025
·
2025-03-07 21:05
后端
数据结构与算法--实现链表的复制(链表中节点比较特殊,含有一个rand指针,指向任意一个节点)
已在leetcode上执行通过//https://leetcode.com/
problems
/copy-list-with-random-pointer/leetcode地址publicclassCopyListWithRandom
请叫我大虾
·
2025-03-07 07:19
数据结构
链表
数据结构
Java面试学习资源
【网站】牛客网https://www.nowcoder.com/【网站】力扣https://leetcode.com/https://leetcode-cn.com/
problems
et/all/中文社区
web13595609705
·
2025-03-05 23:04
面试
学习路线
阿里巴巴
java
面试
学习
LeetCode 59:螺旋矩阵Ⅱ python(边界收缩)
一、题目题目传送门—https://leetcode-cn.com/
problems
/spiral-matrix-ii/二、解析这个题目有点绕,从定义变量,定义二维列表,到一圈一圈向内旋转填充数字,再到最后的边界确定每一
地塞米米松
·
2025-03-05 03:15
Leetcode刷题
leetcode
矩阵
python
【菜笔cf刷题日常-1600】C. Balanced Stone Heaps(二分求min/max)
链接:https://codeforces.com/
problems
et/problem/1062/D题意:给你一个序列,从i=3开始到i=n进行操作,每一次操作可以将a[i]减去3*d(d对于每一次操作都是任意的
IamDickman
·
2025-03-04 21:57
二分
codeforces
算法14--优先级队列(堆)
堆原理经典例题[1046.最后一块石头的重量](https://leetcode.cn/
problems
/last-stone-weight/description/)[703.数据流中的第K大元素](
黑眼圈的小熊猫
·
2025-03-04 12:42
算法
算法15--BFS
BFS原理经典例题解决FloodFill算法[733.图像渲染](https://leetcode.cn/
problems
/flood-fill/description/)[200.岛屿数量](https
黑眼圈的小熊猫
·
2025-03-04 12:42
算法
宽度优先
回溯算法之子集问题
如果对组合问题不太了解,可以看一下我的这两篇文章回溯算法之组合和排列问题和回溯算法之组合和排列结果如何去重2.子集问题题目来自于https://leetcode.cn/
problems
/subsets/
比奇堡的天没有云
·
2025-03-04 07:08
刷题笔记
算法
算法日常刷题笔记(3)
为保持刷题的习惯计划一天刷3-5题然后一周总计汇总一下这是第三篇笔记笔记时间为2月24日到3月2日第一天设计有序流设计有序流https://leetcode.cn/
problems
/design-an-ordered-stream
W.KN
·
2025-03-04 06:35
#
刷题笔记
笔记
算法
上一页
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
其他