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
1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance
Source:https://leetcode.com/contest/weekly-contest-173/
problems
/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance
y625658683
·
2023-11-15 07:18
练习
LeetCode 1334. 阈值距离内邻居最少的城市:多次运用单源最短路的迪杰斯特拉算法
【LetMeFly】1334.阈值距离内邻居最少的城市:多次运用单源最短路的迪杰斯特拉算法力扣题目链接:https://leetcode.cn/
problems
/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance
Tisfy
·
2023-11-15 06:45
题解
#
力扣LeetCode
leetcode
题解
图
最短路
迪杰斯特拉算法
Leetcode刷题80. 删除排序数组中的重复项 II
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/remove-duplicates-from-sorted-array-ii著作权归领扣网络所有。
Bonbon_wen
·
2023-11-15 00:04
数组
数组
双指针
LeetCode刷题实战55:跳跃游戏
今天和大家聊的问题叫做跳跃游戏,我们先来看题面:https://leetcode-cn.com/
problems
/jump-game/Givenanarrayofnon-negativeintegers
程序IT圈
·
2023-11-14 22:21
算法
动态规划
leetcode
算法导论
贪心算法
LeetCode 674. 最长连续递增序列【Python】
674.最长连续递增序列题目来源:力扣(LeetCode)https://leetcode-cn.com/
problems
/longest-continuous-increasing-subsequence
"大梦三千秋
·
2023-11-14 20:58
LeetCode
算法
leetcode
python
双指针
【LeetCode】 121. Best Time to Buy and Sell Stock 买卖股票的最佳时机(Easy)(JAVA)
【LeetCode】121.BestTimetoBuyandSellStock买卖股票的最佳时机(Easy)(JAVA)题目地址:https://leetcode.com/
problems
/best-time-to-buy-and-sell-stock
吴中乐
·
2023-11-14 19:45
Leetcode
leetcode
java
数据结构
算法
动态规划
leetcode122. Best Time to Buy and Sell Stock II 买卖股票的最佳时机 II(简单)
一、题目大意标签:贪心https://leetcode.cn/
problems
/best-time-to-buy-and-sell-stock-ii给你一个整数数组prices,其中prices[i]表示某支股票第
okokabcd
·
2023-11-14 19:12
LeetCode每日一题
leetcode
贪心算法
数据结构
leetcode 121 Best Time to Buy and Sell Stock 买卖股票的最佳时机(简单)
一、题目大意标签:动态规划https://leetcode.cn/
problems
/best-time-to-buy-and-sell-stock给定一个数组prices,它的第i个元素prices[i
okokabcd
·
2023-11-14 19:42
LeetCode每日一题
leetcode
算法
动态规划
leetcode: 121. Best Time to Buy and Sell Stock
DifficultyEasy.
ProblemS
ayyouhaveanarrayforwhichtheithelementisthepriceofagivenstockondayi.Ifyouwereonlypermittedtocompleteatmostonetransaction
JNingWei
·
2023-11-14 19:06
LeetCode-Python
LeetCode解题报告:121. Best Time to Buy and Sell Stock
ProblemS
ayyouhaveanarrayforwhichtheithi^{th}ithelementisthepriceofagivenstockondayi.Ifyouwereonlypermittedtocompleteatmostonetransaction
子为空
·
2023-11-14 19:05
LeetCode
LeetCode
Center Smoothing Certified Robustness for Networks with Structured Outputs
文章目录CenterSmoothing:CertifiedRobustnessforNetworkswithStructuredOutputsSummaryResearchObjective
ProblemS
tatementMethodsEvaluationConclusionNotesGaussianSmoothing
梦码城
·
2023-11-14 18:38
论文阅读
人工智能
异质图神经网络
表示学习
certified
robustness
数据结构初阶之顺序表数组OJ题一——移除元素
题目链接:https://leetcode-cn.com/
problems
/remove-element解题思路:本题最简单的方法是采用双指针做法:先创建两个变量dest和src指向第一个元素然后,当src
Hiland.
·
2023-11-14 17:14
#
练习题
#
初级数据结构
#
C语言
数据结构
c语言
Leetcode 1334. 阈值距离内邻居最少的城市
Leetcode1334.阈值距离内邻居最少的城市1、问题分析2、问题解决3、总结1、问题分析题目链接:https://leetcode-cn.com/
problems
/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance
qq_32510597
·
2023-11-14 16:27
LeetCode
c++
leetcode
folyd
佛洛依德算法
LeetCode内存泄露
安装google浏览器报错
安装google浏览器报错dpkg:errorprocessingpackagegoogle-chrome-stable(–install):dependency
problems
-leavingunconfiguredProcessingtriggersforgnome-menus
计算机CV民工
·
2023-11-14 15:35
小Tips
办公
【数据结构与算法】---OJ手撕链表题
作者:旧梦拾遗186专栏:数据结构成长日记目录链表的中间结点题解链表中倒数第k个结点描述题解链表的分割描述题解链表的中间结点链表的中间结点https://leetcode.cn/
problems
/middle-of-the-linked-list
旧梦拾遗186
·
2023-11-14 13:49
数据结构成长日记
链表
数据结构
c语言
算法
c++
数据结构与算法题目集7-40——奥运排行榜
//github.com/617076674/Data-structure-and-algorithm-topic-set原题链接:https://pintia.cn/problem-sets/15/
problems
清風逐尘乀
·
2023-11-14 13:29
数据结构与算法题目集
数据结构与算法题目集
排序
奥运排行榜
AtCoder ABC 306 解析
A-EchoB-Base2C-CentersD-PoisonousFull-CourseA-EchoTimeLimit:2sec/MemoryLimit:1024MBScore:100100points
ProblemS
tatementYouaregivenastringSSoflengthNNconsistingoflowercaseEnglishletters.Wedenotetheii-t
gechengxiu
·
2023-11-14 13:57
atcoder
abc
c++
2023.2.12(总结)
C-Don’tbecycleEditorial/TimeLimit:2sec/MemoryLimit:1024MBScore:300300points
ProblemS
tatementYouaregivenasimpleundirectedgraphwithNNverticesandMMed
小郭同学1564
·
2023-11-14 12:17
c语言
算法
图论
CodeForces242E XOR on Segment (线段树+二进制拆位
题目链接:http://codeforces.com/
problems
et/problem/242/E题意:给出n个点,m次操作,1xy:查询区间x-y的和,2lrx,区间l-r每个数都异或x;思考:我们可以很容易的想到
Yishui_Blog
·
2023-11-14 07:47
CodeForces 242E XOR on Segment 二维线段树
题目链接:http://codeforces.com/
problems
et/problem/242/E题意:给定一个长度为n的数组,然后有两种操作。
lqdandelion
·
2023-11-14 07:43
线段树
CodeForces
242E
XOR-on-Seg
二维线段树
数据结构【字符串】| leetcode 189. 轮转数组(中等)
代码链接:https://leetcode.cn/
problems
/rotate-array/solution/lai-zi-bei-da-suan-fa-ke-de-leetcodeti-j-lqfw
m0_73522647
·
2023-11-14 06:39
字符串
leetcode
LeetCode 题解 —— 5551. 使字符串平衡的最少删除次数
题目相关题目链接LeetCode中国,https://leetcode-cn.com/contest/biweekly-contest-39/
problems
/minimum-deletions-to-make-string-balanced
努力的老周
·
2023-11-14 06:08
OJ题解
#
LeetCode题解
LeetCode
LeetCode题解
5551
leetcode刷题记录总结-7.二叉树
、二叉树理论二叉树的种类满二叉树完全二叉树二叉搜索树平衡二叉搜索树二叉树的存储方式二叉树的遍历方式二叉树的定义总结一、二叉树的遍历[144.二叉树的前序遍历](https://leetcode.cn/
problems
天生我才~~
·
2023-11-14 04:40
数据结构与算法
leetcode
算法
数据结构
c++
LeetCode刷题实战304:二维区域和检索 - 矩阵不可变
今天和大家聊的问题叫做二维区域和检索-矩阵不可变,我们先来看题面:https://leetcode-cn.com/
problems
/range-sum-query-2d-immutable/示例给定matrix
程序IT圈
·
2023-11-14 04:37
算法
算法导论
微软
哈希
matrix
算法训练营DAY53|392.判断子序列、115.不同的子序列
392.判断子序列-力扣(LeetCode)https://leetcode.cn/
problems
/is-subsequence/判断子序列这道题目,和上一期的题解法几乎完全相同,只是递推公式有一点差别
让你明白算法!
·
2023-11-14 02:13
训练营
leetcode
算法
职场和发展
动态规划
LeetCode 25. K 个一组翻转链表 | Python
文章目录25.K个一组翻转链表题目解题思路代码实现实现结果25.K个一组翻转链表题目来源:https://leetcode-cn.com/
problems
/reverse-nodes-in-k-group
"大梦三千秋
·
2023-11-14 00:10
LeetCode
k个一组翻转链表
leetcode
指针
python
LeetCode25.k个一组翻转链表
题目来源:https://leetcode-cn.com/
problems
/reverse-nodes-in-k-group/description/题目描述:该题目是对反转一个链表的升级版。
晨初听雨
·
2023-11-14 00:08
LeetCode
反转链表
K个一组翻转链表
LeetCode25
LeetCode
链表
力扣labuladong一刷day8共2题
力扣labuladong一刷day8共2题704.二分查找题目链接:https://leetcode.cn/
problems
/binary-search/思路:很经典的题目,二分查找写的时候要注意循环不变量
当年拼却醉颜红
·
2023-11-14 00:09
力扣算法题
leetcode
算法
数据结构
二分查找
力扣labuladong一刷day7共3题
题文章目录力扣labuladong一刷day7共3题一、216.组合总和III二、111.二叉树的最小深度三、752.打开转盘锁一、216.组合总和III题目链接:https://leetcode.cn/
problems
当年拼却醉颜红
·
2023-11-14 00:08
力扣算法题
leetcode
算法
回溯算法
二叉树
广度优先
92. 反转链表 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-13 23:32
Leetcode
力扣.206剑24.反转链表+92.反转从位置m到n的链表
1、题目描述https://leetcode-cn.com/
problems
/reverse-linked-list/输入一个链表,反转链表后,输出新链表的表头。
NLP_victor
·
2023-11-13 23:17
牛客
LinkedList
剑指offer
链表
205. 同构字符串python
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
天天向上的程序猿
·
2023-11-13 23:07
力扣
python
leetcode
算法
数据结构与算法之排序: Leetcode 21. 合并两个有序链表 (Typescript版)
合并两个有序链表https://leetcode.cn/
problems
/merge-two-sorted-lists/描述将两个升序链表合并为一个新的升序链表并返回。
Wang's Blog
·
2023-11-13 21:34
Data
Structure
and
Algorithms
leetcode
链表
算法
数据结构与算法之查找: Leetcode 374. 猜数字大小 (Typescript版)
猜数字大小https://leetcode.cn/
problems
/guess-number-higher-or-lower/描述猜数字游戏的规则如下:每轮游戏,我都会从1到n随机选择一个数字。
Wang's Blog
·
2023-11-13 21:34
Data
Structure
and
Algorithms
leetcode
算法
查找
数据结构与算法之排序: Leetcode 164. 最大间距 (Typescript版)
最大间距https://leetcode.cn/
problems
/maximum-gap/description/描述给定一个无序的数组nums,返回数组在排序之后,相邻元素之间最大的差值。
Wang's Blog
·
2023-11-13 21:00
Data
Structure
and
Algorithms
leetcode
算法
排序
LeetCode:118. Pascal‘s Triangle杨辉三角(C语言)
示例:输入:5输出:[[1],[1,1],[1,2,1],[1,3,3,1],[1,4,6,4,1]]来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
wangqingchuan92
·
2023-11-13 19:07
LeetCode刷题记录
LeetCode刷题实战314:二叉树的竖直遍历
今天和大家聊的问题叫做二叉树的竖直遍历,我们先来看题面:https://leetcode-cn.com/
problems
/binary-tree-vertical-order-traversal/Givenabin
程序IT圈
·
2023-11-13 14:45
nokia
tags
sms
instance
ipa
c语言oj试题,C语言OJ试题.docx
cid=1239"
ProblemS
etHYPERLINK"01/JudgeOnline/contestrank.php?cid=1239"Standin
Lay200
·
2023-11-13 13:16
c语言oj试题
数据结构初阶之顺序表数组OJ题二——删除有序数组中的重复项
题目链接:https://leetcode-cn.com/
problems
/remove-duplicates-from-sorted-array解题方法:双指针令定义src和dest指针,让dest指向第一个元素
Hiland.
·
2023-11-13 13:36
#
初级数据结构
#
练习题
#
C语言
数据结构
c语言
数据结构初阶之顺序表数组OJ题三——合并两个有序数组
题目链接:https://leetcode-cn.com/
problems
/merge-sorted-array解题思路:三指针先创建三个指针,一个指针i指向nums1的m-1处,一个指针j指向nums2
Hiland.
·
2023-11-13 13:36
#
初级数据结构
#
练习题
#
C语言
数据结构
c语言
Games104 学习笔记 20~22
面向数据编程与任务系统BasicsofParallelProgrammingProcessandThreadTypesofMultitaskingThreadContextSwitchParallel
Problems
inParallelComputingDataRaceinParallelProgrammingBlockingAlgo
hijackedbycsdn
·
2023-11-13 09:38
Games笔记
学习
笔记
PHP原生类总结利用
据手册显示,SPL是用于解决典型问题(standard
problems
)的一组接口与类的集合。打开手册,正如上面的定义一样,有许多封装好的类。
0e1G7
·
2023-11-13 09:53
课程笔记
php
经验分享
安全
原生类
ctf
算法训练营DAY51|300.最长递增子序列、674. 最长连续递增序列、718. 最长重复子数组
300.最长递增子序列-力扣(LeetCode)https://leetcode.cn/
problems
/longest-increasing-subsequence/题目大意是给一个数组,要求返回最长的递增的序列
让你明白算法!
·
2023-11-13 09:30
训练营
leetcode
算法
职场和发展
动态规划
Day52 300.最长递增子序列 674. 最长连续递增序列 718. 最长重复子数组
文章目录300.最长递增子序列674.最长连续递增序列718.最长重复子数组300.最长递增子序列https://leetcode.cn/
problems
/longest-increasing-subsequence
NoahNC
·
2023-11-13 09:25
leetcode
算法
c++
动态规划
Leetcode 剑指 Offer 03. 数组中重复的数字
剑指Offer03.数组中重复的数字来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/shu-zu-zhong-zhong-fu-de-shu-zi-lcof
majinbo111
·
2023-11-13 05:52
LeetCode
数据结构与算法
C语言
数组中重复的数字
Leetcode 81. Search in Rotated Sorted Array II
ProblemS
upposeanarraysortedinascendingorderisrotatedatsomepivotunknowntoyoubeforehand.
小白菜又菜
·
2023-11-13 01:26
解题报告
leetcode 81. Search in Rotated Sorted Array II 搜索旋转排序数组 II(中等)
一、题目大意标签:查找https://leetcode.cn/
problems
/search-in-rotated-sorted-array-ii已知存在一个按非降序排列的整数数组nums,数组中的值不必互不相同
okokabcd
·
2023-11-13 01:25
LeetCode每日一题
leetcode
算法
职场和发展
[LeetCode]-225. 用队列实现栈-232. 用栈实现队列
目录225.用队列实现栈题目思路代码232.用栈实现队列题目思路代码225.用队列实现栈225.用队列实现栈-力扣(LeetCode)https://leetcode.cn/
problems
/implement-stack-using-queues
敲敲er
·
2023-11-13 01:38
LeetCode刷题分享
leetcode
算法
[LeetCode]-622. 设计循环队列
目录662.设计循环队列题目思路代码662.设计循环队列622.设计循环队列-力扣(LeetCode)https://leetcode.cn/
problems
/design-circular-queue
敲敲er
·
2023-11-13 01:34
leetcode
算法
206. 反转链表(简单)(LCR 024)
https://leetcode.cn/
problems
/reverse-linked-list/给你单链表的头节点head,请你反转链表,并返回反转后的链表。
Rock在学习
·
2023-11-13 01:57
链表
链表
数据结构
python
算法
leetcode
上一页
44
45
46
47
48
49
50
51
下一页
按字母分类:
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
其他