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
Codeforces Round 915(Div.2) A~C(D,E更新中...)
A.Constructive
Problems
(思维)题意:给出一个n×mn\timesmn×m的网格,你需要将网格上所有点均填满水,当一个格子同时满足以下两个条件时,格子中也会被填满水:该格子的左边或右边已经被填满水了该格子的上面或下面已经被填满水了一次操作可以给一个格子填满水
AC-Panda
·
2023-12-20 15:06
codeforces题解
c语言
算法
数据结构
OI
codeforces
ICPC
信息学奥赛
028,Implement strStr()
https://leetcode.com/
problems
/implement-strstr/discuss/12807/Elegant-Java-solutionReturntheindexofthefirstoccurrenceofneedleinhaystack
丹之
·
2023-12-20 15:46
Codeforces Round 916 (Div. 3)A~E2
目录A.
Problems
olvingLog问题分析:B.PreparingfortheContest问题分析:C.Quests问题分析:D.ThreeActivities题目分析:E1、E2.GamewithMarbles
Enjoycola_
·
2023-12-20 14:23
题解
c++
Codeforces
Atcoder
算法
蓝桥杯
解决
Problems
:Unresolved plugin:‘org.apache.maven.plugins:maven-...-plugin
在IDEA里新建maven时出现报错,报错如下:Project:****:1.0-SNAPSHOTLocation:****/pom.xml
Problems
:Unresolvedplugin:'org.apache.maven.plugins
AYDCT-
·
2023-12-20 12:27
maven
apache
intellij-idea
Codeforces Round 915 (Div. 2)
Constructive
Problems
(Problem-A-Codeforces)题目大意:现在有一片城市被摧毁了,需要进行重建,当一个城市水平相邻和竖直相邻的位置都至少有一个城市的时候,该城市可以被重建
as_sun
·
2023-12-20 08:48
算法
【数据结构】栈与队列经典oj题
文章目录前言例题1:[循环队列](https://leetcode.cn/
problems
/design-circular-queue/)例题2:[用队列实现栈](https://l
小参宿
·
2023-12-20 06:37
初阶数据结构
数据结构
算法
[LeetCode 739] Daily Temperatures(每日温度)(栈)
目录题目描述解题思路代码实现题目地址:https://leetcode-cn.com/
problems
/daily-temperatures题目描述GivenalistofdailytemperaturesT
吃吃今天努力学习了吗
·
2023-12-20 06:33
有事没事刷刷oj
数据结构
leetcode
栈
oj
LeetCode 0162. 寻找峰值:二分查找
【LetMeFly】162.寻找峰值:二分查找力扣题目链接:https://leetcode.cn/
problems
/find-peak-element/峰值元素是指其值严格大于左右相邻值的元素。
Tisfy
·
2023-12-20 05:58
题解
#
力扣LeetCode
leetcode
算法
题解
二分查找
【算法优选】 动态规划之路径问题——贰
文章目录前言[下降最小路径和](https://leetcode.cn/
problems
/minimum-path-sum/)题目描述算法思路:代码实现[最小路径和](https://leetcode.cn
遇事问春风乄
·
2023-12-20 04:25
算法优选
算法
动态规划
java
Leetcode 114二叉树展开为链表
例如,给定二叉树1/25/\346将其展开为:123456来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/flatten-binary-tree-to-linked-list
大号密码还没有想起来
·
2023-12-20 03:20
LeetCode每日一题,回文数
题目回文数https://leetcode-cn.com/
problems
/palindrome-number/公众号《java编程手记》记录JAVA学习日常,分享学习路上点点滴滴,从入门到放弃,欢迎关注描述难度
JAVA编程手记
·
2023-12-20 03:19
一起学算法-35. 搜索插入位置
一、题目LeetCode-35.搜索插入位置链接:https://leetcode-cn.com/
problems
/search-insert-position/难度:简单给定一个排序数组和一个目标值,
Justin小贾同学
·
2023-12-20 02:43
LeetCode-六道股票问题
买卖股票的最佳时机II123.买卖股票的最佳时机III188.买卖股票的最佳时机IV309.最佳买卖股票时机含冷冻期714.买卖股票的最佳时机含手续费参考:https://leetcode-cn.com/
problems
傅晨明
·
2023-12-19 19:58
【MAC 上学习 C++】Day 41-4. 实验6-4 使用函数输出指定范围内的完数 (20 分)
实验6-4使用函数输出指定范围内的完数(20分)1.题目摘自https://pintia.cn/problem-sets/13/
problems
/4762.题目内容本题要求实现一个计算整数因子和的简单函数
RaRasa
·
2023-12-19 19:23
「LeetCode 084」最大面积
题目地址:https://leetcode-cn.com/
problems
/largest-rectangle-in-histogram/给定n个非负整数,用来表示柱状图中各个柱子的高度。
xuzhougeng
·
2023-12-19 16:37
LeetCode 145. 二叉树的后序遍历
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/binary-tree-postorder-traversal/著作权归领扣网络所有。
TheKey_
·
2023-12-19 14:50
代码随想录第三十二天(一刷&&C语言)|单调递增的数字
ledcode题目:https://leetcode.cn/
problems
/monotone-increasing-digits/AC代码:voiditoa(i
小黑刚
·
2023-12-19 12:33
Carl代码随想录练习记录
c语言
开发语言
(C++)将x减到0的最小操作数--滑动窗口
https://leetcode.cn/
problems
/minimum-operations-to-reduce-x-to-zero/description/思路:正常来说,我们需要考虑从哪边相加和
CV工程师-
·
2023-12-19 09:46
算法
c++
开发语言
2021-2022第二学期复盘
1我的大学生活之大学英语学习1)在这个学期的大学英语学习中,我的GPS[Gains]在每一个单元通过taskA都能让我了解一些新的知识,会有新的领悟[
Problems
]每次看到长课文的时候都不太能一次性看完
Silvia_2c77
·
2023-12-19 03:25
LeetCode #162 #81 2018-08-16
162.FindPeakElementhttps://leetcode.com/
problems
/find-peak-element/description/这道题同样使用BinarySearch来解。
40巨盗
·
2023-12-19 02:31
pta数据结构与算法题目集(中文)错题分析与记录
文章目录6-5链式表操作集6-5链式表操作集题目链接:https://pintia.cn/problem-sets/15/exam/
problems
/728本题要求实现链式表的操作集。
oh panda
·
2023-12-19 01:08
数据结构
算法
c语言
python蓝桥杯的回形取数
#来源于蓝桥杯的训练题号是用户登录https://www.lanqiao.cn/
problems
/1517/learning/?
MADAO_luv
·
2023-12-19 00:21
蓝桥杯
职场和发展
Fluent中Pressure Based求解器
SIMPLESIMPLECPISO1.2coupledalgorithm二、各种求解算法比较:2.1SIMPLEvs.SIMPLECSIMPLEisthedefaultfortransientsimulations,butmany
problems
wil
xiaoqiang_2
·
2023-12-18 21:02
经验分享
笔记
【Leetcode】旋转矩阵
题目链接:https://leetcode.cn/
problems
/rotate-matrix-lcci/description/题目描述给你一幅由N×N矩阵表示的图像,其中每个像素的大小为4字节。
Nastu_Ho-小何同学
·
2023-12-18 16:19
力扣
leetcode
矩阵
算法
We have heart
Whenapersongrowsup,hewillinevitablyencountervarious
problems
Youcantolerateashortdownturn,butyoucan'tlosecourageIalwayshavefaithinmyselfAllthetroughsarejustfortheleapofhigherandfartherManytimes
鲜宇夫
·
2023-12-18 16:18
【Leetcode】最长连续序列
题目链接:https://leetcode.cn/
problems
/WhsWhI/description/思路在去重数据的集合内,如果当前元素在下一个连续元素在集合内,长度加1;考虑到效率,此处我们只从连续序列中的更小的元素开始统计
Nastu_Ho-小何同学
·
2023-12-18 16:16
力扣
leetcode
算法
职场和发展
★11. 盛最多水的容器(2种方法)
文章目录[11.盛最多水的容器](https://leetcode.cn/
problems
/container-with-most-water/description/)双指针算法。
刘某某.
·
2023-12-18 15:51
力扣Hot100
算法
数据结构
java
leetcode
leetcode: 322.零钱兑换
322.零钱兑换来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/coin-change/给你一个整数数组coins,表示不同面额的硬币;以及一个整数amount
uncle_ll
·
2023-12-18 13:58
编程练习-Leetcode
leetcode
贪心算法
零钱兑换
dfs
算法训练
LeetCode 0746. 使用最小花费爬楼梯:动态规划(原地)——不用什么从递归到递推
【LetMeFly】746.使用最小花费爬楼梯:动态规划(原地)——不用什么从递归到递推力扣题目链接:https://leetcode.cn/
problems
/min-cost-climbing-stairs
Tisfy
·
2023-12-18 12:20
题解
#
力扣LeetCode
leetcode
动态规划
算法
题解
DP
双周赛119(哈希表、贪心、双指针+哈希表、二进制枚举子集+Floyd算法)
文章目录双周赛119[2956.找到两个数组中的公共元素](https://leetcode.cn/
problems
/find-common-elements-between-two-arrays/)哈希表
Miraclo_acc
·
2023-12-18 11:12
算法刷题记录
#
LC周赛
散列表
算法
数据结构
周赛375(差分思想、快速幂、双指针)
文章目录周赛375[2960.统计已测试设备](https://leetcode.cn/
problems
/count-tested-devices-after-test-operations/)差分思想
Miraclo_acc
·
2023-12-18 11:42
算法刷题记录
#
LC周赛
算法
13.二进制枚举练习题
文章目录二进制枚举练习题[78.子集](https://leetcode.cn/
problems
/subsets/)[77.组合](https://leetcode.cn/
problems
/combinations
Miraclo_acc
·
2023-12-18 11:39
题型和技巧总结
算法
285. Inorder Successor in BST
https://leetcode.com/
problems
/inorder-successor-in-bst/description/image.png这道题如何思考。
西部小笼包
·
2023-12-18 11:04
【Leetcode】1431. Kids With the Greatest Number of Candies
题目地址:https://leetcode.com/
problems
/kids-with-the-greatest-number-of-candies/给定一个数组AAA,A[i]A[i]A[i]代表下标为
记录算法题解
·
2023-12-18 07:53
LC
数组
链表与模拟
leetcode
算法
leetcode 1431 拥有最多糖果的孩子(kids with the greatest number of candies)C语言
拥有最多糖果的孩子(kidswiththegreatestnumberofcandies)C语言1.description2.solution1.descriptionhttps://leetcode-cn.com/
problems
Mr._Hou
·
2023-12-18 07:51
leetcode
leetcode
leeetcode 1431. 拥有最多糖果的孩子 kids-with-the-greatest-number-of-candies python3
时间:2020-6-2题目地址:https://leetcode-cn.com/
problems
/kids-with-the-greatest-number-of-candies/题目难度:Easy题目描述
a_blooming_tree
·
2023-12-18 07:51
leetcode
python
leetcode
leetcode:55. 跳跃游戏-dp
55.跳跃游戏来源:力扣(LeetCode)链接:https://leetcode.cn/
problems
/jump-game/给定一个非负整数数组nums,你最初位于数组的第一个下标。
uncle_ll
·
2023-12-18 04:22
编程练习-Leetcode
leetcode
算法
动态规划
算法训练
跳跃游戏
LeetCode-45. 跳跃游戏 II(中等)
LeetCode-45.跳跃游戏II(中等)题目地址:https://leetcode-cn.com/
problems
/jump-game-ii文章目录LeetCode-45.跳跃游戏II(中等)1.题目描述及示例示例一
zh-yi
·
2023-12-18 04:50
#
贪心算法
leetcode
热题
HOT
100
leetcode
游戏
算法
职场和发展
动态规划
LeetCode-55. 跳跃游戏
LeetCode-55.跳跃游戏(中等)题目地址:https://leetcode-cn.com/
problems
/jump-game/文章目录LeetCode-55.跳跃游戏(中等)1.题目描述及示例示例一示例二
zh-yi
·
2023-12-18 04:50
leetcode
热题
HOT
100
#
贪心算法
leetcode
算法
动态规划
职场和发展
游戏
刷题-Leetcode-55. 跳跃游戏(贪心-区间)
55.跳跃游戏题目链接来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/jump-game/submissions/著作权归领扣网络所有。
萌的咋会有
·
2023-12-18 04:20
#
贪心
leetcode
算法
python
DP、贪心-LeetCode55. 跳跃游戏
1、题目描述https://leetcode-cn.com/
problems
/jump-game/类似题:1024.视频拼接(贪心、DP)https://blog.csdn.net/IOT_victor
NLP_victor
·
2023-12-18 04:19
动态规划
贪心算法
位运算
Math
贪心算法
动态规划
问题觉察+解决 Problem recognition and solving
Smalllemonislessthantwomonthsold,andIamveryworriedaboutsuch
problems
.Afterall,Ihaveraiseditsincebirth.
山羽文化
·
2023-12-18 00:47
不到十个例题带你拿下c++双指针算法(leetcode)
移动零问题https://leetcode.cn/
problems
/move-zeroes/submissions/1.题目解析必须在原数组进行修改,不可以新建一个数组非零元素相对顺序不变2.算法原理【
贰月磐石
·
2023-12-18 00:51
算法
数据结构
「代码随想录」746. 使用最小花费爬楼梯【动态规划】力扣详解!
746.使用最小花费爬楼梯题目链接:https://leetcode-cn.com/
problems
/min-cost-climbing-stairs/数组
代码随想录
·
2023-12-18 00:06
leecode题解
java
算法
数据结构
动态规划
LeetCode力扣746.使用最小花费爬楼梯JAVA
文章目录题目分析代码题目题目链接:https://leetcode-cn.com/
problems
/min-cost-climbing-stairs/分析题目的意思很明确,可以上一格或两格,因此可以反过来
Break;
·
2023-12-18 00:05
黑历史
leetcode
java
动态规划
LeetCode 746. 使用最小花费爬楼梯
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/min-cost
程序猴hyx
·
2023-12-18 00:04
有趣的面试题
java
算法
面试
Day 98 persist
Despiteofficialdenials,therumorsstillpersist.造句Sincethe
problems
tillpersists,weurgethatyoutakeanotherwaytoapproachit
Savage_Woo
·
2023-12-18 00:06
Leetcode 89. 格雷编码
00-010-211-301-1来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/gray-code著作权归领扣网络所有。
无名小卒一枚
·
2023-12-17 20:22
LeetCode
C++
格林编码
位运算
2021-2022第二学期复盘
[
Problems
]:听力水平仍然没有很大提高,很多小学的词汇都听不出来。一词多
人文一班杨洁
·
2023-12-17 20:03
**报错:** Compiled with
problems
:X ERROR in ./src/store/showLoginModal/index.js 1:0-42 Module not f
报错:Compiledwith
problems
:XERRORin.
For`没有get
·
2023-12-17 20:44
npm
上一页
26
27
28
29
30
31
32
33
下一页
按字母分类:
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
其他