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
Leetcode刷题报告1——哈希表
文章目录说明[1.两数之和](https://leetcode.cn/
problems
/two-sum/)题干题解[49.字母异位词分组](https://leetcode.cn/
problems
/group-anagrams
红白小蛋糕
·
2025-04-30 22:27
LeetCode刷题
leetcode
散列表
哈希算法
LC: 面试题 03.01. 三合一
链接:https://leetcode.cn/
problems
/
我是一颗什么糖
·
2025-04-27 08:15
力扣刷题
leetcode
数据结构
力扣-面试题 03.01 三合一(C++)- 数组实现栈
题目链接:https://leetcode-cn.com/
problems
/three-in-one-lcci/题目如下:classTripleInOne{public:vectorvtr;intcount
JIngles123
·
2025-04-27 08:14
#
简单题
leetcode
c++
算法
LeetCode-343. Integer Break [C++][Java]
IntegerBreakLevelupyourcodingskillsandquicklylandajob.Thisisthebestplacetoexpandyourknowledgeandgetpreparedforyournextinterview.https://leetcode.com/
problems
贫道绝缘子
·
2025-04-27 07:43
LeetCode刷题怪
leetcode
算法
职场和发展
LeetCode-172. Factorial Trailing Zeroes [C++][Java]
LeetCode-172.FactorialTrailingZeroeshttps://leetcode.com/
problems
/factorial-trailing-zeroes/题目描述Givenanintegern
贫道绝缘子
·
2025-04-27 07:43
LeetCode刷题怪
leetcode
算法
职场和发展
LeetCode-415. Add Strings [C++][Java]
LeetCode-415.AddStringshttps://leetcode.com/
problems
/add-strings/题目描述Giventwonon-negativeintegers,num1andnum2representedasstring
贫道绝缘子
·
2025-04-27 07:43
LeetCode刷题怪
leetcode
算法
职场和发展
Leetcode刷题记录19——无重复字符的最长子串
题源:https://leetcode.cn/
problems
/longest-substring-without-repeating-characters/description/?
张书名
·
2025-04-26 23:55
Leetcode刷题记录
leetcode
算法
职场和发展
25.4.3学习总结【Java】
又是一道错题:1.班级活动https://www.lanqiao.cn/
problems
/17153/learning/?
The_cute_cat
·
2025-04-26 15:28
学习
2020计算机顶级大会_2020年顶级远程调试工具
2020计算机顶级大会Whenitcomestodebugging,thetoolyouuseisextremelyimportantandcandeterminehoweasyisistofix
problems
withinyourcode
cumi7754
·
2025-04-26 08:44
java
python
linux
编程语言
人工智能
Leetcode34.排序数组中查找元素第一个和最后一个位置(python)
https://leetcode.cn/
problems
/find-first-and-last-position-of-element-in-sorted-array/#解法:#1、首先,在nums数组中二分查找
我是丑蛋
·
2025-04-26 04:14
leetcode
python
B. Card Constructions【CF每日一题 / 1100】
https://codeforces.com/
problems
et/problem/1345/B1*2=21*2+2*2+1=71*2+2*2+3*2+1+2
幽殇默
·
2025-04-25 20:48
CF每日一题
笔记
c++
FAQ: Why Does The Grader Not Run My Program Correctly? 【USACO】
Ourgradingsystemisprobablyrunningdifferentsoftwarethanyoursystem,so
problems
thatshowuponour
Everstray
·
2025-04-24 14:49
system
debugging
output
pointers
crash
variables
代码随想录算法训练营day9(栈与队列)
华子目录逆波兰表达式求值思路逆波兰表达式求值https://leetcode.cn/
problems
/evaluate-reverse-polish-notation/思路初始化一个栈遍历整个tokens
^~^前行者~~~
·
2025-04-24 11:30
算法
开发语言
python
240422 leetcode exercises
240422leetcodeexercises@jarringslee文章目录240422leetcodeexercises[237.删除链表中的节点](https://leetcode.cn/
problems
良木林
·
2025-04-23 02:58
LeetCode
leetcode
算法
动态规划
力扣每日一题781题解-算法:贪心,数学公式 - 数据结构:哈希
https://leetcode.cn/
problems
/rabbits-in-forest/description/?
2301_78938049
·
2025-04-21 08:18
数据结构和算法日常练习
算法
leetcode
职场和发展
代码随想录算法训练营day5(哈希表)
华子目录有效的字母异位词思路有效的字母异位词https://leetcode.cn/
problems
/valid-anagram/description/思路使用哈希表,这里哈希表使用数组先申请一个26
^~^前行者~~~
·
2025-04-21 06:07
算法
数据结构
python
leetcode146. LRU缓存机制
https://leetcode-cn.com/
problems
/lru-cache/模拟了缓存机制。这道题需要一个东西来存储键值对的信息,所以采用map整个过程包括的操作有插入,删除。
爱打篮球的憨憨
·
2025-04-20 04:47
leetcode
medium
LeetCode 38. Count and Say
LeetCode38.CountandSay分析难度易来源https://leetcode.com/
problems
/count-and-say/description/题目Thecount-and-saysequenceisthesequenceofintegerswiththefirstfivetermsasfollowing
weixin_30896825
·
2025-04-20 00:55
数据结构与算法
Leetcode 325. 和等于 k 的最长子数组长度【Plus题】
1.2.题目地址https://leetcode.cn/
problems
/maximum-size-subarray-sum-equals-k/description/2.解题方法2.1.解题思路哈希表
Benjamin Tang
·
2025-04-18 12:55
leetcode
算法
python
数据结构
二. 字符串_公共前缀_14. 最长公共前缀
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/longe
枸杞地黄丸
·
2025-04-18 00:09
算法分析
leetcode
算法
c++
LeetCode Hot 100系列:螺旋矩阵(Q54)
1.题目信息54.螺旋矩阵https://leetcode.cn/
problems
/spiral-matrix/?
Jayson Chang
·
2025-04-15 18:18
LeetCode
Hot
100
leetcode
矩阵
算法
leetcode每日一题.面试题01.07:旋转矩阵
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/rotate-matrix-lcci著作权归领扣网络所有。
Far_Stars
·
2025-04-15 14:51
leetcode
leetcode
算法
leetcode 实战篇-字符串
每日更新3道,直至完成目标~话不多说,咱们开始正题~~目标已完成,本专题停止更新leetcode344反转字符串(开胃菜)题目链接传送门:https://leetcode-cn.com/
problems
KdbYuMo
·
2025-04-15 06:27
leetcode刷题笔记
leetcode
算法
cpp
字符串
LeetCode283——移动零
https://leetcode-cn.com/
problems
/move-zeroes/1、官方题解——双指针使用双指针,左指针指向当前已经处理好的序列(非0序列)的尾部,右指针指向待处理序列的头部。
小迷糊171
·
2025-04-14 15:47
LeetCode
java
leetcode
題解/算法 {10034. 统计强大整数的数目}
題解/算法{10034.统计强大整数的数目}@LINK:https://leetcode.cn/
problems
/count-the-number-of-powerful-integers/;令Suf:
「已注销」
·
2025-04-13 12:27
题解
算法
蓝桥杯第十一届省赛C++B组真题解析
蓝桥杯第十一届省赛C++B组真题解析八、回文日期https://www.lanqiao.cn/
problems
/348/learning方法一:暴力枚举所有的日期,记录有多少个回文日期。
dog shit
·
2025-04-12 22:21
算法
leetcode 322. Coin Change 零钱兑换(中等)
一、题目大意标签:动态规划https://leetcode.cn/
problems
/coin-change给你一个整数数组coins,表示不同面额的硬币;以及一个整数amount,表示总金额。
okokabcd
·
2025-04-12 19:40
LeetCode每日一题
leetcode
动态规划
算法
数据结构——顺序表相关算法题记录
数据结构——顺序表相关算法题记录1.LeetCode27移除元素题目链接:https://leetcode.cn/
problems
/remove-element/description/题目描述:给你一个数组
million_yang
·
2025-04-11 12:07
数据结构
算法
蓝桥杯第十五届C++B组省赛真题解析
蓝桥杯第十五届C++B组省赛真题解析一、宝石组合https://www.lanqiao.cn/
problems
/19711/learning/解题思路题目要求找到三个数,使得它们的最大公约数(GCD)尽可能大
dog shit
·
2025-04-11 03:12
蓝桥杯
c++
职场和发展
leetcode数组-移除元素
题目题目链接:https://leetcode.cn/
problems
/remove-element/给你一个数组nums和一个值val,你需要原地移除所有数值等于val的元素。
luckyme_
·
2025-04-09 18:06
数据结构
leetcode
算法
c++
LeetCode150——逆波兰表达式求值
我的LeetCode代码仓:https://github.com/617076674/LeetCode原题链接:https://leetcode-cn.com/
problems
/evaluate-reverse-polish-notation
清風逐尘乀
·
2025-04-08 11:40
LeetCode题解
LeetCode
逆波兰表达式
栈
LeetCode 501. 二叉搜索树中的众数 java题解
https://leetcode.cn/
problems
/find-mode-in-binary-search-tree/description/classSolution{intcount=0;intmaxCount
奔跑的废柴
·
2025-04-08 05:32
LeetCode
leetcode
java
算法
二叉树
LeetCode 235. 二叉搜索树的最近公共祖先 java题解
https://leetcode.cn/
problems
/lowest-common-ancestor-of-a-binary-search-tree/description/由于二叉搜索树是有序的,所以比题
奔跑的废柴
·
2025-04-08 05:32
LeetCode
leetcode
java
算法
subject may not be empty | type may not be empty报错解决
✖subjectmaynotbeempty[subject-empty]✖typemaynotbeempty[type-empty]✖found2
problems
,0warningsⓘGethe
二十四桥->
·
2025-04-07 21:14
gitee
LeetCode122 - 买卖股票的最佳时机 II
LeetCode122-买卖股票的最佳时机II链接:https://leetcode-cn.com/
problems
/best-time-to-buy-and-sell-stock-ii给定一个数组,它的第
JAVA程序员——
·
2025-04-07 21:10
数据结构与算法基础
leetcode
深度学习环境安装
https://blog.csdn.net/ZoeCXY/article/details/124391379linuxUBUNTU18.04安装最新版VSCode报错问题_dpkg:dependency
problems
preventconfigurationof-CSDN
JobDocLS
·
2025-04-07 19:34
python
AtCoder Beginner Contest 183 —— C - Travel
ProblemS
tatementThereareNNcities.ThetimeittakestotravelfromCityiitoCityjjisTi,jTi,j.AmongthosepathsthatstartatCity11
yamaes
·
2025-04-06 10:28
c语言
开发语言
数组-长度最小的子数组
题目:https://leetcode-cn.com/
problems
/minimum-size-subarray-sum/长度最小的子数组给定一个含有n个正整数的数组和一个正整数s,找出该数组中满足其和
蓦然回首却已人去楼空
·
2025-04-06 04:17
java数据结构与算法
leetcode
算法
数据结构
leetcode数组-长度最小的子数组
题目题目链接:https://leetcode.cn/
problems
/minimum-size-subarray-sum/给定一个含有n个正整数的数组和一个正整数target**。
luckyme_
·
2025-04-06 04:15
数据结构
leetcode
算法
c++
leetcode 739. 每日温度
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/daily-temperatures著作权归领扣网络所有。
majinbo111
·
2025-04-04 00:05
LeetCode
C语言
数据结构与算法
leetcode
739
每日温度
力扣刷题-热题100题-第27题(c++、python)
21.合并两个有序链表-力扣(LeetCode)https://leetcode.cn/
problems
/merge-two-sorted-lists/description/?
weixin_44505472
·
2025-04-02 16:08
leetcode
c++
算法
python
力扣刷题-热题100题-第29题(c++、python)
19.删除链表的倒数第N个结点-力扣(LeetCode)https://leetcode.cn/
problems
/remove-nth-node-from-end-of-list/description
weixin_44505472
·
2025-04-02 16:08
leetcode
c++
算法
python
力扣刷题-热题100题-第26题(c++、python)
142.环形链表II-力扣(LeetCode)https://leetcode.cn/
problems
/linked-list-cycle-ii/?
weixin_44505472
·
2025-04-02 16:07
leetcode
c++
算法
python
力扣刷题-热题100题-第28题(c++、python)
2.两数相加-力扣(LeetCode)https://leetcode.cn/
problems
/add-two-numbers/description/?
weixin_44505472
·
2025-04-02 15:32
leetcode
c++
算法
python
CDS526: Artificial Intelligence-based Optimization
ArtificialIntelligence-basedOptimizationCaseStudy:Multi-objectiveOptimisation1TaskThiscasestudyiscomposedoftwomaintasks,
problems
olving
·
2025-04-01 04:50
后端
算法练习日记
day4力扣454题https://leetcode.cn/
problems
/4sum-ii/description/四数相加2:本题和二数相加、三数相加完全不同,本题不用考虑去重的情况,所以更加简单。
2301_79973387
·
2025-03-31 08:55
算法
AtCoder题解—— AtCoder Beginner Contest 181 —— D - Hachi
ProblemS
tatementGivenisadigitsequenceSconsistingofthedigitsfrom1through9.Takahashi,thebee,lovesmultiplesof8
努力的老周
·
2025-03-30 09:48
OJ题解
#
AtCoder题解
AtCoder
AtCoder题解
ABC181
D题
Hachi
leetcode:72. 编辑距离
72.编辑距离来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/edit-distance/给你两个单词word1和word2,请返回将word1转换成word2
uncle_ll
·
2025-03-30 00:47
编程练习-Leetcode
leetcode
动态规划
编辑距离
算法训练
dp
【Eslint】vscode 配置 eslint
这里选:Tochecksyntaxandfind
problems
➜eslint--initYoucanalsorunthiscommanddirectlyusing'npminit@eslint/config
夲奋亻Jay
·
2025-03-29 13:10
vscode
ide
编辑器
LeetCode 2829.k-avoiding 数组的最小总和:贪心(数学公式O(1)算出)
【LetMeFly】2829.k-avoiding数组的最小总和:贪心(数学公式O(1)算出)力扣题目链接:https://leetcode.cn/
problems
/determine-the-minimum-sum-of-a-k-avoiding-array
Tisfy
·
2025-03-29 04:26
题解
#
力扣LeetCode
leetcode
算法
题解
贪心
数学
上一页
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
其他