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
Leetcode11. 盛最多水的容器-双指针
来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/container-with-most-water著作权归领扣网络所有。商业转载
李文Java记录
·
2023-10-20 08:27
算法学习
leetcode
Python提取整数各个位的数字
XXX//10%10百位:XXX//100%10千位:XXX//1000%10万位:XXX//10000%101399.统计最大组的数目(LeetCode)https://leetcode-cn.com/
problems
Rainy**
·
2023-10-20 08:56
Python
python
leetCode 11. 盛最多水的容器 + 双指针
11.盛最多水的容器-力扣(LeetCode)https://leetcode.cn/
problems
/container-with-most-water/description/?
呵呵哒( ̄▽ ̄)"
·
2023-10-20 08:49
双指针
leetcode
算法
双指针
1726. 同积元组
1726.同积元组题目方法-【哈希】&题目特征-【出现相同乘积】题目题目链接:https://leetcode.cn/
problems
/tuple-with-same-product/description
Debroon
·
2023-10-20 06:47
#
Leetcode
算法
代码随想录算法训练营第一天| 704. 二分查找、27. 移除元素
704、二分查找题目链接:https://leetcode.cn/
problems
/binary-search/文章讲解:https://programmercarl.com/0704.
Lily的内心os
·
2023-10-20 06:12
图像分割和目标检测_如何进行图像分割和对象检测的数据探索,我必须学习
I’vebeenworkingwithobjectdetectionandimagesegmentation
problems
formanyyears.Animportantrea
weixin_26750481
·
2023-10-20 06:02
python
计算机视觉
人工智能
机器学习
opencv
Python力扣刷题09-用栈实现队列&用队列实现栈
目录232.用栈实现队列225.用队列实现栈232.用栈实现队列题目链接:https://leetcode.cn/
problems
/implement-queue-using-stacks/题目描述:使用栈实现队列的下列操作
夜猫子不秃
·
2023-10-20 05:37
LeetCode题目
python
leetcode
算法
LeetCode 2530. 执行 K 次操作后的最大分数:优先队列(贪心)
【LetMeFly】2530.执行K次操作后的最大分数:优先队列(贪心)力扣题目链接:https://leetcode.cn/
problems
/maximal-score-after-applying-k-operations
Tisfy
·
2023-10-20 03:08
题解
#
力扣LeetCode
leetcode
算法
题解
优先队列
480. Sliding Window Median
Ref:https://leetcode-cn.com/
problems
/sliding-window-median/这道题主要有两种思路解决,一是一开始想到的数组暴力法,二是利用二分查找思想实现时间复杂度的方法
morningstarwang
·
2023-10-20 02:16
力扣-414题 第三大的数(C++)
题目链接:https://leetcode-cn.com/
problems
/third-maximum-number/题目如下:classSolution{public:intthirdMax(vector
JIngles123
·
2023-10-20 01:30
#
简单题
c++
leetcode
算法
编程导航算法通关村第二关|白银挑战—指定区间反转
https://leetcode.cn/
problems
/reverse-linked-list-ii/头插法:/*头插法核心思路:一直在头部插入第一个节点后面的节点,实现反转1.找到要反转链表的位置,
lwy~
·
2023-10-20 00:03
算法
经典算法面试题系列(一)——tow sum
题目链接https://leetcode.com/
problems
/two-sum/#/description。惨痛教训告诉我们,刷题是多么的重要。
lixiang0425
·
2023-10-20 00:18
golang
算法
php
算法
面试题
golang
php
java leetcode之[动态规划]376. 摆动序列
题目的链接在这里:https://leetcode-cn.com/
problems
/wiggle-subsequence/目录题目大意一、示意图二、解题思路动态规划题目大意如果连续数字之间的差严格地在正数和负数之间交替
关切得大神
·
2023-10-19 23:39
学习
数据结构
动态规划
leetcode
算法
LeetCode·376.摆动序列·贪心·动态规划
链接:https://leetcode.cn/
problems
/wiggle-subsequence/solution/-by-xun-ge-v-nh8y/来源:力扣(LeetCode)著作权归作者所有
迅~
·
2023-10-19 23:08
LeetCode刷题笔记
leetcode
算法
贪心算法
【1024节日快乐!】LeetCode--分发饼干
目录分发饼干题目:示例1:示例2:题目提示:题目分析:代码演示:执行结果:评价:分发饼干题目来源:力扣(LeetCode)题目链接:https://leetcode.cn/
problems
/assign-cookies
周小末天天开心
·
2023-10-19 22:06
LeetCode
1024程序员节
250. Count Univalue Subtrees
https://leetcode.com/
problems
/count-univalue-subtrees/description/image.png这道题需要子树所有的VALUE都一致,我们就需要对子树去选队长
西部小笼包
·
2023-10-19 17:28
LeetCode 1726. 同积元组:哈希表(组合数学)
【LetMeFly】1726.同积元组:哈希表(组合数学)力扣题目链接:https://leetcode.cn/
problems
/tuple-with-same-product/给你一个由不同正整数组成的数组
Tisfy
·
2023-10-19 16:05
题解
#
力扣LeetCode
散列表
算法
LeetCode
题解
哈希表
前端常见算法题(树篇)
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/binary-tree-inorder-traversal著作权归领扣网络所有。商业转载请联系官方
维李设论
·
2023-10-19 15:04
前端
leetcode
算法
数据结构
前端
javascript
力扣 面试题 10.09. 排序矩阵查找
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/sorted-matrix-search-lc
冷酷的摸鱼小将
·
2023-10-19 15:00
面试题
leetcode
矩阵
算法
力扣 1579. 保证图可完全遍历 并查集 贪心
https://leetcode-cn.com/
problems
/remove-max-number-of-edges-to-keep-graph-fully-traversable/思路:这题目是有点贪心的思想在里面的
csu_xiji
·
2023-10-19 13:27
力扣
并查集
贪心
LeetCode 1726 同积元组
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/tuple-with-same-product解题重要思路:统计在nums中所有两个数的乘积出现的频率
hr159757
·
2023-10-19 13:49
个人记录
leetcode
python
AtCoder题解——AtCoder Regular Contest 107——A - Simple Math
ProblemS
tatementGivenarethreepositiveintegersA,B,andC.Computethefollowingvaluemodulo998244353:InputInputisgivenfrom
努力的老周
·
2023-10-19 12:05
OJ题解
#
AtCoder题解
AtCoder题解
ARC107
A题
Simple
Math
AtCoder题解 —— AtCoder Regular Contest 108 —— A - Sum and Product
ProblemS
tatementGivenareintegersSandP.Isthereapairofpositiveintegers(N,M)suchthatN+M=SandN×M=P?
努力的老周
·
2023-10-19 12:05
OJ题解
#
AtCoder题解
AtCoder题解
ARC108
A题
Sum
and
Product
双周赛114(模拟、枚举 + 哈希、DFS)
文章目录双周赛114[2869.收集元素的最少操作次数](https://leetcode.cn/
problems
/minimum-operations-to-collect-elements/)模拟[
Miraclo_acc
·
2023-10-19 11:30
算法刷题记录
#
LC周赛
算法
剑指Offer题集(力扣)
文章目录剑指Offer题集([力扣题单](https://leetcode.cn/
problems
et/all/?
Miraclo_acc
·
2023-10-19 11:59
重要算法题
leetcode
力扣-90题 子集 II(C++)- 回溯
题目链接:https://leetcode-cn.com/
problems
/subsets-ii/题目如下:classSolution{public:vector>subsetsWithDup(vector
JIngles123
·
2023-10-19 10:44
#
中等题
leetcode
c++
算法
leetcode----148. Sort List
链接:https://leetcode.com/
problems
/sort-list/大意:给定一个链表头结点head,要求使用时间复杂度O(nlogn),空间复杂度O(1)的方法对链表节点进行排序,并返回新链表的头节点
成程晨
·
2023-10-19 10:45
leetcode
leetcode
LeetCode - 148. Sort List
148.SortListhttps://leetcode.com/
problems
/sort-list排列无序列表要求:时间复杂度O(nlogn),空间复杂度O(1)排序算法1.快排-时间复杂度O(nlogn
real_lisa
·
2023-10-19 10:44
LeetCode
leetcode
算法
array
sorting
algorithm
链表
LeetCode-148. Sort List [C++][Java]
SortListLevelupyourcodingskillsandquicklylandajob.Thisisthebestplacetoexpandyourknowledgeandgetpreparedforyournextinterview.https://leetcode.com/
problems
贫道绝缘子
·
2023-10-19 10:44
LeetCode刷题怪
leetcode
算法
职场和发展
【Leetcode】918. Maximum Sum Circular Subarray
题目地址:https://leetcode.com/
problems
/maximum-sum-circular-subarray/给定一个长nnn的数组AAA,要求找到和最大的非空循环子数组。
记录算法题解
·
2023-10-19 09:22
LC
栈
队列
串及其他数据结构
【Leetcode】【简单】136.只出现一次的数字
https://leetcode.cn/
problems
/single-number/description/给你一个非空整数数组nums,除了某个元素只出现一次以外,其余每个元素均出现两次。
have_to_be
·
2023-10-19 08:22
Leetcode
leetcode
算法
职场和发展
Pet food packaging
Petfoodpackagingindustry
Problems
andSolutionsPackagingisoftenthefirstlineofoffenseinaproduct’sabilitytosellitself
小可耐_fe21
·
2023-10-19 07:00
树上启发式合并
树上启发式合并算法原理+流程+时间复杂度分析[D.TreeRequests](https://codeforces.com/
problems
et/problem/570/D)又称dsuontree,但这个算法和并查集没啥联系
_kikyou-
·
2023-10-19 07:56
启发式合并
算法
复盘日志
2,我在本片文章/音频/视频中学到的怦然心动的单词chase.calligraphy.groat.devastating3,在本片文章/音频/视频中我最喜欢的一句话Tellmeyour
problems
I'llchasethemawayI'llbeyourlighthouse4
土管224李淇杭
·
2023-10-19 03:18
leetcode:有效的完全平方数
题目来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/valid-perfect-square给定一个正整数num,编写一个函数,如果num是一个完全平方数
简书帅气的昵称已被使用
·
2023-10-19 03:31
LeetCode 2 两数相加
题目描述链接:https://leetcode.cn/
problems
/add-two-numbers/?envType=featured-list&envId=2ckc81c?
coder Ethan
·
2023-10-19 01:38
leetcode
leetcode
算法
后端
B - Influence on Social media ,素因子分解,思维,unordered_map
InfluenceonSocialmedia-
Problems
-CodeChefProblemRecentlysocialmediahasbeenfloodedbyfbposts,tweets,newsarticlesaboutonlything-demonetization.Agreatdebateisongoingoverit.Mostofthepeoplediscussinginsocial
Landing_on_Mars
·
2023-10-19 01:05
思维
数论
数学
数论
思维
Mancunian Hoards Black Money,贪心,思维
MancunianHoardsBlackMoney-
Problems
-CodeChefMancunianisarealestatedealerinMancunia.HeispartofTheEliteBuildersSocietywhoworkharddayandnighttoimprovetheinfrastructureofthecity
Landing_on_Mars
·
2023-10-19 01:03
贪心
思维
贪心算法
LeetCode 238. 除自身以外数组的乘积 | Python
文章目录238.除自身以外数组的乘积题目解题思路代码实现实现结果总结238.除自身以外数组的乘积题目来源:力扣(LeetCode)https://leetcode-cn.com/
problems
/product-of-array-except-self
"大梦三千秋
·
2023-10-19 01:55
LeetCode
leetcode
python
算法
左右乘积列表
除自身以外数组的乘积
238.除自身以外数组的乘积
来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/product-of-array-except
迅~
·
2023-10-19 01:47
LeetCode刷题笔记
c语言
数据结构
算法
LeetCode131——分割回文串
我的LeetCode代码仓:https://github.com/617076674/LeetCode原题链接:https://leetcode-cn.com/
problems
/palindrome-partitioning
清風逐尘乀
·
2023-10-18 23:07
LeetCode题解
LeetCode
回溯
分割回文串
LeetCode 40 组合总和 II -- 回溯法
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/combination-sum-ii题意:给定一个候选人编号的集合candidates和一个目标数target
大家好我是Boger
·
2023-10-18 23:31
LeetCode刷题笔记
#
回溯类题目
leetcode
算法
职场和发展
108. Convert Sorted Array to Binary Search Tree
https://leetcode.com/
problems
/convert-sorted-array-to-binary-search-tree/description/解题思路:用preordertraversal
becauseyou_90cd
·
2023-10-18 23:17
leetcode 二叉树
代码实现/***https://leetcode-cn.com/
problems
/invert-binary-tree/**@autho
猿小羽
·
2023-10-18 22:38
leetcode
leetcode
java
算法
二叉树
树结构
大一最后一次复盘
1我的大学生活之大学英语学习1)在这个学期的大学英语学习中,我的GPS[Gains]:英语能够更上一层楼[
Problems
]:听力还是有点困难[Suggestions]:多听多练多积累2)在这个学期的复盘日志中
19人文135郑鹏丽
·
2023-10-18 21:58
leetcode206.单链表反转
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/reverse-linked-list著作权归领扣网络所有。
WillamZ
·
2023-10-18 19:45
118. 杨辉三角
示例:输入:5输出:[[1],[1,1],[1,2,1],[1,3,3,1],[1,4,6,4,1]]来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
Abeants
·
2023-10-18 18:29
2020-04-21 阿里电话面试试题
https://leetcode-cn.com/
problems
/intersection-of-two-linked-lists/2、秒杀系统你会怎测试?3、上传功能测试用例。
朱徽
·
2023-10-18 17:39
Leetcode 142 环形链表II(链表:快2慢1指针相遇即有环)
Leetcode142环形链表II(链表:快2慢1指针相遇即有环)解法1https://leetcode.cn/
problems
/linked-list-cycle-ii/description/解法11
苹果就叫不呐呐
·
2023-10-18 17:29
Leetcode
leetcode
链表
算法
java
Leetcode学习记录
如何生成可参考右边的帮助文档文章目录二分查找模板、左值二分模板、右值二分模板数据结构栈堆二分查找模板、左值二分模板、右值二分模板作者:naruto-gyb链接:https://leetcode-cn.com/
problems
syyxxx
·
2023-10-18 16:50
leetcode
学习
算法
上一页
58
59
60
61
62
63
64
65
下一页
按字母分类:
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
其他