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
problem❤
LeetCode LCR 085. 括号生成
题目链接https://leetcode.cn/
problem
s/IDBivT/description/正整数n代表生成括号的对数,请设计一个函数,用于能够生成所有可能的并且有效的括号组合。
一般路过糸.
·
2024-02-20 23:46
leetcode
算法
职场和发展
Leetcode刷题91-53. 最大子序和(C++详细解法!!!)
Comefrom:[https://leetcode-cn.com/
problem
s/maximum-subarray/]53.MaximumSubarray1.Question2.Answer3.我的收获
huyunceng_cloud
·
2024-02-20 22:37
LeetCode从零开始
LeetCode
C++
Day 9. 42. 连续子数组的最大和
Day9.42.连续子数组的最大和文章目录Day9.[42.连续子数组的最大和](https://leetcode-cn.com/
problem
s/lian-xu-zi-shu-zu-de-zui-da-he-lcof
Tracker123
·
2024-02-20 22:35
剑指offer
c++
BZOJ-1055: [HAOI2008]玩具取名(区间DP)
题目:http://www.lydsy.com/JudgeOnline/
problem
.php?id=1055这几天脑子不太好尽刷些傻叉的水题。。。区间DP,没什么好说的。。。
AmadeusChan
·
2024-02-20 21:50
Longest Common Prefix
https://leetcode.com/
problem
s/longest-common-prefix/题目描述Writeafunctiontofindthelongestcommonprefixstringamongstanarrayofstrings.Ifthereisnocommonprefix
风吹过的烟花
·
2024-02-20 20:22
LeetCode
leetcode
leetcode 148. 排序链表 java解法
Problem
:148.排序链表思路这是一个链表排序的问题,由于要求时间复杂度为O(nlogn),适合使用归并排序(MergeSort)来解决。
程序员阿伦
·
2024-02-20 19:06
leetcode
链表
java
CF1056C Pick Heroes 题解
文章目录[CF1056CPickHeroes](https://www.luogu.com.cn/
problem
/CF1056C)题解题面翻译题目描述输入格式输出格式样例#1样例输入#1样例输出#1样例
见合8
·
2024-02-20 19:25
题解
c++
算法
贪心算法
数据结构
CF1256C Platforms Jumping 题解
文章目录[CF1256CPlatformsJumping](https://www.luogu.com.cn/
problem
/CF1256C)题解题目描述输入格式输出格式题目描述输入格式输出格式样例#1
见合8
·
2024-02-20 19:24
题解
c++
算法
贪心算法
「leetcode」77.组合【回溯算法】详解!
第77题.组合题目链接:https://leetcode-cn.com/
problem
s/combinations/给定两个
代码随想录
·
2024-02-20 19:47
leecode题解
算法
数据结构
leetcode
回溯算法
Technical Support
Thisgamefocusesonthebestgames,ifyouencounterany
problem
sinthegame,pleasecontactusintime.Email:vgvsvgkmnkn315
破鞋漏脚尖
·
2024-02-20 18:45
LeetCode | 0429. N 叉树的层序遍历【Python】
Problem
LeetCodeGivenann-arytree,returnthelevelordertraversalofitsnodes'values.Nary-Treeinputserializationisrepresentedintheirlevelordertraversal
Wonz
·
2024-02-20 18:13
【18】只出现一次的数字
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problem
s/single-number/题目给定一个非空整数数组,除了某个元素只出现一次以外,其余每个元素均出现两次
公孙剑人
·
2024-02-20 18:21
2018-07-27
Boringallday...Ievenbegantothinkiftherearesomephysical
problem
s...Carryon?Sohopelessandsohard...
我喜欢过洋娃娃
·
2024-02-20 18:21
sora简介
reteachingAItounderstandandsimulatethephysicalworldinmotion,withthegoaloftrainingmodelsthathelppeoplesolve
problem
sthatrequirereal-worldinteraction.IntroducingSora
徐同保
·
2024-02-20 16:46
人工智能
435. 无重叠区间【贪心算法】
435.无重叠区间题目链接:https://leetcode-cn.com/
problem
s/non-overlapping-intervals/给定一个区间的集合,找到需要移除区间的最小数量,使剩余区间互不重叠
coolshyman
·
2024-02-20 16:58
leetcode刷题
算法
leetcode
贪心算法
我最爱的一本计算机专业入门书 -- Think Python
解决问题(
problem
solving)意味着对问题进行形式化,寻求创新型的解决方案,并且清晰、准确地表达解决方案的能力。所以这本书不只适合Python语言的学习,更包括了解决
JeetChan
·
2024-02-20 16:51
2.19学习总结
1.中位数2.统计和3.铺设道路4.岛屿个数5.冶炼金属6.飞机降落7.接龙数列中位数https://www.luogu.com.cn/
problem
/P1168题目描述给定一个长度为�N的非负整数序列
啊这泪目了
·
2024-02-20 15:05
学习
分享一个笑话:Computer language
andmystudentsoftencallmeathomewithquestions.OnemorningIwasonthephone,explainingincomputerlanguagethesolutiontoa
problem
whilearepairmanwasfixingmyrefrigerator.After
宇宙之一粟
·
2024-02-20 15:44
LeetCode-027-移除元素
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problem
s/remove
雄狮虎豹
·
2024-02-20 15:39
BZOJ-2127: happiness(最小割)
题目:http://www.lydsy.com/JudgeOnline/
problem
.php?
AmadeusChan
·
2024-02-20 14:15
LeetCode 93. 复原IP地址 | Python
文章目录93.复原IP地址题目解题思路代码实现实现结果欢迎关注93.复原IP地址题目来源:力扣(LeetCode)https://leetcode-cn.com/
problem
s/restore-ip-addresses
"大梦三千秋
·
2024-02-20 13:38
LeetCode
python
leetcode
算法
回溯
复原
IP
地址
【刷题记录】移除链表元素
注:部分思路借鉴自程序员小熊链接:https://leetcode.cn/
problem
s/remove-linked-list-elements/solutions/341875/203-yi-chu-lian-biao-yuan-su-you-ya-di-gui-c-yu-ya
睡觉待开机
·
2024-02-20 12:14
链表
数据结构
代码随想录算法训练营29期Day55|LeetCode 309,714
文档讲解:买卖股票的最佳时机含冷冻期买卖股票的最佳时机含手续费309.买卖股票的最佳时机含冷冻期题目链接:https://leetcode.cn/
problem
s/best-time-to-buy-and-sell-stock-with-cooldown
tlingyuqi
·
2024-02-20 12:08
代码随想录算法训练营29期
算法
leetcode
职场和发展
c++
动态规划
代码随想录算法训练营29期Day54|LeetCode 123,188
文档讲解:买卖股票的最佳时机III买卖股票的最佳时机IV123.买卖股票的最佳时机III题目链接:https://leetcode.cn/
problem
s/best-time-to-buy-and-sell-stock-iii
tlingyuqi
·
2024-02-20 12:07
代码随想录算法训练营29期
算法
leetcode
职场和发展
c++
动态规划
代码随想录算法训练营29期Day53|LeetCode 121,122
文档讲解:买卖股票的最佳时机买卖股票的最佳时机II121.买卖股票的最佳时机题目链接:https://leetcode.cn/
problem
s/best-time-to-buy-and-sell-stock
tlingyuqi
·
2024-02-20 12:37
代码随想录算法训练营29期
leetcode
算法
职场和发展
c++
动态规划
Leetcode 21. 合并两个有序链表
Leetcode21.合并两个有序链表1、问题分析2、问题解决3、总结1、问题分析题目链接:https://leetcode-cn.com/
problem
s/merge-two-sorted-lists
qq_32510597
·
2024-02-20 12:35
LeetCode
Hot100
链表
算法
leetcode
合并两个有序链表
数据结构
3个密码学相关的问题
一、离散对数问题(DiscreteLogarithm
Problem
,DLP)问题描述:给定有限阿贝尓群G中的2个元素a和b,找出最小的正整数x满足:b=a^^x(或者证明这样的x不存在)。
不是AI
·
2024-02-20 12:31
密码学
网络安全
抽象代数
代码随想录算法训练营29期Day52|LeetCode 198,213,337
文档讲解:打家劫舍打家劫舍II打家劫舍III198.打家劫舍题目链接:https://leetcode.cn/
problem
s/house-robber/description/思路:设dp[i]:考虑下标
tlingyuqi
·
2024-02-20 12:01
代码随想录算法训练营29期
算法
leetcode
职场和发展
c++
动态规划
Codeforces Round 925 E Anna and the Valentine‘s Day Gift
原题链接:
Problem
-E-Codeforces题目大意:给长度为n的数组a,安娜可以让一个数字反转,例如2400到42,萨沙可以让二个数字拼接,例如2400和12,可以拼接成240012或者122400
Jiu-yuan
·
2024-02-20 11:58
算法
LeetCode | 0451. Sort Characters By Frequency根据字符出现频率排序【Python】
LeetCode0451.SortCharactersByFrequency根据字符出现频率排序【Medium】【Python】【桶排序】
Problem
LeetCodeGivenastring,sortitindecreasingorderbasedonthefrequencyofcharacters.Example1
Wonz
·
2024-02-20 11:13
101.对称二叉树
publicclass
Problem
_010
efzy
·
2024-02-20 08:15
algorithm
java
算法
leetcode
数据结构
后端
LeetCode1723. 完成所有工作的最短时间 Java回溯+剪枝(详解)
1723.完成所有工作的最短时间链接:https://leetcode-cn.com/
problem
s/find-minimum-time-to-finish-all-jobs/solution/javahui-su-jian-zhi-by-oyzg
oyzg
·
2024-02-20 07:12
LeetCode
java
leetcode
算法
2018-11-23
attempttosolvethe
problem
whichoccurredfrequentlyduringthedebuggingexperiencerecently."
啊啊啊啊啊1231
·
2024-02-20 07:45
完成所有工作的最短时间(Java算法每日一题)
原题链接:https://leetcode.cn/
problem
s/find
万家林
·
2024-02-20 07:42
leetcode
算法
leetcode
LeetCode 以238.为例的前后缀分解方法
一、适用范围涉及到要进行前后缀分解的问题例如leetcode的以下问题:
Problem
:238.除自身以外数组的乘积
Problem
:2256.最小平均差
Problem
:2420.找到所有好下标
Problem
DYGO
·
2024-02-20 06:17
leetcode
python
A+B
problem
(高精度加法)
题意给定222个数aaa,bbb(a,b≤10500a,b\leq10^{500}a,b≤10500),输出它们相加的结果。思路因为a,b≤10500a,b\leq10^{500}a,b≤10500,所以我们不能直接进行运算。这个时候我们就可以使用高精度加法来进行运算。高精度加法1.通俗的来讲,高精度算法其实就是模拟竖式进行运算。如1236+12345:123451236-------1--135
Xeovei
·
2024-02-20 04:40
算法
算法
c++
开发语言
代码随想录刷题笔记-Day18
1.合并二叉树617.合并二叉树https://leetcode.cn/
problem
s/merge-two-binary-trees/给你两棵二叉树:root1和root2。
枯树老斑鸠
·
2024-02-20 04:05
代码随想录
笔记
java
算法
代码随想录刷题笔记-Day20
1.二叉树的最近公共祖先236.二叉树的最近公共祖先https://leetcode.cn/
problem
s/lowest-common-ancestor-of-a-binary-tree/给定一个二叉树
枯树老斑鸠
·
2024-02-20 04:05
代码随想录
笔记
算法
java
代码随想录刷题笔记-Day17
1.路径总和112.路径总和https://leetcode.cn/
problem
s/path-sum/给你二叉树的根节点root和一个表示目标和的整数targetSum。
枯树老斑鸠
·
2024-02-20 04:35
代码随想录
笔记
算法
java
代码随想录刷题笔记-Day19
1.二叉搜索树的最小绝对差530.二叉搜索树的最小绝对差https://leetcode.cn/
problem
s/minimum-absolute-difference-in-bst/给你一个二叉搜索树的根节点
枯树老斑鸠
·
2024-02-20 04:02
代码随想录
笔记
前端环境搭建问题报错
Thisisprobablynota
problem
withnpm.Therei
小王今天也要加油鸭~!
·
2024-02-20 02:30
项目中error总结
前端
webpack
洛谷 P1019 [NOIP2000 提高组] 单词接龙(dfs)
题目链接:https://www.luogu.com.cn/
problem
/P1019思路:1.首先我们对所有字符串做一个预处理得到inc[i][j]这个数组,这个数组的含义是:在字符串iii后接上字符串
Yuhan の Blog
·
2024-02-20 02:21
洛谷
算法
LeetCode-338. Counting Bits [C++][Java]
LeetCode-338.CountingBitshttps://leetcode.com/
problem
s/counting-bits/题目描述Givenanintegern,returnanarrayansoflengthn
贫道绝缘子
·
2024-02-20 01:45
LeetCode刷题怪
leetcode
LeetCode-338. Counting Bits
LeetCode-338.CountingBits题目描述:https://leetcode.com/
problem
s/counting-bits/解题思路当然,如果逐位取模再判断是不是1来计算1的个数当然可以
ke1950523491
·
2024-02-20 01:15
LeetCode编程
二进制中1的个数
Leetcode-338. Counting Bits
Originallink:https://leetcode.com/
problem
s/counting-bits/Thisquestiongivesanumberandrequiresalistreturned.Eachelementinthelistrepresentshowmany
Liuu Zn
·
2024-02-20 01:15
Leetcode
Leetcode
Leetcode 64. 最小路径和 c++
链接:https://leetcode-cn.com/
problem
s/minimum-path-sum/主要思路:1.这个题比较简单,因为题目要求了,只能向右或者向下走,逐行遍历计算最短路径就可以了。
让菜鸟飞
·
2024-02-20 00:52
代码随想录算法训练营DAY20 | 二叉树(7) (续)
一、LeetCode236二叉树的最近公共祖先题目链接:236.二叉树的最近公共祖先https://leetcode.cn/
problem
s/lowest-common-ancestor-of-a-binary-tree
橙南花已开
·
2024-02-20 00:39
代码随想录算法训练营
算法
代码随想录算法训练营 DAY20 | 二叉树(7)
一、LeetCode530二叉搜索树的最小绝对值题目链接:530.二叉搜索树的最小绝对值https://leetcode.cn/
problem
s/minimum-absolute-difference-in-bst
橙南花已开
·
2024-02-20 00:09
代码随想录算法训练营
算法
代码随想录算法训练营DAY20 | 二叉树 (8)
一、LeetCode701二叉搜索树中的插入操作题目链接:701.二叉搜索树中的插入操作https://leetcode.cn/
problem
s/insert-into-a-binary-search-tree
橙南花已开
·
2024-02-20 00:34
代码随想录算法训练营
算法
java
2022-02-25 「387. 字符串中的第一个唯一字符」
今日简单题:https://leetcode-cn.com/
problem
s/first-unique-character-in-a-string/依旧是String和char[]的转换,要找唯一,就用
柠香萌萌鸡
·
2024-02-19 23:55
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他