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
(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
47. 全排列 II
47.全排列II原题链接:完成情况:解题思路:参考代码:错误经验吸取原题链接:47.全排列IIhttps://leetcode.cn/
problems
/permutations-ii/submissions
Wzideng
·
2023-12-17 20:10
java学习
算法知识
#
LeetCode题解
算法
java
链表
Codeforces Round 915 (Div. 2)(A~C)
//Problem:A.Constructive
Problems
//Contest:Codeforces-CodeforcesRound915(Div.2)//URL:https://codeforces.com
你怎么知道我有一块铜牌
·
2023-12-17 20:08
c语言
开发语言
蓝桥杯周赛 第 1 场 强者挑战赛 6. 小球碰撞【算法赛】(思维题/最长上升子序列LIS)
题目https://www.lanqiao.cn/
problems
/9494/learning/?
Code92007
·
2023-12-17 19:04
思维题
思维题
101. 对称二叉树
1/\22/\/\3443但是下面这个[1,2,2,null,3,null,3]则不是镜像对称的:1/\22\\33来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
Abeants
·
2023-12-17 19:26
Unit3 translation
1.Justasthescientistspredicted,theglobalpollutionhasbecomeoneofthemostserious
problems
thatpeoplehavetoface2
李赟2021101207
·
2023-12-17 16:46
★647. 回文子串(区间DP)
文章目录[647.回文子串](https://leetcode.cn/
problems
/palindromic-substrings/description/)区间DP的写法ACCode647.回文子串题目不难
刘某某.
·
2023-12-17 10:59
力扣Hot100
排序算法
算法
数据结构
动态规划
LeetCode-139-单词拆分
原题链接:https://leetcode-cn.com/
problems
/word-break/给定一个非空字符串s和一个包含非空单词的列表wordDict,判定s是否可以被空格拆分为一个或多个在字典中出现的单词
阿凯被注册了
·
2023-12-17 10:15
LeetCode-219-存在重复元素 II
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problems
/contains-duplicate-ii/著作权归领扣网络所有。
雄狮虎豹
·
2023-12-17 04:48
早上好,我的leetcode 【hash】(第二期)
坚持才是最难的事情C++代码还是不方便写,改用python了,TAT文章目录1.两数之和49.字母异位词分组128.最长连续序列1.两数之和你好,梦开始的地方~https://leetcode.cn/
problems
likeGhee
·
2023-12-17 03:00
leetcode
算法
哈希算法
【算法提升—力扣每日一刷】五日总结【12/06--12/10】
文章目录2023/12/06力扣每日一刷:[206.反转链表](https://leetcode.cn/
problems
/reverse-linked-list/)2023/12/07力扣每日一刷:[203
OldGj_
·
2023-12-17 02:55
力扣!
算法
leetcode
职场和发展
数据结构与算法之递归: LeetCode 93. 复原 IP 地址 (Typescript版)
复原IP地址https://leetcode.cn/
problems
/restore-ip-addresses/描述有效IP地址正好由四个整数(每个整数位于0到255之间组成,且不能含有前导0),整数之间用
Wang's Blog
·
2023-12-17 01:02
Data
Structure
and
Algorithms
leetcode
51. N-Queens(N皇后)
题目链接:https://leetcode.com/
problems
/n-queens/思路:回溯法,如果你会写八皇后问题,那么这道题就很简单了。AC5msJava:具体思路注释在程序中了。
God_Mood
·
2023-12-17 01:52
Leetcode
N皇后
回溯
N-Queens
leetcode257.二叉树的所有路径(简单题,你能把全部细节想通吗?看懂它,你将不再害怕递归!)
257.二叉树的所有路径-力扣(LeetCode)https://leetcode.cn/
problems
/binary-tree-path
让你明白算法!
·
2023-12-16 20:30
练习
算法
leetcode
c++
【leetcode】链表总结
说明:本文内容来自于代码随想录链表基本操作https://leetcode.cn/
problems
/design-linked-list/删除节点https://leetcode.cn/
problems
zadarmo_
·
2023-12-16 19:45
基础算法
leetcode
算法
链表
数据结构
376. 摆动序列
376.摆动序列原题链接:完成情况:解题思路:参考代码:_376摆动序列_376摆动序列错误经验吸取原题链接:376.摆动序列https://leetcode.cn/
problems
/wiggle-subsequence
Wzideng
·
2023-12-16 19:23
java学习
算法知识
#
LeetCode题解
java
排序算法
链表
算法
数据挖掘
题目2087蓝桥杯算法提高VIP_8皇后_改 && _题目2087蓝桥杯算法提高VIP_8皇后_改
解题思路:参考代码:_题目2087蓝桥杯算法提高VIP_8皇后_改_51N皇后_使用boolean数组表示已经占用的直or斜线错误经验吸取原题链接:51.N皇后https://leetcode.cn/
problems
Wzideng
·
2023-12-16 19:22
java学习
算法知识
#
LeetCode题解
蓝桥杯
算法
排序算法
链表
java
数据结构
npi阶段是什么意思_NPI全过程各阶段定义-特性-要点
EVT(EngineeringVerificationTest)阶段:工程样品验证测试评审阶段Identifydesign
problems
andsolvingthemasearlyinthedesigncycle
weixin_39712455
·
2023-12-16 18:11
npi阶段是什么意思
上一页
24
25
26
27
28
29
30
31
下一页
按字母分类:
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
其他