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
P5440 【XR-2】奇迹 (大模拟dfs+欧拉筛板子+闰年)
传送门https://www.luogu.com.cn/
problem
/P5440相信奇迹的人,本身就和奇迹一样了不起。
why_not_fly
·
2024-02-14 11:20
深度优先
xr
算法
洛谷U406410 2024春晚之刘谦的魔术(附视频讲解)
题目链接https://www.luogu.com.cn/
problem
/U406410视频讲解#includeusingnamespacestd;boolm[15];booln[15];intmain
handsomezqh
·
2024-02-14 09:08
c++
算法
开发语言
langchain和openai不匹配的问题
thissolvedmy
problem
:langchain0.0.316openai0.28.1
Wwwilling
·
2024-02-14 08:18
langchain
Leetcode72. 编辑距离
题目传送地址:https://leetcode.cn/
problem
s/edit-distance/运行效率:解题思路二维数组,动态规划法。
Java全栈研发大联盟
·
2024-02-14 08:16
数据结构和算法
leetcode
算法
动态规划
中原焦点团队王敏燕初级232分享第297天,约练90本周0
一、SFBT的重要基本信念包括9条(Trepper等,2010):1.基于建构解决之道(Solutionbuilding),而非问题解决(
Problem
solving)。
娴子妹妹
·
2024-02-14 08:08
94. 二叉树的中序遍历
https://leetcode-cn.com/
problem
s/binary-tree-inorder-traversal/递归publicListinorderTraversal(TreeNoderoot
yaoqi7777
·
2024-02-14 08:43
2021-2022第二学期复盘模版
1我的大学生活之大学英语学习1)在这个学期的大学英语学习中,我的GPS[Gains]掌握了一定学习英语的方法[
Problem
s]在学习毅力上还是要待加强,背单词练习都没有办法,长期稳定的坚持下来[Suggestions
人文教育一班景珂婷
·
2024-02-14 07:15
【力扣白嫖日记】SQL
前言练习sql语句,所有题目来自于力扣(https://leetcode.cn/
problem
set/database/)的免费数据库练习题。
Gary.Li
·
2024-02-14 06:41
力扣刷题
leetcode
sql
数据库
739. 每日温度(中等)
https://leetcode.cn/
problem
s/daily-temperatures/给定一个整数数组temperatures,表示每天的温度,返回一个数组answer,其中answer[i]
Rock在学习
·
2024-02-14 06:02
单调栈
数据结构
python
算法
leetcode
java leetcode之[数据结构 中等]739. 每日温度
题目的链接在这里:https://leetcode-cn.com/
problem
s/daily-temperatures/目录题目大意一、示意图二、解题思路暴力手段(超时)递减栈题目大意请根据每日气温列表
关切得大神
·
2024-02-14 06:31
LeetCode
列表
数据结构
栈
leetcode
java
原创 【LeetCode】每日一题(十三)739.每日温度 单调栈系列 下一个更大元素 柱状图中最大的矩形
单调栈系列题目[739.每日温度](https://leetcode-cn.com/
problem
s/daily-temperatures/)题目描述Solution[496.下一个更大元素I](https
_Evelyn_
·
2024-02-14 06:00
数据结构与算法
LeetCode
数据结构
java
算法
leetcode
栈
leetcode 739. Daily Temperatures 每日温度(中等)
一、题目大意标签:栈和队列https://leetcode.cn/
problem
s/daily-temperatures给定一个整数数组temperatures,表示每天的温度,返回一个数组answer
okokabcd
·
2024-02-14 06:00
LeetCode每日一题
leetcode
算法
职场和发展
(转)leetcode:Find All Anagrams in a String 滑动窗口方法总结
题目是:FindAllAnagramsinaString,链接在https://leetcode.com/
problem
s/find-all-anagrams-in-a-string/,题目就不过多解
晴天哥_王志
·
2024-02-14 02:18
2018-08-28L127
BiggestStudiesonAspirinShowRisksOutweighBenefitsforManyPeopleDoctorshavelongrecommendedthatpeoplewhohavehadaheartattackorstroketakeadailylow-doseaspirintohelppreventfurtherheart
problem
s
Berry521
·
2024-02-14 00:32
AtCoder Beginner Contest 340D - Super Takahashi Bros
problem
linkThennnstagesantheirmutualpathwayscanbeintuitivelyseenasgraph,withstagesasnodes,andthepathwaysasedges.The
problem
seemstosolvablebysomeclevergreedyalgorithmduetothesemitree-likestructureofthen
PYL2077
·
2024-02-13 21:14
题解
AtCoder
算法
AtCoder Beginner Contest 340E - Mancala 2
problem
linkUnravellingthemodulararithmeticoperations,the
problem
isquiteobviouslyadatastructure
problem
,
PYL2077
·
2024-02-13 21:14
AtCoder
题解
算法
CF1721D Maximum AND
https://codeforces.com/
problem
set/
problem
/1721/DFirsly,let’sconsiderfindingtheanswerbitbybit,assumingthekkknon-zerodigitsoftheanswerasx1
PYL2077
·
2024-02-13 21:44
题解
#Codeforces
c++
算法
Codeforces 1720D1 Xor-Subsequence (easy version)
Problem
LinkThemostapparantsolutiontothis
problem
wouldbedynamicprogrammingwithO(n2)\mathcalO(n^2)O(n2)complexity
PYL2077
·
2024-02-13 21:44
题解
#Codeforces
动态规划
Codeforces 1928B Equalize
problem
linkGiventhefeatureofnumericallyaddingapermutationtoasequence,elementsofdifferentvaluescanbecomethesameaslongastheirdifferenceisstrictlylessthannnn.Thisconclusioncanbeeasilyprovenifweconstructt
PYL2077
·
2024-02-13 21:12
题解
#Codeforces
算法
杭电Oj第二周
做题有个习惯,就是没通过一道题之后都会找下答案,对比一下我的代码还有没有可以在优化的地方,使他更简便链接:http://acm.hdu.edu.cn/show
problem
.php?
J_4d20
·
2024-02-13 21:46
代码随想录算法训练营第十四天| 二叉树的递归遍历,迭代遍历
递归遍历144.二叉树的前序遍历题目链接:https://leetcode.cn/
problem
s/binary-tree-preorder-traversal/classSolution:defpreorderTraversal
lldyy_xb
·
2024-02-13 20:08
算法
力扣49. 字母异位词分组
Problem
:49.字母异位词分组文章目录题目描述思路复杂度Code题目描述思路1.我们利用一个无序映射以排序后的字符作为键、字符数组作为值;2.每次我们从原始数组中取出一个字符串并对其进行排序,并将其添加到对应键所存的数组中
LNsupermali
·
2024-02-13 16:29
力扣题目
leetcode
算法
职场和发展
力扣面试题 16.21. 交换和(哈希表)
Problem
:面试题16.21.交换和文章目录题目描述思路及解法复杂度Code题目描述思路及解法1.分别求取array1与array2数组每一个元素的和(sum1与sum2)并同时将array2的元素存入一个
LNsupermali
·
2024-02-13 16:29
力扣题目
leetcode
散列表
哈希算法
力扣1122. 数组的相对排序(哈希表)
Problem
:1122.数组的相对排序文章目录题目描述思路及解法复杂度Code题目描述思路及解法1.利用arr2创建一个无序映射(map集合),以其中的元素作为键,值默认设置为0;2.扫描arr1数组统计
LNsupermali
·
2024-02-13 16:58
力扣题目
leetcode
散列表
算法
Verilog刷题笔记8
题目:This
problem
issimilartothepreviousone(module).Youaregivenamodulenamedthathas2outputsand4inputs,inthatorder.Youmustconnectthe6portsbypositiontoyourtop-levelmodule
十六追梦记
·
2024-02-13 15:08
笔记
Verilog刷题笔记9
题目:This
problem
issimilartomodule.Youaregivenamodulenamedthathas2outputsand4inputs,insomeorder.Youmustconnectthe6portsbynametoyourtop-levelmodule
十六追梦记
·
2024-02-13 15:08
笔记
蓝桥杯2023省赛 反异或01串 题解
蓝桥杯2024省赛压轴题原题链接https://www.acwing.com/
problem
/content/5397/思路详解分析反异或+马拉车算法假设输入字符串为S。
鱼香猫猫头
·
2024-02-13 15:59
python
蓝桥杯
算法
数据结构
蓝桥杯2024 python 省赛 T字消除 题解
蓝桥杯2024python省赛T字消除题解题目链接https://www.acwing.com/
problem
/content/description/5413/从数据量分析,这是一道时间复杂度为O(n
鱼香猫猫头
·
2024-02-13 15:59
蓝桥杯
python
java
算法
数据结构
c++
【力扣白嫖日记】SQL
前言练习sql语句,所有题目来自于力扣(https://leetcode.cn/
problem
set/database/)的免费数据库练习题。
Gary.Li
·
2024-02-13 15:47
力扣刷题
leetcode
sql
数据库
iOS 技术支持网址
IOSsupportswebaddressesIfyouencounterany
problem
whenusingourproducts,pleasefeelfreetocontactusandwewilltakeca
见巧雄起
·
2024-02-13 13:36
楠楠句 day 46
Untiltheseissuesareresolved,atechnologyofbehaviorwillcontinuetoberejected,andwithitpossiblytheonlywaytosolveour
problem
s
俗世尘沙
·
2024-02-13 13:28
796. 子矩阵的和
Problem
:796.子矩阵的和文章目录思路解题方法复杂度Code思路这是一个二维前缀和的问题。
爱跑步的程序员~
·
2024-02-13 12:12
算法模板
二维前缀和
acwing
1143. 最长公共子序列
Problem
:1143.最长公共子序列文章目录思路解题方法复杂度Code思路这是一道经典的动态规划问题,我们需要找到两个字符串的最长公共子序列。
爱跑步的程序员~
·
2024-02-13 12:42
刷题
算法
leetcode
动态规划
786. 第k个数
Problem
:786.第k个数(acwing)P1923【深基9.例4】求第k小的数(洛谷)215.数组中的第K个最大元素(力扣)文章目录思路解题方法复杂度Code思路这个问题要求找出数组中的第k个最大元素
爱跑步的程序员~
·
2024-02-13 12:41
刷题
算法
排序算法
算法
leetcode
acwing
64. 最小路径和
Problem
:64.最小路径和文章目录思路解题方法复杂度Code思路给定一个包含非负整数的mxn网格grid,请找出一条从左上角到右下角的路径,使得路径上的数字总和为最小。
爱跑步的程序员~
·
2024-02-13 12:41
刷题
算法
leetcode
算法
动态规划
797. 差分
Problem
:797.差分文章目录思路解题方法复杂度Code思路这是一个差分数组的问题。差分数组的主要适用场景是频繁对原始数组的某一个区间进行增减操作。
爱跑步的程序员~
·
2024-02-13 12:10
算法模板
acwing
CEC2017(Python):五种算法(HHO、RFO、OOA、PSO、GWO)求解CEC2017
“
Problem
definitionsandevaluationcriteriafortheCEC2017sp
优化算法MATLAB与Python
·
2024-02-13 12:27
MATLAB
优化算法
cec2017
python
算法
开发语言
CEC2013(python):五种算法(OOA、WOA、GWO、DBO、HHO)求解CEC2013(python代码)
WOA3、灰狼优化算法GWO4、蜣螂优化算法DBO5、哈里斯鹰优化算法HHO二、5种算法求解CEC2013(1)CEC2013简介参考文献:[1]LiangJJ,QuBY,SuganthanPN,etal.
Problem
DefinitionsandEvaluationCriteriafortheCEC2013SpecialSessiononRe
优化算法MATLAB与Python
·
2024-02-13 12:27
MATLAB
优化算法
python
算法
开发语言
2.2 a healthy lifestyle——topic:healthy lifestyle and exercise
目录1.listeningscript2.vocabulary3.wrong
problem
reflection4.topicextension4.1preexercise4.2postexercise4.2.1topic14.2.2topic24.2.3topic34.3onlineinvestigationanswer1
凌月清炎
·
2024-02-13 11:31
#
esl-lib.com
ESL
notes
笔记
剑指 Offer II 021. 删除链表的倒数第 n 个结点
链接:https://leetcode.cn/
problem
s/SLwz0R/思路终于是进入了链表阶段。因为是链表,所以我们不知道链表的长度。
小白码上飞
·
2024-02-13 11:21
剑指offer刷题笔记
链表
数据结构
算法
链表-删除链表的倒数第N个节点(双指针法)
题目https://leetcode-cn.com/
problem
s/remove-nth-node-from-end-of-list/给你一个链表,删除链表的倒数第n个结点,并且返回链表的头结点。
蓦然回首却已人去楼空
·
2024-02-13 11:48
java数据结构与算法
链表
数据结构
leetcode
算法学习:LeetCode-69. x 的平方根
来源:力扣(LeetCode)链接:https://leetcode.cn/
problem
s/sqrtx2.解题思路法一:归纳定限法2*2=4,3*3=9,4*4=16,.....则k*k=x时,有所以我们
萌龙如我们
·
2024-02-13 10:02
LeetCode
leetcode
算法
职场和发展
蓝桥杯Pythonon组备考打卡.....
【质数】完整题目地址:https://www.lanqiao.cn/
problem
s/608/learning/1.1.题目(简单填空题)1.2.解答importosimportsysdeff(n):foriinrange
隔壁小木在努力冲
·
2024-02-13 09:05
蓝桥杯
蓝桥杯
算法
开发语言
学习
python
蓝桥杯Python组备考
【乘积尾零】完整题目地址:https://www.lanqiao.cn/
problem
s/612/learning/1.1.解题a="""565045423554473946411438719073904329275879496113565952457432305144346704359499371173686633974759755730702287145398991486572231351
隔壁小木在努力冲
·
2024-02-13 09:05
蓝桥杯
蓝桥杯
算法
数据结构哈希表
这里个大家用数组来模拟哈希表法一:拉链法法二:开放寻址法/**Project:11_哈希表*FileCreated:Sunday,January17th2021,2:11:23pm*Author:Bug-Free*
Problem
自身就是太阳
·
2024-02-13 08:43
散列表
算法
数据结构
二叉树OJ题目(2)
4.二叉树的中序遍历5.二叉树的后序遍题目目代码思路整体分析&注意事项易错点画图递归分析1.二叉树的深度LCR175.计算二叉树的深度-力扣(LeetCode)https://leetcode.cn/
problem
s
唐唐思
·
2024-02-13 08:04
初阶数据结构
数据结构
C语言
算法
Monty Hall
problem
三门问题(MontyHall
problem
)亦称为蒙提霍尔问题、蒙特霍问题或蒙提霍尔悖论,大致出自美国的电视游戏节目Let'sMakeaDeal。
Andy正在输入
·
2024-02-13 07:39
Python-蒙蒂霍尔悖论游戏
蒙蒂霍尔悖论蒙提霍尔悖论亦称为蒙提霍尔问题、蒙特霍问题或蒙提霍尔悖论、三门问题(MontyHall
problem
)。
辞旧年
·
2024-02-13 07:17
游戏
python
杭电acm1232 畅通工程
Java/Others)MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):59587AcceptedSubmission(s):31854
Problem
Description
cwhong
·
2024-02-13 06:28
CF 898 div4 E. Building an Aquarium
目录
Problem
StatementInputOutputSAMPLESinputoutputNote解题过程上代码总结CF898div4E.BuildinganAquarium,题目大意:t组数据,每组数据第一行
XchenPlayer
·
2024-02-13 05:08
c++
算法
数据结构
开发语言
上一页
17
18
19
20
21
22
23
24
下一页
按字母分类:
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
其他