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
环形链表问题2(返回链表开始入环的第一个节点)
https://leetcode.cn/
problems
/linked-list-cycle-ii/description/给定一个链表的头节点head,返回链表开始入环的第一个节点。如果链表
铁蛋Q
·
2024-01-20 00:07
链表
数据结构
c++
c语言
LeetCode每日一题,有效的括号
题目有效的括号https://leetcode-cn.com/
problems
/valid-parentheses/公众号《java编程手记》记录JAVA学习日常,分享学习路上点点滴滴,从入门到放弃,欢迎关注描述给定一个只包括
JAVA编程手记
·
2024-01-19 18:22
LeetCode 2171.拿出最少数目的魔法豆:排序 + 枚举
【LetMeFly】2171.拿出最少数目的魔法豆:排序+枚举力扣题目链接:https://leetcode.cn/
problems
/removing-minimum-number-of-magic-beans
Tisfy
·
2024-01-19 17:29
题解
#
力扣LeetCode
leetcode
算法
题解
排序
枚举
【算法优选】 动态规划之简单多状态dp问题——壹
文章目录前言[按摩师](https://leetcode.cn/
problems
/the-masseuse-lcci/)题目描述算法思路:代码实现[打家劫舍二](https://leetcode.cn/
遇事问春风乄
·
2024-01-19 16:18
算法优选
算法
动态规划
java
【每日一词】D44 panacea
ManyCEOshopetheycanfindthepanaceaforallthecompany's
problems
.ManyCEOswishtheycouldfindthepanaceaforallcorporateills
宠辱不惊的中年少女
·
2024-01-19 16:46
每日一题leetcode88-合并两个有序数组
合并两个有序数组https://leetcode-cn.com/
problems
/merge-sorted-array/submissions/思路:利用nums1本来有的空间,双指针从后往前遍历,可以保证不需要用额外的空间
一个酷酷的男子
·
2024-01-19 11:35
动态规划 - 爬楼梯
题目:https://leetcode.cn/
problems
/climbing-stairs/description/#思路--暴力递归题目让我求有几种方法?
续写少年!
·
2024-01-19 10:51
算法入门
动态规划
算法
007 Golang-channel-practice 打印水分子
对应leetcode1117https://leetcode.cn/
problems
/building-h2o/description/题目大意:在三个为一组的字符串中,打印两个H,一个O,顺序不限。
Kyookk
·
2024-01-19 09:43
Golang
golang
开发语言
【MAC 上学习 C++】Day 55-5. 实验11-2-6 奇数值结点链表 (20 分)
实验11-2-6奇数值结点链表(20分)1.题目摘自https://pintia.cn/problem-sets/13/
problems
/6082.题目内容本题要求实现两个函数,分别将读入的数据存储为单链表
RaRasa
·
2024-01-19 08:13
每天一道算法题系列二之学生出勤记录 I
每天一道算法题系列:来源:力扣(LeetCode)本题链接:https://leetcode-cn.com/
problems
/student-attendance-record-i/来源是力扣,大家喜欢可以去力扣中文网做相应的其他的题
安慕尧
·
2024-01-19 05:42
【算法刷题——回旋镖数量(力扣)】
回旋镖数量题目[传送门](https://leetcode.cn/
problems
/number-of-boomerangs/description/)我的解法解题结果分析官方题解分析更新日期参考题目传送门题目
累了就睡醒了就学
·
2024-01-19 05:10
数据结构与算法
算法
leetcode
c++
LeetCode #231 #326 #342 2018-08-04
231.PowerofTwohttps://leetcode.com/
problems
/power-of-two/description/n如果是2的平方,那二进制的n中必然只有一位是1,所以可以通过n
40巨盗
·
2024-01-19 05:46
深度优先搜索系列七 LeetCode 491 递增子序列
题目https://leetcode-cn.com/
problems
/increasing-subsequences/递增子序列程序classSolution{public:vector>findSubsequences
徐慵仙
·
2024-01-19 04:19
力扣白嫖日记(sql)
前言练习sql语句,所有题目来自于力扣(https://leetcode.cn/
problems
et/database/)的免费数据库练习题。
Gary.Li
·
2024-01-19 03:25
力扣刷题
leetcode
sql
数据库
力扣白嫖日记(sql)
前言练习sql语句,所有题目来自于力扣(https://leetcode.cn/
problems
et/database/)的免费数据库练习题。
Gary.Li
·
2024-01-19 03:54
leetcode
sql
数据库
Leetcode刷题笔记-数组|链表|哈希|字符串|双指针|栈与队列|二叉树
刷题攻略进行整理,链接https://github.com/youngyangyang04/leetcode-master目录数组1.二分法题目:搜索插入位置https://leetcode-cn.com/
problems
BRAND-NEO
·
2024-01-19 00:54
算法
c++
LeetCode刷题实战27:移除元素
今天和大家聊的问题叫做移除元素,我们先来看题面:https://leetcode-cn.com/
problems
/remove-element/Givenanarraynumsandavalueval,
程序IT圈
·
2024-01-18 22:00
LeetCode刷题实战35: 搜索插入位置
今天和大家聊的问题叫做搜索插入位置,我们先来看题面:https://leetcode-cn.com/
problems
/search-insert-position/Givenasortedarrayandatarg
程序IT圈
·
2024-01-18 22:00
算法
链表
leetcode
数据结构
快速排序
LeetCode刷题实战90:子集 II
今天和大家聊的问题叫做子集II,我们先来看题面:https://leetcode-cn.com/
problems
/subsets-ii/Givenacollectionofintegersthatmightcont
程序IT圈
·
2024-01-18 22:59
算法
leetcode
算法导论
哈希
java
LeetCode刷题实战88:合并两个有序数组
今天和大家聊的问题叫做合并两个有序数组,我们先来看题面:https://leetcode-cn.com/
problems
/merge-sorted-array/Giventwosortedintegerarrays
程序IT圈
·
2024-01-18 22:29
算法
链表
哈希
leetcode
算法导论
LeetCode刷题实战81:搜索旋转排序数组 II
今天和大家聊的问题叫做搜索旋转排序数组II,我们先来看题面:https://leetcode-cn.com/
problems
/search-in-rotated-sorted-array-ii/Supposeana
程序IT圈
·
2024-01-18 22:29
算法
数据结构
二分法
instance
快速排序
LeetCode刷题实战84: 柱状图中最大的矩形
今天和大家聊的问题叫做柱状图中最大的矩形,我们先来看题面:https://leetcode-cn.com/
problems
/largest-rectangle-in-histogram/Givennnon-nega
程序IT圈
·
2024-01-18 22:29
算法
xhtml
svg
网页游戏
sms
LeetCode刷题实战82:删除排序链表中的重复元素 II
今天和大家聊的问题叫做删除排序链表中的重复元素II,我们先来看题面:https://leetcode-cn.com/
problems
/remove-duplicates-from-sorted-list-ii
程序IT圈
·
2024-01-18 22:28
链表
算法
指针
单链表
spreadsheet
力扣解法汇总24-两两交换链表中的节点
1,2,3,4]输出:[2,1,4,3]示例2:输入:head=[]输出:[]示例3:输入:head=[1]输出:[1]来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
失落夏天
·
2024-01-18 22:28
编程题
leetcode
正则表达式
算法
2018-3-15
webarelycouldfeelitisafracturedworld.Tohealitweneedtocraftasetofguidingprinciples,whichcouldbringthetangiblebenefitscountriesneed.Takeaninstant,polymerproblemisoneofpollution
problems
吴必森Brady
·
2024-01-18 22:19
关于queue的两道编程题
在蓝桥网站上面的两道题https://www.lanqiao.cn/
problems
/1113/learning/?
有梦想的yy
·
2024-01-18 20:38
算法
c++
数据结构
026,Remove Duplicates from Sorted Array
https://leetcode.com/
problems
/remove-duplicates-from-sorted-array/description/Givenasortedarray,removetheduplicatesin-placesuchthateachelementappearonlyonceandreturnthenewlength.Donotallocateextraspac
丹之
·
2024-01-18 19:06
IOS技术支持
IOStechnicalsupportwebsiteIfyouencounterany
problems
whenusingourproductsagain,pleasefeelfre
我的九次人生
·
2024-01-18 18:51
Linked-list operation(java)
HereIdidn'twannalisttheoperationsaboutLinked-listbutjustsharesomethinkingwhenIdealtwiththe
problems
aboutlinked-list.WhenIdealtwiththose
problems
CelloRen
·
2024-01-18 13:35
(104)37. 解数独(leetcode)
题目链接:https://leetcode-cn.com/
problems
/sudoku-solver/难度:困难37.解数独编写一个程序,通过已填充的空格来解决数独问题。
li_qw_er
·
2024-01-18 05:20
leetcode
力扣 2376. 统计特殊整数
题目来源:https://leetcode.cn/
problems
/count-special-integers/大致题意:给一个整数n,求出1~n所有的特殊整数。
三更鬼
·
2024-01-18 04:55
DFS
leetcode
深度优先
算法
2022-06-23 Don’t Fool Yourself
Mostofusoverestimateourintelligenceandweunderestimatecomplexity.These
problems
cangetusintoalotoftrouble.Theseareflawsthatweneedtobeawareofandremindourselvesofoften.It
春生阁
·
2024-01-18 02:23
91.解码方法
原题https://leetcode-cn.com/
problems
/decode-ways/解题思路动态规划,用dp[i]表示s.substring(0,i)的解码种类数:s[i]==='0':ifs
最尾一名
·
2024-01-18 01:02
ACM:每日一题 abc336 C题
C-EvenDigitsEditorialTimeLimit:2sec/MemoryLimit:1024MBScore:300300points
ProblemS
tatementAnon-negativeintegerniscalledagoodintegerwhenitsatisfiesthefollowingcondition
northheng127
·
2024-01-18 01:35
ACM2024寒假集训
c语言
算法
Leetcode Weekly Contest 103
第一题太简单,贪心一下,如果最大和最小的差不足2*K,就直接取0.否则就直接取MAX-MIN-2K第二题,是第一题的进化版,910.SmallestRangeIIhttps://leetcode.com/
problems
西部小笼包
·
2024-01-17 23:46
33. 搜索旋转排序数组
作者:宫水三叶链接:https://leetcode.cn/
problems
/search-in-rotated-sorted-array/solutions/577298/shua-chuan-lc-yan-ge-ologn10
cccc楚染rrrr
·
2024-01-17 22:54
LeetCode
算法
数据结构
java
每日一题 Day10--leetcode155--最小栈
每日一题Day10–leetcode155–最小栈题目链接:https://leetcode-cn.com/
problems
/min-stack/链接为leetcode中文社区,题目没有区别,感觉很好用题面描述
牛百叶
·
2024-01-17 20:06
每日一题leetcode
数据结构
leetcode
算法
c语言
栈
动态七:不同的二叉搜索树
题目地址:https://leetcode-cn.com/
problems
/unique-binary-search-trees/题目描述:给你一个整数n,求恰由n个节点组成且节点值从1到n互不相同的二叉搜索树有多少种
程一刀
·
2024-01-17 18:17
LeetCode简单题:203. 移除链表元素(Python,C++,Java)
一.解法https://leetcode-cn.com/
problems
/remove-linked-list-elements/要点:链表Python,C++,Java都用了相同的哨兵法。
好莱坞守门员
·
2024-01-17 17:21
【LeetCode每日一题】2744. 最大字符串配对数目
2024-1-17文章目录[2744.最大字符串配对数目](https://leetcode.cn/
problems
/find-maximum-number-of-string-pairs/)思路:2744
翁佳明
·
2024-01-17 17:54
LeetCode
leetcode
python
算法
ubuntu 安装 mono报错 E: Unable to correct
problems
, you have held broken packages.
目录1.更新源2.安装mono2.1.安装必要软件包2.2.导入源仓库的GPGkey2.3.添加Mono源仓库到系统源2.4.安装mono系统:ubuntu16.04由于mono版本较低,需要重新安装mono。当重新安装mono时,出现如下报错Thefollowingpackageshaveunmetdependencies:mono-complete:Depends:mono-runtime(=
wangxinRS
·
2024-01-17 17:24
ubuntu
linux
运维
【LeetCode每日一题】82. 删除排序链表中的重复元素 II
2024-1-15文章目录[82.删除排序链表中的重复元素II](https://leetcode.cn/
problems
/remove-duplicates-from-sorted-list-ii/)
翁佳明
·
2024-01-17 17:23
LeetCode
leetcode
链表
算法
【LeetCode每日一题】2719. 统计整数数目
2024-1-16文章目录[2719.统计整数数目](https://leetcode.cn/
problems
/count-of-integers/)思路:2719.统计整数数目思路:在类中定义了一些私有属性
翁佳明
·
2024-01-17 16:20
LeetCode
leetcode
算法
职场和发展
关于DP算法求解的思路
https://leetcode.com/
problems
/house-robber/discuss/156523/From-good-to-great.
今天不想掉头发
·
2024-01-17 16:31
代码随想录算法训练营29期Day21|LeetCode 530,501,236
文档讲解:二叉搜索树的最小绝对差二叉搜索树中的众数二叉树的最近公共祖先530.二叉搜索树的最小绝对差题目链接:https://leetcode.cn/
problems
/minimum-absolute-difference-in-bst
tlingyuqi
·
2024-01-17 15:51
代码随想录算法训练营29期
算法
leetcode
职场和发展
c++
代码随想录算法训练营29期Day20|LeetCode 654,617,700,98
文档讲解:最大二叉树合并二叉树二叉搜索树中的搜索验证二叉搜索树654.最大二叉树题目链接:https://leetcode.cn/
problems
/maximum-binary-tree/description
tlingyuqi
·
2024-01-17 15:21
代码随想录算法训练营29期
算法
数据结构
深度优先
c++
leetcode
代码随想录算法训练营29期Day22|LeetCode 235,701,450
文档讲解:二叉搜索树的最近公共祖先二叉搜索树的插入操作删除二叉搜索树中的节点235.二叉搜索树的最近公共祖先题目链接:https://leetcode.cn/
problems
/lowest-common-ancestor-of-a-binary-search-tree
tlingyuqi
·
2024-01-17 15:17
算法
leetcode
职场和发展
c++
力扣 387. 字符串中的第一个唯一字符
示例s=“leetcode”返回0s=“loveleetcode”返回2来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/first-unique-character-in-a-string
冷酷的摸鱼小将
·
2024-01-17 14:51
力扣
leetcode
算法
职场和发展
讲解:MACM 401/MATH 701、R、R、Maple programmingJava|Haske
20%forupto48hourslate.Zeroafterthat.For
problems
involvingMaplecalcu
k620877
·
2024-01-17 13:12
贪心算法part02算法
贪心算法part02●122.买卖股票的最佳时机II●55.跳跃游戏●45.跳跃游戏II1.leetcode122.买卖股票的最佳时机IIhttps://leetcode.cn/
problems
/best-time-to-buy-and-sell-stock-ii
Belle_Daisy
·
2024-01-17 13:03
算法
算法
贪心算法
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
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
其他