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
Maximum Depth of Binary Tree
Problem
Giventherootofabinarytree,returnitsmaximumdepth.Abinarytree'smaximumdepthisthenumberofnodesalongthelongestpathfromtherootnodedowntothefarthestleafnode.Example1
kotic
·
2023-12-14 13:49
leetcode算法学习
算法
Diameter of Binary Tree
Problem
Giventherootofabinarytree,returnthelengthofthediameterofthetree.Thediameterofabinarytreeisthelengthofthelongestpathbetweenanytwonodesinatree.Thispathmayormaynotpassthroughtheroot.Thelengthofapa
kotic
·
2023-12-14 13:49
leetcode算法学习
深度优先
算法
Linked List Cycle
Problem
Givenhead,theheadofalinkedlist,determineifthelinkedlisthasacycleinit.Thereisacycleinalinkedlistifthereissomenodeinthelistthatcanbereachedagainbycontinuouslyfollowingthenextpointer.Internally
kotic
·
2023-12-14 13:19
leetcode算法学习
算法
Reverse Nodes in k-Group
Problem
Giventheheadofalinkedlist,reversethenodesofthelistkatatime,andreturnthemodifiedlist.kisapositiveintegerandislessthanorequaltothelengthofthelinkedlist.Ifthenumberofnodesisnotamultipleofkthenleft
kotic
·
2023-12-14 13:19
leetcode算法学习
算法
Longest Repeating Character Replacement
IntuitionThe
problem
involvesfindingthelengthofthelongestsubstringcontainingthesameletterthatcanbeobtainedbychangingatmostkcharacters.Theideaistouseaslidingwindowapproachtokeeptrackofthecountofcharacter
kotic
·
2023-12-14 13:49
leetcode算法学习
python
Merge k Sorted Lists
Problem
Youaregivenanarrayofklinked-listslists,eachlinked-listissortedinascendingorder.Mergeallthelinked-listsintoonesortedlinked-listandreturnit.Example1
kotic
·
2023-12-14 13:49
leetcode算法学习
算法
Copy List with Random Pointer
Problem
Alinkedlistoflengthnisgivensuchthateachnodecontainsanadditionalrandompointer,whichcouldpointtoanynodeinthelist
kotic
·
2023-12-14 13:32
leetcode算法学习
算法
dlib是什么?
DlibisamodernC++toolkitcontainingmachinelearningalgorithmsandtoolsforcreatingcomplexsoftwareinC++tosolverealworld
problem
s.Itisusedinbothindustryandacademiainawide
向上的车轮
·
2023-12-14 12:07
人工智能
流利说懂你英语笔记要点句型·核心课·Level 6·Unit 1·Part 3·Dialogue New Policy of a Company
Dialogue--NewPolicyofaCompanyWe'vegotareal
problem
onourhands.We'regettingalotofcomplaints.Abouttheproposednewpolicy
羲之大鹅video
·
2023-12-07 00:06
车间调度标准测试集汇总-FJSP、PFSP、JSP、HFSP和分布式车间调度测试集
people.brunel.ac.uk/~mastjjb/jeb/info.html混合流水车间调度问题有很多测试集的网站,如混合流水调度HFSPhttp://soa.iti.es/instancias-
problem
as
吾心即宇宙-THU
·
2023-12-06 23:56
IEEE
Trans车间调度论文学习
其他
【MAC 上学习 C++】Day 52-3. 实验10-4 递归实现指数函数 (15 分)
实验10-4递归实现指数函数(15分)1.题目摘自https://pintia.cn/
problem
-sets/13/
problem
s/5762.题目内容本题要求实现一个计算xn(n≥1)的函数。
RaRasa
·
2023-12-06 22:46
LeetCode 14. 最长公共前缀JAVA解法
原题目地址,想看原题目描述的可以点击查看:https://leetcode-cn.com/
problem
s/longest-common-prefix/话不多说,直接上代码思路:运用String的indexOf
心阳唯一
·
2023-12-06 21:36
leetcode
java
【C语言】7-38 吉老师的回归 分数 15
为了简化题目,我们不妨假设天梯赛的每道题目可以用一个不超过500的、只包括可打印符号的字符串描述出来,如:
Problem
A:Print"Helloworld!"。
Yu4k1
·
2023-12-06 19:03
杂题
蓝桥杯
【算法思路记录】力扣2336
Problem
:2336.无限集中的最小数字"""既然要求无限集,那么就不能存储拥有的数字,要考虑被移除的数字既然不能存储拥有的数字,要获得最小整数就不能用优先队列进行。
块上码
·
2023-12-06 19:53
算法
leetcode
python
差分序列-ACwing
https://www.acwing.com/
problem
/content///a1a2a3a4...an//b[1]=a[1];//b[2]=a[2]-a[1];////a[2]=b[2]+b[1]
wyn66666
·
2023-12-06 18:16
蓝桥杯
算法
蓝桥杯ACwing习题
https://www.acwing.com/
problem
/content/1223/#include#include#includeusingnamespacestd;constintN=2500010
wyn66666
·
2023-12-06 18:15
蓝桥杯
算法
力扣(LeetCode)每日一题 213. 打家劫舍 II
题目链接https://leetcode.cn/
problem
s/house-robber-ii/?
一般路过糸.
·
2023-12-06 17:35
算法
leetcode
数据结构
Go精妙的互斥锁设计
Somepeople,whenconfrontedwitha
problem
,think,“Iknow,I’llusethreads,”andthentwotheyhaverpoblesms.竞争条件多线程程序在多核
机器铃砍菜刀s
·
2023-12-06 17:48
栈-E844-比较含退格的字符串
如果有的话)是无效字符输入:字符串S,范围[1,200]字符串T,范围[1,200]S和T只含有小写字符和退格字符'#'输出:两个字符串的有效部分是否相等出处:https://leetcode-cn.com/
problem
s
三次元蚂蚁
·
2023-12-06 14:06
期末复盘
1我的大学生活之大学英语学习1)在这个学期的大学英语学习中,我的GPS[Gains]连读爆破有一本词典的重要性[
Problem
s]单词具体用法搞不清[Suggestions]上课要集中注意力2)在这个学期的复盘日志中
人文二周少婷
·
2023-12-06 14:05
LeetCode简单题:141. 环形链表(Python,C++,Java)
一.解法https://leetcode-cn.com/
problem
s/linked-list-cycle/要点:双指针,hashmap/setPython,C++,都用了相同的双指针法(快慢指针),
好莱坞守门员
·
2023-12-06 13:04
【刷题1】LeetCode 72. 编辑距离 java题解
好难啊字符串动态规划的好多题我都不会标签字符串动态规划题目https://leetcode-cn.com/
problem
s/edit-distance/分析本质不同的操作实际上只有三种:1.在单词A中插入一个字符
奔跑的废柴
·
2023-12-06 13:21
LeetCode
字符串
java
leetcode
算法
动态规划
算法训练Day56: 583. 两个字符串的删除操作 72. 编辑距离
文章目录两个字符串的删除操作题解编辑距离题解两个字符串的删除操作CategoryDifficultyLikesDislikesContestSlug
Problem
IndexScorealgorithmsMedium
泷fyk
·
2023-12-06 13:50
动态规划
算法训练
算法
58. Length of Last Word
Problem
Givenastringsconsistsofupper/lower-casealphabetsandemptyspacecharacters'',returnthelengthoflastwordinthestring.Ifthelastworddoesnotexist
SilentDawn
·
2023-12-06 12:14
《浮沉江湖录》技术支持网址
com电话:+8617107322482Thisisthetechnicalsupportinterfaceoftheappof"fuchenjianghulu"foriOS.Ifyouhaveany
problem
sorSuggestionsfori
一文_17dc
·
2023-12-06 11:10
LeetCode 114. 二叉树展开为链表 | python
114.二叉树展开为链表题目来源:力扣(LeetCode)https://leetcode-cn.com/
problem
s/flatten-binary-tree-to-linked-list题目给定一个二叉树
大梦三千秋
·
2023-12-06 10:14
【头歌系统数据库实验】实验4 MySQL单表查询
user_id为2019100904学号,name为'2019-物联网-李明'第2关.在users表中更新用户user_id为robot_2的信息,name设为'机器人二号'第3关.将solution表中所有
problem
_id
叶子Coding
·
2023-12-06 09:49
数据库实验
数据库
mysql
经验分享
The Basic
Problem
:”Mine Is Better” 4
正如我们已注意到的,全部这些都是自然的,尽管不是特别地高尚或有德行,甚至在很多情况下并不是事实。就仅仅是自然的。这种倾向可能像人性一样古老。历史记录了无数这样的例子。例如,大多数战争可以追溯到某种形式的“我的是更好的”思维。这种情况已到了讽刺作家的笔下。例如,AB在他的《魔鬼词典》中包含异教徒这个词。严格说来,这个词指“某个不相信宗教的人”。但是,AB的定义强调了使用这个词的人的根本态度。他这样界
sxrunn
·
2023-12-06 09:13
C/C++,组合算法——K人活动选择问题(Activity-Selection-
Problem
)的源程序
1活动选择问题Activity-Selection-
Problem
withkpersons给定两个大小为N的数组S[]和E[]表示商店的开始和结束时间,以及一个整数值K表示人数,任务是找出如果他们基于以下条件最佳地访问每个商店
深度混淆
·
2023-12-06 09:50
C#算法演义
Algorithm
Recipes
c++
算法
c语言
数值计算
蓝桥杯ACwing习题
https://www.acwing.com/
problem
/content/description/4312///首先我们可以很容易的知道这道题是判断有多少个斜率//在直接一点就是将所有斜率相等的认为是一个就可以了
wyn66666
·
2023-12-06 06:25
蓝桥杯
算法
职场和发展
蓝桥杯ACwing习题
https://www.acwing.com/
problem
/content/description/1030/#include#include#includeusingnamespacestd;constintN
wyn66666
·
2023-12-06 06:20
蓝桥杯
算法
职场和发展
LeetCode 1300. 转变数组后最接近目标值的数组和 | Python
1300.转变数组后最接近目标值的数组和题目来源:力扣(LeetCode)https://leetcode-cn.com/
problem
s/sum-of-mutated-array-closest-to-target
大梦三千秋
·
2023-12-06 05:37
LeetCode-009-回文数
来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problem
s/palindrome-number/著作权归领扣网络所有。商业转载请联系官方授
雄狮虎豹
·
2023-12-06 04:41
Leetcode 第 374 场双周赛
Problem
D 100146. 统计感冒序列的数目(组合数学+阶乘+逆元)
Leetcode第374场双周赛
Problem
D100146.统计感冒序列的数目(组合数学+阶乘+逆元)题目给你一个整数n和一个下标从0开始的整数数组sick,数组按升序排序。
专注如一
·
2023-12-06 04:20
LeetCode
leetcode
算法
组合数学
Leetcode 第 110 场双周赛
Problem
D 2809. 使数组和小于等于 x 的最少时间(DP+贪心+正难则反)
Leetcode第110场双周赛
Problem
D2809.使数组和小于等于x的最少时间(DP好题)题目给你两个长度相等下标从0开始的整数数组nums1和nums2。
专注如一
·
2023-12-06 04:49
LeetCode
leetcode
算法
动态规划
Educational Codeforces Round 159 (Rated for Div. 2)
Problem
-A-Codeforces//
Problem
:A.BinaryImbalance//Contest:Codeforces-EducationalCodeforcesRound159(RatedforDiv
书鸢1236
·
2023-12-06 02:05
cf
算法
GNN Maximum Flow
Problem
(From Shusen Wang)
MaximumFlow
Problem
ShusenWang图数据结构和算法课程笔记SlidesMaximumFlow
Problem
DescriptionNaiveAlgorithmResidual=Capacity-FlowLeft
Simba17
·
2023-12-06 01:03
图神经网络
笔记
图神经网络
hitch
hitchhitchhitch:Ahitchisaslight
problem
ordifficultywhichcausesashortdelay.n/v问题、故障可用来替代:obstancle,hinderance
薄荷巧克力_
·
2023-12-06 00:10
Sushi,(期望 dp,概率dp,线性dp )
Sushi-洛谷|计算机科学教育新生态(luogu.com.cn)
Problem
StatementThereareNdishes,numbered,2,…,N.Initially,foreachi(1≤
Landing_on_Mars
·
2023-12-06 00:33
#
线性dp
算法
动态规划
力扣——简化路径
https://leetcode.cn/
problem
s/simplify-path/description/?
半核CPU
·
2023-12-06 00:18
算法
leetcode
算法
BFS求树的宽度——结合数组建树思想算距离
二叉树最大宽度https://leetcode.cn/
problem
s/maximum-width-of-binary-tree/description/1、考虑树的宽度一定是在一层上的所以进行BFS,
半核CPU
·
2023-12-06 00:48
算法
宽度优先
算法
[算法思考记录]力扣1094.拼车JavaScript
Problem
:1094.拼车相当于在一条路上开车,乘客在某个时间点上车,他们会影响在下车之前的路程的车载人数。
块上码
·
2023-12-05 20:28
算法
leetcode
javascript
图解力扣:1442.形成两个异或相等数组的三元组数目
1442.形成两个异或相等数组的三元组数目https://leetcode-cn.com/
problem
s/count-triplets-that-can-form-two-arrays-of-equal-xor
清风Python
·
2023-12-05 20:28
杭电oj——2048
Problem
DescriptionHDU2006'10ACMcontest的颁奖晚会隆重开始了!
Gip_6ccf
·
2023-12-05 19:57
【算法集训】基础数据结构:一、顺序表(下)
由于今天的题目是昨天剩下的,所以只有两道题,也非常简单,刷完下班~~~嘿嘿第六题2656.K个元素的最大和https://leetcode.cn/
problem
s/maximum-sum-with-exactly-k-elements
子琦啊
·
2023-12-05 19:25
【算法集训】基础数据结构
算法
数据结构
【算法集训】基础数据结构:一、顺序表(上)
第一题1464.数组中两元素的最大乘积https://leetcode.cn/
problem
s/maximum-product-of-two-elements-in-an-array/description
子琦啊
·
2023-12-05 19:24
【算法集训】基础数据结构
算法
数据结构
判断是否为完美数
示例2:输入:num=7输出:false提示:1<=num<=10^8题目来源:https://leetcode.cn/
problem
【重庆彭于晏】
·
2023-12-05 19:20
PHP
算法
数据结构
php
leetcode LCR 083. 全排列
Problem
:LCR083.全排列思路使用一个visited数组来记录每一轮递归中数字被使用情况,dfsCode/***@param{number[]}nums*@return{number[][]}
六时二一
·
2023-12-05 16:48
力扣刷题
leetcode
算法
javascript
dart实现150逆波兰表达式求值
[toc]题目:https://leetcode-cn.com/
problem
s/evaluate-reverse-polish-notation/要求根据逆波兰表示法,求表达式的值。
锦鲤跃龙
·
2023-12-05 16:10
A-B 数对
相同的题目看多了也会有审美疲劳,于是我舍弃了大家所熟悉的A+B
Problem
,改用A-B了哈哈!
Sudo_Wang
·
2023-12-05 15:26
蓝桥杯
算法
数据结构
上一页
66
67
68
69
70
71
72
73
下一页
按字母分类:
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
其他