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-中等】64. 最小路径和(图文详解)
题目地址:https://leetcode.cn/
problems
/minimum-path-sum/方法1:暴力遍历(超时)作者:本人思路:拿到这道题,本菜鸟就想着遍历,但感觉遍历也不好写,得用递归遍历
丨康有为丨
·
2023-10-15 20:59
LeetCode刷题
leetcode
算法
动态规划
人群计数:SFANet--Dual Path Multi-Scale Fusion Networks with Attention for Crowd Counting
largeheadscalevariationscausedbycameraperspectiveanddiversecrowddistributionswithhighbackgroundnoisyscenes.Facedwithsuch
problems
目睹闰土刺猹的瓜
·
2023-10-15 20:09
Crowd
Counting
人群计数
人群密度估计
SFANet
深度学习
LeetCode #104 #111 2018-08-05
104.MaximumDepthofBinaryTreehttps://leetcode.com/
problems
/maximum-depth-of-binary-tree/description/一般都是用递归实现
40巨盗
·
2023-10-15 19:53
Codeforces Round 389 Div.2 B. Santa Claus and Keyboard Check(模拟)
B.SantaClausandKeyboardCheck原题链接:http://codeforces.com/
problems
et/problem/748/BSantaClausdecidedtodisassemblehiskeyboardtocleanit.Afterhereturnedallthekeysback
Alzh
·
2023-10-15 18:37
#
模拟
#
水题
ACM
Codeforces
Round
389
Div.2
B.
Santa
Claus
and
Keyboard
Check
课程表系列
相关题目:207.课程表210.课程表II1462.课程表IVclassCourseSchedule:"""207.课程表https://leetcode.cn/
problems
/course-schedule
NLP_wendi
·
2023-10-15 17:31
数据结构与算法
LeetCode
dfs
bfs
2021-12-23
2021-2022第一学期复盘模版:1我的大学生活之大学英语学习1)在这个学期的大学英语学习中,我的GPS[Gains]英语听力和口语有了大幅度提升转变英语学习理念将英语视为一种语言工具而不是应试工具[
Problems
付翔宇
·
2023-10-15 15:56
LeetCode刷题实战95:不同的二叉搜索树 II
今天和大家聊的问题叫做不同的二叉搜索树II,我们先来看题面:https://leetcode-cn.com/
problems
/binary-tree-inorder-traversal/Givenaninteger
程序IT圈
·
2023-10-15 15:54
算法
dfs
数据结构
instance
链表
LeetCode刷题实战572:另一棵树的子树
今天和大家聊的问题叫做另一棵树的子树,我们先来看题面:https://leetcode-cn.com/
problems
/subtree-of-another-tree/Giventherootsoftwobinar
程序IT圈
·
2023-10-15 15:23
算法
二叉树
java
leetcode
数据结构
【数据结构C++】字符串(四)
4.字符串旋转字符串:https://leetcode-cn.com/
problems
/rotate-string/classSolution{public:boolrotateString(strings
只搬烫手的砖
·
2023-10-15 15:34
数据结构
c++
字符串
CodeForces - 766E Mahmoud and a xor trip
(n≤105)(n\leq10^5)(n≤105)链接:https://codeforces.com/
problems
et/problem/766/E解题思路:若是路径权值和,则树形dpdpdp就可,现在变成异或
freeze up
·
2023-10-15 15:29
图论
二叉树和iOS层级中找到最近公共子节点(视图)
LeetCode:https://leetcode-cn.com/
problems
/lowest-common-ancestor-of-a-binary-tree/解题思路分析首
李周
·
2023-10-15 14:07
面试题 04.08. 首个共同祖先(中等题)
链接:https://leetcode-cn.com/
problems
/first-common-ancestor-lcci/2.题解思路:从根节点出发,考虑p、q的情况:(1)如果p、q中有一个是根节点
金锡圭璧
·
2023-10-15 13:08
LeetCode135(2020-7-18)
题目:https://leetcode.com/
problems
/candy/解答:publicintcandy(int[]ratings){if(ratings==null||ratings.length
xujiadai
·
2023-10-15 13:17
5. 最长回文子串 动态规划
示例2:输入:"cbbd"输出:"bb"来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/longest-palindromic-substring著作权归领扣网络所有
滨岩
·
2023-10-15 12:57
Countries war soul
Ifyouencounter
problems
inthegamecancontactus!!
ieksimts
·
2023-10-15 11:22
蓝桥杯每日一练——最长递增子序列(动态规划)
最长递增子序列https://leetcode-cn.com/
problems
/longest-increasing-subsequence/题目描述:给你一个整数数组nums,找到其中最长严格递增子序列的长度
战士小小白
·
2023-10-15 10:32
蓝桥杯备战
算法
数据结构
蓝桥杯
蓝桥杯 第 1 场算法双周赛 第2题 数树数【算法赛】c++ 位运算巧解
题目数树数【算法赛】https://www.lanqiao.cn/
problems
/5128/learning/?contest_id=144难度:中等问题描述小蓝最近学了二叉树,他想到了一个问题。
冷yan~
·
2023-10-15 09:31
蓝桥杯
位运算
数据结构
leetcode
算法
c++
位运算
蓝桥杯 第 1 场算法双周赛 第1题 三带一 c++ map 巧解 加注释
题目三带一【算法赛】https://www.lanqiao.cn/
problems
/5127/learning/?
冷yan~
·
2023-10-15 08:33
蓝桥杯
哈希表
数据结构
算法
leetcode
c++
map
哈希算法
Intellij idea:更新网上解决Wrong tag ‘Author‘ 方案
首先是设置的路径:Setting-Editor-CodeStyle-Inspections-Java-Javadoc路径都是差不多的,但是到这里的时候发现有两个,长得很像的Javadocdeclaration
problems
爱编程的Zion
·
2023-10-15 08:10
intellij-idea
java
ide
我的大学生活之大学英语学习
get到办公软件的某些特殊性能,对计算机方面的东西也有所了解[
Problems
]词汇量小,阅读速度慢,口语交流不懂变通,比较死板,练习英语的目的性比较单一化。
行管207古裕焕
·
2023-10-15 06:05
ubuntu系统中docker下的ubuntu镜像apt-get无法使用问题解决
要apt-getinstalldefault-jdk时死活下载不下来,不是这有问题就是那有问题,各种apt-get能出现的问题都出现了一个遍,例如,0%连接,err1:,Unabletocorrect
problems
winnie_chun
·
2023-10-15 04:13
ubuntu
ubuntu
【leetcode】二叉搜索树迭代器
参考题解参考讲解,讲解很清楚,有图片之后更清楚了https://leetcode-cn.com/
problems
/binary-search-tree-iterator/solution/fu-xue-ming-zhu-dan-diao-zhan-die-dai-la-dkrm
好程序不脱发
·
2023-10-15 02:40
python
leetcode
leetcode
算法
python
中原焦点团队王敏燕网络中级23期坚持分享第218天,读书分享第218天约练64本周0
一、SFBT的重要基本信念包括9条(Trepper等,2010):1.基于建构解决之道(Solutionbuilding),而非问题解决(
Problems
olving)。
娴子妹妹
·
2023-10-15 02:42
leetcode力扣每日一题 1768. 交替合并字符串
来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/merge-strings-alternately著作权归领扣网络所有。
snoke_
·
2023-10-14 23:44
LeetCode
c++
visualstudio
算法
leetcode每日一题.136:只出现一次的数字
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/single-number著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。
Far_Stars
·
2023-10-14 23:58
leetcode
leetcode
算法
力扣每日一题 最大为 N 的数字组合
Day23Date:October18,20221:26PMLinkedIn:https://leetcode.cn/
problems
/numbers-at-most-n-given-digit-set
只惠摸鱼
·
2023-10-14 22:50
力扣每日一题
Python
leetcode
算法
深度优先
每日一题:【LeetCode】136. 只出现一次的数字
示例1:输入:[2,2,1]输出:1示例2:输入:[4,1,2,1,2]输出:4来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/single-number著作权归领扣网络
-北宸-
·
2023-10-14 22:19
LeetCode
每日一题
leetcode
python
LeetCode 87. Scramble String(字符串扰乱)
原题网址:https://leetcode.com/
problems
/scramble-string/Givenastrings1,wemayrepresentitasabinarytreebypartitioningittotwonon-emptysubstringsrecursively.Belowisonepossiblerepresentationofs1
jmspan
·
2023-10-14 22:43
深度优先搜索
递归
剪枝
直方图
频率
同构
同构异形
对称
交换
树
leetcode
2021-12-22
1我的大学生活之大学英语学习1)在这个学期的大学英语学习中,我的GPS[Gains]英语听力的难度之大及其重要性许多新的单词和语块[
Problems
]长篇课文不能熟记和理解[Suggestions]多一点专心
李雨轩l
·
2023-10-14 22:35
LeetCode-300. 最长上升子序列.md
链接:https://leetcode-cn.com/
problems
/longest-increasing-subsequence我的AC代码varlengthOfLIS=function(nums)
cc要坚定自己的脚步
·
2023-10-14 17:47
【MAC 上学习 C++】Day 48-3. 实验7-3-6 字符串转换成十进制整数 (15 分)
实验7-3-6字符串转换成十进制整数(15分)1.题目摘自https://pintia.cn/problem-sets/13/
problems
/5272.题目内容输入一个以#结束的字符串,本题要求滤去所有的非十六进制字符
RaRasa
·
2023-10-14 16:02
2020-06-16
[
Problems
]听力可谓是巨大的难处,无从下手,接触过少,让自己手足无措。[Suggestions]不知何时能不再为了考试而学习英语
1907行管一班张榕泰
·
2023-10-14 14:52
LeetCode刷题笔记day15- 347. 前 K 个高频元素
示例1:输入:nums=[1,1,1,2,2,3],k=2输出:[1,2]链接:https://leetcode-cn.com/
problems
/top-k-frequent-elements解决方案:
海边画家
·
2023-10-14 14:20
LeetCode刷题笔记
leetcode
算法
LeetCode--347. 前 K 个高频元素(C++描述)
//Source:https://leetcode.cn/
problems
/top-k-frequent-elements///Date:2022-12-6/**********************
佰无一用是书生
·
2023-10-14 14:15
LeetCode
leetcode
c++
算法
leetcode 面试题 08.12. 八皇后——回溯
面试题08.12.八皇后题目来源:力扣(LeetCode)https://leetcode-cn.com/
problems
/eight-queens-lcci/解题思路:皇后不能放在同一行、同一列、左上左下右上右下四个方向的任意单位
ShareBeHappy_Qin
·
2023-10-14 14:58
算法刷题
算法
leetcode
leetcode583. 两个字符串的删除操作(java-动态规划)
两个字符串的删除操作题目描述解题思路解法一递归加缓存动态规划代码演示动态规划专题leetcode583.两个字符串的删除操作来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
SP_1024
·
2023-10-14 13:24
算法
java
数据结构
java
动态规划
算法
数学建模
数据结构
leetcode题目64. 最小路径和
题目描述链接:https://leetcode-cn.com/
problems
/minimum-path-sum/给定一个包含非负整数的mxn网格grid,请找出一条从左上角到右下角的路径,使得路径上的数字总和为最小
castlet
·
2023-10-14 13:28
LeetCode-209-长度最小的子数组
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/minimum
雄狮虎豹
·
2023-10-14 11:25
LeetCode-个人题解
java
算法
leetcode
数组
滑动窗口
【Leetcode】218. The Skyline Problem
题目地址:https://leetcode.com/
problems
/the-skyline-problem/给定若干大楼的左右边界及其高度(每个大楼都是矩形),大楼可能有重叠,要求返回一系列点的坐标表示这些大楼的边际线
记录算法题解
·
2023-10-14 09:35
LC
栈
队列
串及其他数据结构
leetcode
算法
c++
数据结构
LeetCode-218. The Skyline Problem [C++][Java]
LeetCode-218.TheSkylineProblemhttps://leetcode.com/
problems
/the-skyline-problem/Acity'sskylineistheoutercontourofthesilhouetteformedbyallthebuildingsinthatcitywhenviewedfromadistance.Giventhelocations
贫道绝缘子
·
2023-10-14 09:01
LeetCode刷题怪
leetcode
LeetCode218. The Skyline Problem
https://leetcode.com/
problems
/the-skyline-problem/description/Acity'sskylineistheoutercontourofthesilhouetteformedbyallthebuildingsinthatcitywhenviewedfromadistance.Nowsupposeyouaregiventhelocationsan
dbvz4901
·
2023-10-14 09:57
java
数据结构与算法
Responsive Web Design
1.Startwithaskingquestions.
Problems
tosolve?Corebusinessobjective?
evarong
·
2023-10-14 08:29
LeetCode刷题实战209:长度最小的子数组
今天和大家聊的问题叫做长度最小的子数组,我们先来看题面:https://leetcode-cn.com/
problems
/minimum-size-subarray-sum/Givenanarrayofpositi
程序IT圈
·
2023-10-14 06:57
算法
链表
指针
toolbar
leetcode
leetcode oj1
from=searchthrownewIllegalArgumentException("Notwosumsolution");中文:https://leetcode-cn.com/
problems
/two-sum
ShzJo
·
2023-10-14 06:26
学习笔记
java
leetcode
刷题LeetCode:278.第一个错误的版本
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/first-bad-version/题目描述你是产品经理,目前正在带领一个团队开发新的产品。
程序媛遇上处女座
·
2023-10-14 06:07
代码随想录算法训练营第55天|300.最长递增子序列、674. 最长连续递增序列、718. 最长重复子数组
300.最长递增子序列https://leetcode.cn/
problems
/longest-increasing-subsequence/classSolution{public:intlengthOfLIS
鲁树人146
·
2023-10-14 06:45
算法
代码随想录训练营二刷第五十三天 | 309.最佳买卖股票时机含冷冻期 714.买卖股票的最佳时机含手续费
代码随想录训练营二刷第五十三天|309.最佳买卖股票时机含冷冻期714.买卖股票的最佳时机含手续费一、309.最佳买卖股票时机含冷冻期题目链接:https://leetcode.cn/
problems
/
当年拼却醉颜红
·
2023-10-14 06:13
力扣算法题
算法
数据结构
java
代码随想录训练营二刷第五十一天 | 121. 买卖股票的最佳时机 122.买卖股票的最佳时机II
代码随想录训练营二刷第五十一天|121.买卖股票的最佳时机122.买卖股票的最佳时机II一、121.买卖股票的最佳时机题目链接:https://leetcode.cn/
problems
/best-time-to-buy-and-sell-stock
当年拼却醉颜红
·
2023-10-14 06:43
力扣算法题
数据结构
算法
动态规划
代码随想录训练营二刷第五十二天 | 123.买卖股票的最佳时机III 188.买卖股票的最佳时机IV
代码随想录训练营二刷第五十二天|123.买卖股票的最佳时机III188.买卖股票的最佳时机IV一、123.买卖股票的最佳时机III题目链接:https://leetcode.cn/
problems
/best-time-to-buy-and-sell-stock-iii
当年拼却醉颜红
·
2023-10-14 06:43
力扣算法题
算法
动态规划
数据结构
代码随想录训练营第五十二天|300.最长递增子序列,674. 最长连续递增序列,718. 最长重复子数组
300.最长递增子序列题目链接:https://leetcode.cn/
problems
/longest-increasing-subsequence/submissions/代码:classSolution
ababababyyyy
·
2023-10-14 05:08
c++
上一页
61
62
63
64
65
66
67
68
下一页
按字母分类:
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
其他