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
tc&problem
滑动窗口 -- 灵神刷题
元素都是正数,并且求数量一般都是可以使用滑动窗口长度最小的子数组https://leetcode.cn/
problem
s/minimum-size-subarray-sum/description/classSolution
yb0os1
·
2025-06-03 04:05
java
数据结构
滑动窗口
灵神
day06
第一题https://leetcode.cn/
problem
s/actors-and-directors-who-cooperated-at-least-three-times/submissions/
linux-hzh
·
2025-06-02 23:27
leetcode每日三题
leetcode
算法
java
【算法基础】高精度加减乘除法
目录高精度加法高精度减法高精度乘法高精度除法总结高精度加法题目链接:P1601A+B
Problem
(高精)-洛谷总的思想就是模拟列竖式的加法运算。1)字符串的形式读入两个数据。
UrSpecial
·
2025-06-02 21:41
算法
算法
LeetCode 1524. 和为奇数的子数组数目
题目:https://leetcode.cn/
problem
s/number-of-sub-arrays-with-odd-sum/description/题目分析问题描述:给定一个整数数组arr,返回其中和为奇数的子数组的数目
Coding小公仔
·
2025-06-02 13:46
leetcode
leetcode
算法
LeetCode腾讯50题-Day14-215/217/230
LeetCode50题(17天)-Day14215数组中的第K大个元素题号:215难度:中等https://leetcode-cn.com/
problem
s/kth-largest-element-in-an-array
言成苟文
·
2025-06-01 16:45
LeetCode
腾讯50题
数据结构
leetcode
python
数据结构
算法
Leetcode LCR 187. 破冰游戏
1.2.题目地址https://leetcode.cn/
problem
s/yuan-quan-zhong-zui-hou-
Benjamin Tang
·
2025-05-31 17:02
leetcode
算法
约瑟夫环
Leetcode 465. 最优账单平衡
1.2.题目地址https://leetcode.cn/
problem
s/optimal-account-balancing/descrip
Benjamin Tang
·
2025-05-31 17:02
leetcode
算法
动态规划
状压dp
Leetcode 340. 至多包含 K 个不同字符的最长子串
1.2.题目地址https://leetcode.cn/
problem
s/longest-substring-with-at-most-k-distinct-characters/description
Benjamin Tang
·
2025-05-31 17:01
leetcode
算法
滑动窗口
三门问题python 编程_趣味编程:三门问题
三门问题,也称为蒙提霍尔问题(MontyHall
Problem
)。你在参加一个节目,面前是三扇关闭着的门。其中一扇后面是小汽车,选中它就可赢得汽车,另外两扇后面各是一只羊。
沈忘
·
2025-05-31 05:07
三门问题python
编程
Leetcode刷题指南C++(每日更新)
1.两数之和两数之和https://leetcode-cn.com/
problem
s/two-sum///暴力枚举classSolution{public:vectortwoSum(vector&nums
战士小小白
·
2025-05-30 16:07
leetcode
leetcode
c++
算法
传下去,Visual Studio Code 中的 go 插件报 workspace 错误大概是因为没有以文件夹的方式打开
\worktest2\modtest2",whichisnotincludedinyourworkspace.Tofixthis
problem
,youcanaddthismoduletoyourgo.workfile
·
2025-05-30 09:44
opfunu:优化基准函数的强大Python库
opfunu:优化基准函数的强大Python库opfunuAcollectionofBenchmarkfunctionsfornumericaloptimization
problem
s项目地址:https
滕婉昀Gentle
·
2025-05-30 07:25
day01
第一题https://leetcode.cn/
problem
s/game-play-analysis-i/submissions/632977238/代码#WriteyourMySQLquerystatementbelowSELECTt1
linux-hzh
·
2025-05-30 06:20
leetcode每日三题
算法
mysql
leetcode
java
PTA L1系列题解(C语言)(L1_105 -- L1_112)
文章目录L1-105珍惜生命题目内容题目链接:[传送门](https://pintia.cn/
problem
-sets/994805046380707840/exa
黑不拉几的小白兔
·
2025-05-30 03:22
c语言
开发语言
2025第三届黄河流域网络安全技能挑战赛--Crypto--WriteUp
importgmpy2flag=b'flag{fake_flag}'assertlen(flag)==39p=getPrime(512)q=getPrime(512)n=p*qe=0x3pad1=b'easy_
problem
'pad2
Chen--Xing
·
2025-05-30 02:43
CTF
Crypto
python
密码学
网络安全
Leetcode 3024. Type of Triangle
Problem
Youaregivena0-indexedintegerarraynumsofsize3whichcanformthesidesofatriangle.Atriangleiscalledequilateralifithasallsidesofequallength.Atriangleiscalledisoscelesifithasexactlytwosidesofequallengt
小白菜又菜
·
2025-05-29 13:16
解题报告
Leetcode
leetcode
算法
职场和发展
4月28日
第一题Leetcode51https://leetcode.cn/
problem
s/n-queens/?
椒盐螺丝钉
·
2025-05-29 12:43
深度优先
算法
旅行商问题(TSP)状压DP Python代码
来自Wikipedia的定义Thetravellingsalesman
problem
(alsocalledthetravellingsalesperson
problem
orTSP)asksthefollowingquestion
马正气
·
2025-05-29 10:02
算法#动态规划
python
动态规划
数据结构初阶-顺序表的应用
1.移除元素题目链接:https://leetcode.cn/
problem
s/remove-element/description思路:双指针法,第一个变量src指向原位置的下标,dst变量指向移位后的下标
刚入门的大一新生
·
2025-05-29 08:16
数据结构
LeetCode 209 长度最小的子数组
题目链接中文版:https://leetcode.cn/
problem
s/minimum-size-subarray-sum/description/题目描述给定一个含有n个正整数的数组和一个正整数target
James Shangguan
·
2025-05-29 05:13
LeetCode--Java版
leetcode
算法
java
蓝桥杯-全球变暖
"""https://www.lanqiao.cn/
problem
s/178/learning/?
好无聊啊,烦死
·
2025-05-28 15:08
蓝桥杯
蓝桥杯
DFS
dna与计算机技术,DNA计算与DNA纳米技术
ADLEMANLM.Molecularcomputationofsolutionstocombinatorial
problem
s[J].Science,1994,266(5187):1021–1024.
weixin_39889788
·
2025-05-28 01:56
dna与计算机技术
算法 二叉树最大深度
示例:给定二叉树[3,9,20,null,null,15,7],3/920/157返回它的最大深度3来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problem
s/
Mush1
·
2025-05-27 18:33
算法
二叉树
队列
算法
历年复旦大学保研上机真题
2025复旦大学保研上机真题2024复旦大学保研上机真题2023复旦大学保研上机真题在线测评链接:https://pgcode.cn/
problem
?
猿六凯
·
2025-05-27 06:22
java
开发语言
考研
试论述计算机病毒的防治,计算机病毒的防治论述.doc
图书分类号:密级:毕业设计(论文)论文题目电子商务物流配送存在的问题及对策
Problem
sandCountermeasuresofelectroniccommercelogisticsdistribution
麦文学
·
2025-05-26 22:39
试论述计算机病毒的防治
P1042 [NOIP2003 普及组] 乒乓球
原题链接来自洛谷https://www.luogu.com.cn/
problem
/P1042#includeusingnamespacestd;intnum[100100][2]={0};intmain
jdklll
·
2025-05-26 11:37
c语言
ruskal 最小生成树算法
https://www.lanqiao.cn/
problem
s/17138/learning/并查集+ruskal最小生成树算法Kruskal算法是一种用于在加权无向连通图中寻找最小生成树(MST)的经典算法
19要加油
·
2025-05-26 07:39
算法
《算法导论(第4版)》阅读笔记:p127-p133
一、技术总结1.probabilisticanalysis(概率分析)(1)定义Probabilisticanalysisistheuseofprobabilityintheanalysisof
problem
s
codists
·
2025-05-26 01:59
读书笔记
算法
LeetCode 3362.零数组变换 III:贪心+优先队列+差分数组——清晰题解
【LetMeFly】3362.零数组变换III:贪心+优先队列+差分数组——清晰题解力扣题目链接:https://leetcode.cn/
problem
s/zero-array-transformation-iii
Tisfy
·
2025-05-26 00:52
题解
#
力扣LeetCode
leetcode
算法
题解
优先队列
贪心
差分数组
LeetCode 25. Reverse Nodes in k-Group
原题目:https://leetcode-cn.com/
problem
s/reverse-nodes-in-k-group/思路:找出长度为k的子链表,用pre表示head的上一个节点,nex表示tail
庾信平生最萧瑟
·
2025-05-24 11:21
LeetCode
链表翻转
USST新生训练赛3KLMN
题解前言题解部分KPashmakandParmida's
problem
(1800)题目大意题解参考代码LPashmakandGraph(1900)题目大意题解参考代码MLuckyChains(1600)
Fighter_sky
·
2025-05-24 07:20
题解
C++
acm
回溯 力扣hot100热门面试算法题 面试基础 核心思路 背题 括号生成 单词搜索 分割回文串 N皇后 全排列 子集 电话号码的字母组合 组合总和
回溯括号生成https://leetcode.cn/
problem
s/generate-parentheses/核心思路深度优先搜索(DFS):DFS是探索所有可能路径的方法,这里用于生成括号组合。
尘土哥
·
2025-05-24 06:40
算法
leetcode
面试
LeetCode 925. 长按键入 java题解
https://leetcode.cn/
problem
s/long-pressed-name/description/classSolution{publicbooleanisLongPressedName
奔跑的废柴
·
2025-05-23 10:57
LeetCode
leetcode
java
算法
双指针
LeetCode 129. 求根节点到叶节点数字之和 java题解
https://leetcode.cn/
problem
s/sum-root-to-leaf-numbers/description/classSolution{intres=0;publicintsumNumbers
奔跑的废柴
·
2025-05-23 10:27
leetcode
java
算法
LeetCode 649. Dota2 参议院 java题解
https://leetcode.cn/
problem
s/dota2-senate/description/贪心。不会写。
奔跑的废柴
·
2025-05-23 10:27
LeetCode
leetcode
java
算法
贪心
贪心算法
LeetCode.52 N皇后 II
原题https://leetcode-cn.com/
problem
s/n-queens-ii/思路递归回溯,和上一题一毛一样题解packagecom.leetcode.code;importjava.util.ArrayList
难过的风景
·
2025-05-23 10:27
力扣题解
算法
leetcode
递归算法
ABC 353
目录C.Sigma
Problem
D.AnotherSigma
Problem
C.Sigma
Problem
容斥。所有都先不取模,每个数出现n-1次,先算出不取模的答案。
空雲.
·
2025-05-22 08:39
算法
c++
数据结构
Leetcode 162 Find Peak Element
给定一个数组,找到山峰元素https://leetcode.com/
problem
s/find-peak-element/description/Input:nums=[1,2,3,1]Output:2Explanation
xxxmmc
·
2025-05-21 19:44
leetcode
二分
[leetcode]162. Find Peak Element
题目链接:https://leetcode.com/
problem
s/find-peak-element/#/descriptionApeakelementisanelementthatisgreaterthanitsneighbors.Givenaninputarraywherenum
xiaocong1990
·
2025-05-21 19:14
leetcode
2024CCPC长春邀请赛暨吉林省赛个人补题EFGIL
Dashboard-The2024CCPCNationalInvitationalContest(Changchun),The17thJilinProvincialCollegiateProgrammingContest-Codeforces过题难度ILGEF铜奖16银奖3320金奖4391
Problem
-I-Codeforces
鄙人不擅长dp
·
2025-05-21 15:49
CCPC补题
c++
算法
开发语言
数据结构
图论
25.5.20学习总结
做题思路数列分段SectionIIhttps://www.luogu.com.cn/
problem
/P1182正如题目所说,我们需要得到一个最小的最大段的值,可能有人将注意力放在分段上,事实上,我们更多的应该关注结果
The_cute_cat
·
2025-05-21 08:58
学习
最长公共子串 后缀数组 算法 php,HDU 3518 Boring counting(后缀数组啊 求字符串中不重叠的重复出现最少两次的子串的个数)...
HDU3518Boringcounting(后缀数组啊求字符串中不重叠的重复出现至少两次的子串的个数)题目链接:http://acm.hdu.edu.cn/show
problem
.php?
盖亚能量炮
·
2025-05-21 03:26
最长公共子串
后缀数组
算法
php
(数据集)22个机器学习最佳入门项目
创建自己的表情符号源代码:https://data-flair.training/blogs/create-emoji-with-deep-learning/3.使用机器学习进行贷款预测数据集:LoanPrediction
Problem
Dataset
兔子坨坨
·
2025-05-20 04:03
机器学习
人工智能
python
论文翻译:ACL-2024.Yiming Huang.Competition-Level
Problem
s are Effective LLM Evaluators
Competition-Level
Problem
sareEffectiveLLMEvaluatorshttps://aclanthology.org/2024.findings-acl.803.pdf《
CSPhD-winston-杨帆
·
2025-05-20 03:57
论文翻译
LLMs-数据污染
人工智能
链接:https://ac.nowcoder.com/acm/
problem
/22222来源:牛客网题号:NC22222时间限制:C/C++ 1秒,其他语言2秒空间限制:C/C++ 3276
链接:登录—专业IT笔试面试备考平台_牛客网来源:牛客网题号:NC22222时间限制:C/C++1秒,其他语言2秒空间限制:C/C++32768K,其他语言65536K64bitIOFormat:%lld题目描述给你n个数,有一个数的出现次数超过一半,请找出这个数。输入描述:输入两行。第一行包含一个整数n第二行包含n个整数ai1≤n≤1000,1≤ai≤1e9输出描述:输出一行,包含一个整数。示例
蒜蒜蒜
·
2025-05-20 02:20
leetcode
排序算法
数据结构
第17届BIT校园编程竞赛 - 现场赛(The 17-th BIT Campus Programming Contest - Onsite Round)
题库链接:Dashboard-The17-thBITCampusProgrammingContest-OnsiteRound-Codeforces一.小P玩钢4一.题目展示
Problem
-G-Codeforces
在下小孙
·
2025-05-20 00:33
c++
金色传说 Gym - 102174J (dp)
题目https://cn.vjudge.net/
problem
/Gym-102174J题意中文题思路dp#include#includeusingnamespacestd;typedeflonglongll
七九河开
·
2025-05-20 00:01
The 15-th BIT Campus Programming Contest - Onsite Round——J题(枚举优化或拉格朗日插值)
题目链接:https://codeforces.com/gym/102878/
problem
/J题解这个题有两种做法,第二种做法比较好想,但是需要优化一下。
mumei314
·
2025-05-20 00:01
组队赛
算法
Boring counting HDU - 4358(树上出现k次的数字个数)
Inthis
problem
weconsiderarootedtreewithNvertices.Theverticesarenumberedfrom1toN,andvertex1representstheroot.Thereareintegerweightsoneachvectice.Yourtaskistoansweralistofqueries
starlet_kiss
·
2025-05-19 19:56
树状数组
Chevereto使用docker启动,nginx开启https
whatTosolvesome
problem
ssomewebonlyusemarkdownandcan’tuploadpictures,suchasv2ex.comsomepicsyoudon’twanttogiveittoothersforlongtime
ShawnGoethe
·
2025-05-19 18:53
docker
chevereto
docker
nginx
https
上一页
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
其他