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----50. Pow(x, n)
链接:https://leetcode.com/
problems
/powx-n/大意:给定一个double型的x,以及一个整数n。求x^n。
成程晨
·
2023-11-22 07:46
leetcode
leetcode
分治
刷题-Leetcode-50. Pow(x, n)
50.Pow(x,n)题目链接来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/powx-n/submissions/著作权归领扣网络所有。
萌的咋会有
·
2023-11-22 06:14
刷题
LeetCode 209. 长度最小的子数组
题目:https://leetcode-cn.com/
problems
/minimum-size-subarray-sum/题解一:暴力循环求解。
PZHU_CG_csdn
·
2023-11-22 06:33
LeetCode
leetcode
滑动窗口
代码随想录算法训练营第一天 | 704 二分查找、27 移除元素
分查找题目704:链接:[二分查找]https://leetcode.cn/
problems
/binary-search/思路:前提:数组为有序数组,且无重复元素当看到题目满足上述前提的时候,就可以考虑使用二分法了
stetang98
·
2023-11-22 05:25
算法
leetcode
代码随想录刷题笔记Day1 二分查找&移除元素
704二分查找题目链接:https://leetcode.cn/
problems
/binary-search/给定一个n个元素有序的(升序)整型数组nums和一个目标值target,写一个函数搜索nums
「已注销」
·
2023-11-22 05:47
算法
数据结构
69. x 的平方根
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/sqrtx著作权归领扣网络所有。商业
间歇性发呆
·
2023-11-22 03:24
LeetCode 四数之和
文章目录四数之和题目解题思路代码实现实现结果四数之和题目来源:https://leetcode-cn.com/
problems
/4sum前言:本题的主要思路,与LeetCode|15.三数之和此题的思路相似
"大梦三千秋
·
2023-11-22 03:13
LeetCode
leetcode
python
算法
四数之和
leetcode:299. 猜数字游戏
题目来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/bulls-and-cows你在和朋友一起玩猜数字(BullsandCows)游戏,该游戏规则如下
uncle_ll
·
2023-11-22 03:41
编程练习-Leetcode
leetcode
算法
299
观察
猜数字游戏
leetcode 算法系列 1.两数之和
1.两数之和leetcode题目官方地址:https://leetcode-cn.com/
problems
/two-sum/github地址:https://github.com/suggers-7F/
勤学苦练7F
·
2023-11-22 02:40
leetcode
leetcode
算法
python
数据结构
力扣leetcode 面试题 17.19. 消失的两个数字
期参赛话题:算法题解文章目录题目链接与描述关键词:求和原地hash异或方法一:求和运行截图代码方法二:异或运行截图代码方法三:原地hash运行截图代码结尾题目链接与描述https://leetcode.cn/
problems
木秀林
·
2023-11-22 02:40
leetcode
leetcode
算法
职场和发展
Leetcode刷题-罗马数字转整数
题目https://leetcode-cn.com/
problems
/roman-to-integer/代码classSolution{publicintromanToInt(Strings){char
ydfind
·
2023-11-22 00:16
每日一题
leetcode
Leetcode刷题之路-12. 整数转罗马数字
https://leetcode-cn.com/
problems
/integer-to-roman/publicclassSolution{publicStringintToRoman(intnum){
w666999w
·
2023-11-22 00:16
leetcode
leetcode
算法
动态规划
LeetCode刷题笔记 - 12. 整数转罗马数字
官方链接:https://leetcode-cn.com/
problems
et/all/一、题意难度:中等https://leetcode-cn.com/
problems
/integer-to-roman
Java全栈路线
·
2023-11-22 00:38
LeetCode笔记
算法
java
leetcode
数据结构
LeetCode-090-子集II
示例:输入:[1,2,2]输出:[[2],[1],[1,2,2],[2,2],[1,2],[]]来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/subsets-ii
刻苦驴哝
·
2023-11-21 23:58
平衡二叉树 C语言 leetcode110题
目录1、题目来源2、函数介绍3、问题示例4、函数实现5、完整代码6、结果展示1、题目来源110.平衡二叉树-力扣(LeetCode)https://leetcode.cn/
problems
/balanced-binary-tree
lambo mercy
·
2023-11-21 23:37
leetcode刷题
leetcode
算法
贪心算法
《代码随想录》学习笔记---反转链表(LeetCode.206)
示例1:输入:head=[1,2,3,4,5]输出:[5,4,3,2,1]来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/reverse-linked-list
dgidbd
·
2023-11-21 22:52
链表
学习
leetcode
【算法】力扣第 286 场周赛(最短代码)
文章目录[5268.找出两数组的不同](https://leetcode-cn.com/
problems
/find-the-difference-of-two-arrays/)[5236.美化数组的最少删除数
可可卷
·
2023-11-21 22:43
python基础
leetcode
算法
职场和发展
python
c++
【剑指Offer】个人学习笔记_55 - I_二叉树的深度&55 - II_平衡二叉树
目录题目:[剑指Offer55-I.二叉树的深度](https://leetcode-cn.com/
problems
/er-cha-shu-de-shen-du-lcof/)题目分析初始解答:学习他人:
JonnySu
·
2023-11-21 21:35
Coding
二叉树
队列
算法
leetcode
java
2022-09-12 Questions Are the Answer
2022年9月12日,读完QuestionsAretheAnswer:ABreakthroughApproachtoYourMostVexing
Problems
atWorkandinLife,byHalGregersen
WonderShine
·
2023-11-21 20:34
软件开发中的11个系统思维定律
1.今日的问题源于昨日的解决方案(Today’s
problems
comefromyesterday’ssolutions)当解决问题时,我们会感到很高兴。我们经常不考虑后果。
translator
·
2023-11-21 17:04
[补题记录] Coolbits(2019陕西省赛)
URL:https://pintia.cn/problem-sets/91827364500/exam/
problems
/91827370530目录Problem/题意Thought/思路Code/代码
Varitall
·
2023-11-21 17:34
补题记录
c++
算法
贪心算法
笔记
家庭作业有益吗?
Fromdioramastobookreports,andalgebraicword
problems
toresearchprojects,thetypeandamountofhomeworkgiventostudentshasbeendebatedforoveracentury.pros
MrFlySand_飞沙
·
2023-11-21 14:42
讲解:EN 560.601、MATLAB、MATLAB、linear systemSQL|R
EN560.601-Spring2019Homework#10Dueon12PMMay1st,2019This
problems
etcontainssignificantportionofcoding.SopleaseattachyourcodeandtheresultinyourHW
borenwai
·
2023-11-21 10:02
367. Valid Perfect Square 有效的完全平方数
链接https://leetcode-cn.com/
problems
/valid-perfect-square/description/要求给定一个正整数num,编写一个函数,如果num是一个完全平方数
singed
·
2023-11-21 08:26
LeetCode-092-反转链表II
示例:输入:1->2->3->4->5->NULL,m=2,n=4输出:1->4->3->2->5->NULL来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
刻苦驴哝
·
2023-11-21 08:07
两数之和
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/two-sumclassSolution{publicint[]twoSum(int[]nums,intt
Zzk_fcc1
·
2023-11-21 07:12
62. Unique Paths
题目链接https://leetcode.com/
problems
/unique-paths/解题思路简单dp,直接看代码代码classSolution{public:intuniquePaths(intm
jecyhw
·
2023-11-21 07:47
THE SELF PRESERVATION MODE IS TURNED OFF
THESELFPRESERVATIONMODEISTURNEDOFF.THISMAYNOTPROTECTINSTANCEEXPIRYINCASEOFNETWORK/OTHER
PROBLEMS
在我们启动eureka
小星星1991
·
2023-11-21 05:35
#
spring
cloud
spring
hibernate
2019-2020学期复盘
[
Problems
]大学的生活实在有些轻松,导致平时复习不到位,没有坚持高中每天背单词的习惯,所以对于即将到来的期末考试有些底虚。[Sug
19人文一班魏忠龙
·
2023-11-21 03:11
Day21 搜索旋转排序数组
请你在数组中搜索target,如果数组中存在这个目标值,则返回它的索引,否则返回-1https://leetcode-cn.com/
problems
/search-in-rotated-sorted-array
Shimmer_
·
2023-11-21 02:23
leetcode: 17. 电话号码的字母组合
17.电话号码的字母组合来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/letter-combinations-of-a-phone-number/给定一个仅包含数字
uncle_ll
·
2023-11-21 02:19
编程练习-Leetcode
leetcode
回溯
算法训练
递归
电话号码字母组合
216. 组合总和 III
原题链接:[216.组合总和III(https://leetcode.cn/
problems
/combination-sum-iii/submissions/483547922/)全代码:classSolution
小玄.
·
2023-11-21 02:17
数据结构
回溯
LeetCode-问题2352-相等行列对
题目链接https://leetcode.cn/
problems
/equal-row-and-column-pairs/解答过程题目本身并不难理解,给定一个n*n的二维数组,按行列去找相等的pair,换句话说
getbusyliving24
·
2023-11-21 01:43
LeetCode
leetcode
算法
数据结构
java
每日一题 leetcode236-二叉树的最近公共祖先
二叉树的最近公共祖先https://leetcode-cn.com/
problems
/lowest-common-ancestor-of-a-binary-tree/思路:一开始看到这个题目的反应是,如果可以从
一个酷酷的男子
·
2023-11-21 00:35
编程刷题网站以及实用型网站推荐
page=1&tab=%E8%AF%AD%E6%B3%95%E7%AF%87&topicId=2202、力扣力扣https://leetcode.cn/
problems
et/all/3、练码练码https
颓特别我废
·
2023-11-20 23:10
网站
网站
Day1 两数之和
两数之和https://leetcode-cn.com/
problems
/two-sum/给定一个整数数组nums和一个整数目标值target,请你在该数组中找出和为目标值的那两个整数,并返回它们的数组下标
Shimmer_
·
2023-11-20 23:04
Leetcode160.相交链表
题目来源:https://leetcode-cn.com/
problems
/intersection-of-two-linked-lists/编写一个程序,找到两个单链表相交的起始节点。
风絮未满
·
2023-11-20 23:00
数据结构
链表
指针
leetcode
讲解:CS100、C/C++、OJ、C/C++R|SQL
CS100Homework4(FallSemester2018)Duetime:11:59pm,December6,2018Homework4comprises3
problems
.Importantnotes
yiyishan
·
2023-11-20 21:23
2021-12-22
[
Problems
]听力跟不上,单词记不住[Suggestions]坚持每天背单词,听英语听力,和语伴多多交流2)在这个学期的复盘日志中,我的收获是:复盘工作是一件很有意义的事情,它可以让我清晰的掌握自己
许七安fq
·
2023-11-20 21:19
【经典面试题-LeetCode21:合并两个有序链表(附Java代码)】
原题链接:https://leetcode.cn/
problems
/merge-two-sorted-lists/2.样例需要注意,虽然样例中输入的
NorthSmile
·
2023-11-20 18:12
LeetCode
链表
java
数据结构
leetcode
面试
高频面试题之链表专题-合并两个有序单链表,要求合并后依旧有序
OJ链接:https://leetcode-cn.com/
problems
/merge-two-sorted-lists/description/高频考察的大厂云图:题目:将两个升序链表合并为一个新的升序链表并返回
神迹小卒
·
2023-11-20 18:09
数据结构与算法
Leetcode刷题——无重复字符的最长子串
题目链接:https://leetcode-cn.com/
problems
/longest-substring-without-repeating-characters/示例1输入:"abcabcbb"
XHHP
·
2023-11-20 12:08
LeetCode53. 最大子数组和
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/maximum-subarray链接:https://leetcode-cn.com/
problems
Andy_2259
·
2023-11-20 10:01
LeetCode
python
Day59 503.下一个更大元素II 42. 接雨水
文章目录503.下一个更大元素II42.接雨水503.下一个更大元素IIhttps://leetcode.cn/
problems
/next-greater-element-ii/如何处理循环数组:将两个
NoahNC
·
2023-11-20 10:30
算法
dp 力扣 53. 最大子数组和
力扣53.最大子数组和题目:链接:https://leetcode.cn/
problems
/maximum-subarray/思路:使用动态规划思想首先先看题目要求,寻找最大和的连续子数组dp[i]定义为从
爪蛙毁一生
·
2023-11-20 10:59
c++
数据结构
动态规划
算法
53. 最大子数组和
53.最大子数组和题目链接一、题目描述二、思路1.暴力解法2.贪心解法3.动态规划题目链接https://leetcode.cn/
problems
/maximum-subarray/一、题目描述给定一个整数数组
陌上小布
·
2023-11-20 10:56
算法
leetcode
贪心算法
算法
LeetCode-69. x 的平方根
参考题解:https://leetcode-cn.com/
problems
/sqrtx/solution/er-fen-cha-zhao-
边界流浪者
·
2023-11-20 09:59
算法
C++
LeetCode
LeetCode
C++
2020-12-25今日份力扣==455. 分发饼干
来源:链接:https://leetcode-cn.com/
problems
/assign-cookies声明:如果我侵犯了任何人的权利,请联系我,我会删除欢迎高手来喷我文章目录题目我的代码双指针大神的代码题目假设你是一位很棒的家长
郭大唐
·
2023-11-20 08:46
Leetcode打卡
指针
leetcode
算法
java
717. 1-bit and 2-bit Characters
.*717.1-bitand2-bitCharacters*https://leetcode.com/
problems
/1-bit-and-2-bit-characters/description/*/
寒沧
·
2023-11-20 08:35
leetcode
CF1352D Alice, Bob and Candies
题目链接https://codeforces.com/
problems
et/problem/1352/D题目描述题意:两个人轮流吃数组,一个从左端开始(第一次只吃a[1]),另一个从右端开始,吃掉的元素和必须严格大于上一个人吃掉的元素和
Zerotogether
·
2023-11-20 07:25
CodeForces
算法
c++
上一页
34
35
36
37
38
39
40
41
下一页
按字母分类:
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
其他