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
爬楼梯
题目来源:https://leetcode.cn/
problems
/climbing-stairs/题目:假设你正在爬楼梯。需要n阶你才能到达楼顶。每次你可以爬1或2个台阶。
bypwan
·
2023-10-27 21:25
7. Reverse Integer
题目地址:https://leetcode.com/
problems
/reverse-integer/思路:把int转为字符串,字符串反转后再转回int,同时要处理越界问题classSolution{public
wangdsh
·
2023-10-27 20:09
代码随想录图论 第三天 | 130. 被围绕的区域 417. 太平洋大西洋水流问题
代码随想录图论第三天|130.被围绕的区域417.太平洋大西洋水流问题一、130.被围绕的区域题目链接:https://leetcode.cn/
problems
/surrounded-regions/思路
当年拼却醉颜红
·
2023-10-27 19:33
力扣算法题
图论
算法
数据结构
leetcode
java
【早安心语】
【2021-10-19】早安春夏秋冬Whenwemakeourselvesbetter,those
problems
thatbotheryouarenaturallysolved,sodon'tfocusyouremotionsonthingsthatareuselessandtemporarilyimpossibletosolve
壹典心理咨询
·
2023-10-27 18:29
字符串转换整数 (atoi)
题目来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/string-to-integer-atoi请你来实现一个atoi函数,使其能将字符串转换成整数
二进制的二哈
·
2023-10-27 14:50
大一最后的复盘
1我的大学生活之大学英语学习1)在这个学期的大学英语学习中,我的GPS[Gains]英语知识以及自己应该培养的学习习惯[
Problems
]因为几乎全程使用手机上课,教材阅读不方便。词汇问题任需要改进。
人文1杨彧
·
2023-10-27 08:53
算法训练营第一天 704 .二分查找、27.移除元素
算法训练营第一天|704.二分查找、27.移除元素(一)、704二分查找题目链接:https://leetcode.cn/
problems
/binary-search/description/解题思路:
零二年的冬
·
2023-10-27 08:34
算法训练
算法
开发语言
c++
数据结构与算法之矩阵: Leetcode 134. 螺旋矩阵 (Typescript版)
螺旋矩阵https://leetcode.cn/
problems
/spiral-matrix/描述给你一个m行n列的矩阵matrix,请按照顺时针螺旋顺序,返回矩阵中的所有元素。
Wang's Blog
·
2023-10-27 07:59
Data
Structure
and
Algorithms
矩阵
算法
【Leetcode】823. Binary Trees With Factors
题目地址:https://leetcode.com/
problems
/binary-trees-with-factors/description/给定一个长nnn的数字各不相同的数组AAA,并且∀i,A
记录算法题解
·
2023-10-27 07:18
LC
贪心
动态规划与记忆化搜索
leetcode
算法
c++
北京理工大学计算机学院郭守坤,付莹_北京理工大学计算机学院
JingweiLiang,YingFu*,Carola-BibianeSchnlieb,HuaHuang.Tuning-freePlug-and-PlayProximalAlgorithmforInverseImaging
Problems
.InternationalConferenceonMachineLearni
weixin_39781930
·
2023-10-27 07:10
北京理工大学计算机学院郭守坤
[leetcode数据库15] 1821. 寻找今年具有正收入的客户
leetcode数据库题目,简单题,面试中出现概率约为20%题目描述:来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/find-customers-with-positive-revenue-this-year
01-01
·
2023-10-27 06:45
leetcode
数据库
面试
leetcode
sql
0096. 不同的二叉搜索树
题目地址https://leetcode-cn.com/
problems
/unique-binary-search-trees/题目描述给定一个整数n,求以1...n为节点组成的二叉搜索树有多少种?
蓝笔头
·
2023-10-27 06:05
代码随想录算法训练营第二天 |977有序数组的平方 209 长度最小的子数组 59螺旋矩阵
链接:https://leetcode.cn/
problems
/squares-of-a-sorted-array/示例1输入:nums=[-4,-1,0,3,10]
weixin_41470835
·
2023-10-27 06:10
算法
矩阵
leetcode
代码随想录算法训练营第二天 | 977有序数组平方、 209.长度最小的子数组、59.螺旋矩阵II
59.螺旋矩阵2题目链接:https://leetcode.cn/
problems
/minimum-size-subarray-sum/视频讲解:https://www.bilibili.com/video
郭子婷
·
2023-10-27 06:35
代码随想录
算法
矩阵
leetcode
Target runtime Apache Tomcat v7.0 is not defined解决办法
在
Problems
视图中发现如题所示错误。
PennWong
·
2023-10-27 04:43
数据结构与算法之矩阵: Leetcode 48. 旋转矩阵 (Typescript版)
旋转图像https://leetcode.cn/
problems
/rotate-image/描述给定一个n×n的二维矩阵matrix表示一个图像。请你将图像顺时针旋转90度。
Wang's Blog
·
2023-10-27 04:45
Data
Structure
and
Algorithms
矩阵
算法
leetcode
001 Two Sum
001TWOSUMhttps://leetcode-cn.com/
problems
/two-sum/方法一:暴力法C++代码//暴力法//时间复杂度:O(n2)//空间复杂度:O(1)classSolution
XianBeiQiShi
·
2023-10-27 03:28
LeetcodeN数之和问题(N sum问题)
目录[1.两数之和](https://leetcode.cn/
problems
/two-sum/)[15.三数之和](https://leetcode.cn/
problems
/3sum/)[16.最接近的三数之和
dezhonger
·
2023-10-27 01:50
算法
leetcode
论文阅读 - MetaTroll: Few-shot Detection of State-Sponsored Trolls with Transformer Adapters
2303.07354.pdf目录摘要1INTRODUCTION2RELATEDWORK2.1Trolldetection2.2Meta-learning2.3Few-shottextclassification3
PROBLEMS
TATEMENT4APPROACH4.1StageOneTraining4.2StageTwoTraining4.3Sta
无脑敲代码,bug漫天飞
·
2023-10-26 23:18
社交机器人检测
论文阅读
像程序员一样思考_如何像程序员一样思考-解决问题的经验教训
像程序员一样思考byRichardReis理查德·里斯(RichardReis)如何像程序员一样思考-解决问题的经验教训(Howtothinklikeaprogrammer—lessonsin
problems
olving
cumi7754
·
2023-10-26 22:39
编程语言
python
人工智能
java
大数据
LC-路径总和
LC-路径总和链接:https://leetcode.cn/
problems
/path-sum/description/描述:给你二叉树的根节点root和一个表示目标和的整数targetSum。
KGF886
·
2023-10-26 21:58
数据结构与算法
java
数据结构
LC-买卖股票最佳时机
LC-买卖股票最佳时机链接:https://leetcode.cn/
problems
/best-time-to-buy-and-sell-stock/description/描述:给定一个数组prices
KGF886
·
2023-10-26 21:58
数据结构与算法
数据结构
动态规划
【LeetCode】二叉搜索树中的众数
题目描述:https://leetcode-cn.com/
problems
/find-mode-in-binary-search-tree/解题熟路1:(首先我是用额外的空间)因二叉搜索树中序遍历呈现的顺序是从小到大的
MyyyZzz
·
2023-10-26 20:41
LeetCode 2698. 求一个整数的惩罚数:模拟(二进制枚举)
【LetMeFly】2698.求一个整数的惩罚数:模拟(二进制枚举)力扣题目链接:https://leetcode.cn/
problems
/find-the-punishment-number-of-an-integer
Tisfy
·
2023-10-26 17:44
题解
#
力扣LeetCode
leetcode
算法
题解
二进制枚举
模拟
力扣24题—两两交换链表中的节点C++讲解
目录一.题目描述二.题目示例三.递归方法四.非递归方法来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/reverse-words-in-a-string
沉沉沉睡中
·
2023-10-26 14:07
链表
leetcode
算法
c++
【Leetcode】【每日一题】【简单】2520. 统计能整除数字的位数
https://leetcode.cn/
problems
/count-the-digits-that-divide-a-number/description/?
have_to_be
·
2023-10-26 13:50
Leetcode
leetcode
算法
数据结构
LCR 146. 螺旋遍历二维数组
LCR146.螺旋遍历二维数组原题链接:完成情况:解题思路:参考代码:原题链接:LCR146.螺旋遍历二维数组https://leetcode.cn/
problems
/shun-shi-zhen-da-yin-ju-zhen-lcof
Wzideng
·
2023-10-26 11:48
算法知识
#
LeetCode题解
java学习
算法
数据结构
leetcode
排序算法
1024程序员节
59. 螺旋矩阵 II
59.螺旋矩阵II原题链接:完成情况:解题思路:参考代码:__59螺旋矩阵II_直接构造__59螺旋矩阵II_直接构造简化版原题链接:59.螺旋矩阵IIhttps://leetcode.cn/
problems
Wzideng
·
2023-10-26 11:47
#
LeetCode题解
算法知识
java学习
矩阵
线性代数
java
算法
54. 螺旋矩阵
54.螺旋矩阵原题链接:完成情况:解题思路:参考代码:__54螺旋矩阵原题链接:54.螺旋矩阵https://leetcode.cn/
problems
/spiral-matrix/description
Wzideng
·
2023-10-26 11:11
算法知识
#
LeetCode题解
java学习
矩阵
线性代数
java
排序算法
leetcode
算法
数据结构
代码随想录算法训练营第三十六天| 贪心算法 part5
来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/non-overlapping-intervals著作权归领扣网络所有。
RicardoLee7
·
2023-10-26 09:59
算法
贪心算法
leetcode
代码随想录算法训练营第三十四天| 贪心算法 part3
以这种方式修改数组后,返回数组可能的最大和来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/maximize-sum-of-array-after-k-neg
RicardoLee7
·
2023-10-26 09:29
算法
贪心算法
leetcode
leetcode-19 删除链表倒数第N个节点
题目:https://leetcode-cn.com/
problems
/remove-nth-node-from-end-of-list/解释:#给你一个链表,删除链表的倒数第n个结点,并且返回链表的头结点
秸秆混凝烧结工程师
·
2023-10-26 08:30
笔试强训——day05
一、杨辉三角杨辉三角https://leetcode.cn/
problems
/pascals-triangle/1、解题思路①首先选取ArrayList动态开辟空间,list代表整个杨辉三角其中里面有包含了杨辉三角的每一行所以类型为
小陆 小鹿
·
2023-10-26 06:46
java
开发语言
leetcode
[100天算法】-最长有效括号(day 38)
"输出:2解释:最长有效括号子串为"()"示例2:输入:")()())"输出:4解释:最长有效括号子串为"()()"来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
xiaoshun007~
·
2023-10-26 05:07
零基础学算法
算法
代码随想录图论 第二天 | 695. 岛屿的最大面积 1020. 飞地的数量
代码随想录图论第二天|695.岛屿的最大面积1020.飞地的数量一、695.岛屿的最大面积题目链接:https://leetcode.cn/
problems
/max-area-of-island/思路:
当年拼却醉颜红
·
2023-10-26 05:12
力扣算法题
图论
算法
数据结构
leetcode
java
代码随想录训练营二刷第六十二天 | 84.柱状图中最大的矩形
代码随想录训练营二刷第六十二天|84.柱状图中最大的矩形一、84.柱状图中最大的矩形题目链接:https://leetcode.cn/
problems
/largest-rectangle-in-histogram
当年拼却醉颜红
·
2023-10-26 05:42
力扣算法题
数据结构
算法
动态规划
java
leetcode
代码随想录图论 第一天 | 797.所有可能的路径 200. 岛屿数量
代码随想录图论第一天|797.所有可能的路径200.岛屿数量一、797.所有可能的路径题目链接:https://leetcode.cn/
problems
/all-paths-from-source-to-target
当年拼却醉颜红
·
2023-10-26 05:02
力扣算法题
1024程序员节
算法
数据结构
java
leetcode
图论
深度优先
TensorFlow
Problems
问题1描述:importtensorflow控制台输出RuntimeError:modulecompiledagainstAPIversion0xcbutthisversionofnumpyis0xbRuntimeError:modulecompiledagainstAPIversion0xcbutthisversionofnumpyis0xb解决:numpy版本问题,需要升级pipinstall
糊糊小鱼干
·
2023-10-26 01:51
《幽冥仙界》技术支持
yeah.net电话:+8617188992643Thisisthetechnicalsupportinterfaceoftheappof"YouMingXianJie"foriOS.Ifyouhaveany
problems
orSuggestionsfo
夏令_368e
·
2023-10-26 01:42
如何培养孩子的社会能力
本书中教授的ICPS(interpersonalcongnitive
problems
olving/ican
problems
olve)的方法,让我们学会在孩子遇到社会交往问题时,通过提问而不是告知,通过启发而不是评判
heavenshu
·
2023-10-26 01:50
【论文合集】Awesome Diffusion Models 2
diff-usion/Awesome-Diffusion-Models目录VisionGenerationClassificationSegmentationImageTranslationInverse
Problems
MedicalImagingVisionGenerationGrad
m0_61899108
·
2023-10-25 23:09
论文笔记
知识学习系列
深度学习
人工智能
diffusion
刷题71——鸡蛋掉落
110.鸡蛋掉落题目链接来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/super-egg-drop题目描述你将获得K个鸡蛋,并可以使用一栋从1到N
明媚呀
·
2023-10-25 21:57
刷题
动态规划
leetcode
javascript
codeforces 1321 C. Remove Adjacent(1600,贪心)
链接:https://codeforces.ml/
problems
et/problem/1321/C题意:对字符串S进行处理,删除其中的字符S[i],且S[i]满足S[i]-S[i-1]=1或S[i]-
Theiar
·
2023-10-25 20:42
c++
力扣 2698. 求一个整数的惩罚数
题目来源:https://leetcode.cn/
problems
/find-the-punishment-number-of-an-integer/C++题解:单独写了个函数判断是否可以分割,判断方法为暴力法
江湖人称贺行风
·
2023-10-25 16:05
开始C++吧
leetcode
算法
c++
LeetCode-203-移除链表元素
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/remove-linked-list-elements/著作权归领扣网络所有。
雄狮虎豹
·
2023-10-25 16:56
LeetCode-个人题解
链表
leetcode
数据结构
java
leetcode:模拟行走机器人
题目来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/walking-robot-simulation机器人在一个无限大小的网格上行走,从点(0,0)
简书帅气的昵称已被使用
·
2023-10-25 16:22
leetcode 547. Number of Provinces 省份数量(中等)
一、题目大意标签:搜索https://leetcode.cn/
problems
/number-of-provinces有n个城市,其中一些彼此相连,另一些没有相连。
okokabcd
·
2023-10-25 15:16
LeetCode每日一题
leetcode
深度优先
算法
【leetcode】547. 省份数量(number-of-provinces)(图论)[中等]
链接https://leetcode-cn.com/
problems
/number-of-provinces/耗时解题:24min题解:9min题意有n个城市,其中一些彼此相连,另一些没有相连。
KroneX
·
2023-10-25 15:42
leetcode
BFS
题解
leetcode
bfs
102.二叉树的层次遍历
原题https://leetcode-cn.com/
problems
/binary-tree-level-order-traversal/解题思路构建一个辅助队列,每次将下一层的元素入队。
最尾一名
·
2023-10-25 12:25
Day13 有效的括号
https://leetcode-cn.com/
problems
/valid-parentheses示例1:输入:s="()"输出:true示例2:输入:s="()[]{}"输出:true示例3:输入:
Shimmer_
·
2023-10-25 10:38
上一页
54
55
56
57
58
59
60
61
下一页
按字母分类:
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
其他