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
算法练习01——哈希&&部分双指针
1.使用Set存哈希,2.快慢指针)454.四数相加II383.赎金信15.三数之和*(双指针)18.四数之和*(双指针)128.最长连续序列1.两数之和(*)https://leetcode.cn/
problem
s
荒野大飞
·
2024-02-01 11:29
lc刷题
算法
哈希算法
寒假思维训练day17 C. Equal Frequencies
day17摘要:Part1题意Part2题解(有数学推导,latex形式)Part3代码(C++版本,有详细注释)Part4我对构造题的归纳总结(自己对构造题的浅薄理解还有例题)题目链接(有需自取):
Problem
嘗_
·
2024-02-01 10:41
算法
c++
109. Convert Sorted List to Binary Search Tree
https://leetcode.com/
problem
s/convert-sorted-list-to-binary-search-tree/description/只要items数目确定,所生成的BalancedBST
Super_Alan
·
2024-02-01 10:57
Codeforces 1221C(推公式\二分查找)
https://codeforces.com/
problem
set/
problem
/1221/C本题实际上是说有三种人,分别有,,个,从中取出三个人,要求一个人是第一种,一个人是第二种人,问最多能取多少组人
素理想
·
2024-02-01 10:10
291. Word Pattern II
https://leetcode.com/
problem
s/word-pattern-ii/description/image.png这道题因为就是PATTERN的一个字母可以对应一个STRING,我们可以用枚举然后回溯看有没有可能的解
西部小笼包
·
2024-02-01 09:55
Opencv VideoCapture File, Web Camera, RTSP stream
VideocaptureinOpenCVisareallyeasytask,butforalittlebitexperienceduser.Whatisthe
problem
?
东枫科技
·
2024-02-01 09:00
linxu
前端
opencv
webpack
【leetcode刷题】15. 3Sum
原题链接:https://leetcode.com/
problem
s/3sum/解题思路:首先将数组进行排序,排序过后i对整个列表进行遍历,j从i+1开始遍历,k从最后一位往前遍历。
maodoudou168
·
2024-02-01 05:01
2017年美国大学生数学建模竞赛C题优秀论文解读
2017年美赛C题赛题2017MCM
Problem
C:“Cooperateandnavigate”TrafficcapacityislimitedinmanyregionsoftheUnitedStatesduetothenumberoflanesofroads.Forexample
校苑数模
·
2024-02-01 05:50
LeetCode-078-子集
:nums=[1,2,3]输出:[[3],[1],[2],[1,2,3],[1,3],[2,3],[1,2],[]]来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problem
s
刻苦驴哝
·
2024-02-01 03:17
二叉树的遍历(OJ)
https://leetcode.cn/
problem
s/binary-tree-preorder-traversal/description/力扣(LeetCode)官网-全球极客挚爱的技术成长平台备战技术面试
铁蛋Q
·
2024-02-01 03:47
数据结构
c语言
算法
DS Wannabe之5-AM Project: DS 30day int prep day1
ArtificialIntelligence:AIispurelymathandscientificexercise,butwhenitbecamecomputational,itstartedtosolvehuman
problem
sformalizedintoasubsetofcompute
wendyponcho
·
2024-02-01 02:36
人工智能
学习
笔记
机器学习
C. Madoka and Formal Statement
链接
Problem
-1717C-Codeforces思路:当有任意一个ai>bi的时候,肯定是无法变为序列b的。
ros275229
·
2024-02-01 01:49
算法学习
灵茶
CF
算法
c++
codeforces
AtCoder Beginner Contest 338(ABCDEF题)
Problem
StatementYouaregivenanon-emptystringSSSconsistingofuppercaseandlowercaseEnglishletters.Determinewhetherthefollowingconditionissatisfied
阿史大杯茶
·
2024-02-01 00:57
Atcoder
Atcoder
算法
Codeforces Round 922 (Div. 2 ABCDEF题)
A.BrickWall
Problem
StatementAbrickisastripofsize1×k1\timesk1×k,placedhorizontallyorvertically,wherekkkcanbeanarbitrarynumberthatisatleast222
阿史大杯茶
·
2024-02-01 00:57
Codeforces
c++
Codeforces
算法
AtCoder Regular Contest 170 (ABC题)
A-YetAnotherAB
Problem
Problem
StatementYouaregiventwostringsSSSandTTToflengthNNNconsistingofAandB.LetSiS_iSidenotetheiii-thcharacterfromtheleftofSSS.Youcanrepeatthefollowingoperationanynumberoftimes
阿史大杯茶
·
2024-02-01 00:26
Atcoder
Atcoder
算法
Codeforces Round 921 (Div. 2 ABCDE题)
Problem
StatementYouaregiventwopositiveintegersnnnandkkk.YourtaskistofindastringssssuchthatallpossiblestringsoflengthnnnthatcanbeformedusingthefirstkkklowercaseEnglishalphabets
阿史大杯茶
·
2024-02-01 00:54
Codeforces
c++
算法
Codeforces
Atcoder ABC338 A-D题解
Link:ABC338
Problem
A:妥妥的签到题。
seanli1008
·
2024-02-01 00:44
题解
题解
代码随想录算法训练营天 第九章 四十二天| 01背包问题 二维 01背包问题 一维 416. 分割等和子集
代码随想录算法训练营天第九章四十二天|01背包问题二维01背包问题一维416.分割等和子集01背包问题二维publicclassBag
Problem
{publicstaticvoidmain(String
酷酷的贝吉塔
·
2024-02-01 00:26
算法
动态规划
java
代码随想录算法训练营第42天 | 01背包问题 416. 分割等和子集
二、解法二维dp:递推公式:dp[i][j]=max(dp[i-1][j],dp[i-1][j-weight[i]]+value[i]);voidtest_2_wei_bag_
problem
1(){vectorwe
虎年喵飞飞
·
2024-02-01 00:51
刷题
算法
动态规划
LeetCode 3. 无重复字符的最长子串
https://leetcode.cn/
problem
s/longest-substring-without-repeating-characters/给定一个字符串s,请你找出其中不含有重复字符的最长子串的长度
Suppose
·
2024-01-31 22:01
leetCode刷题
leetcode
算法
职场和发展
LeetCode 733.图像渲染
https://leetcode.cn/
problem
s/flood-fill有一幅以mxn的二维整数数组表示的图画image,其中image[i][j]表示该图画的像素值大小。
Suppose
·
2024-01-31 22:00
leetCode刷题
leetcode
算法
深度优先
LeetCode 55.跳跃游戏
https://leetcode-cn.com/
problem
s/jump-game/给定一个非负整数数组nums,你最初位于数组的第一个下标。数组中的每个元素代表你在该位置可以跳跃的最大长度。
Suppose
·
2024-01-31 22:30
leetCode刷题
leetcode
动态规划
算法
LeetCode 300. 最长递增子序列
链接:https://leetcode.cn/
problem
s/longest-increasing-subsequence给你一个整数数组nums,找到其中最长严格递增子序列的长度。
Suppose
·
2024-01-31 22:30
leetCode刷题
leetcode
算法
职场和发展
LeetCode 413.等差数列
https://leetcode.cn/
problem
s/arithmetic-slices如果一个数列至少有三个元素,并且任意两个相邻元素之差相同,则称该数列为等差数列。
Suppose
·
2024-01-31 22:30
leetCode刷题
leetcode
算法
职场和发展
Java算法 leetcode简单【树的遍历,深度计算及比较】刷题记录
Java算法leetcode简单【树的遍历,深度计算及比较】刷题记录俩数之和:https://leetcode.cn/
problem
s/two-sum/二进制求和:https://leetcode.cn
程序媛一枚~
·
2024-01-31 21:53
JAVA
算法
算法
java
leetcode
洛谷 P3799 妖梦拼木棒
题目链接:妖梦拼木棒-洛谷https://www.luogu.com.cn/
problem
/P3799明明很简单的一道暴力题,我却wa了好几次orz,记录一下踩到的坑。
合金Bunny酱
·
2024-01-31 21:11
算法
D - Loong and Takahashi (经典模拟绕圈)
代码://
Problem
:D-LoongandTakahashi//Contest:AtCoder-AtCoderBeginnerContest335(Sponso
萌新好菜
·
2024-01-31 20:04
算法
c++
【算法】数据结构题单练习(寒假正在更新中)
1.最小距离和(树的重心)题目:http://oj.daimayuan.top/course/7/
problem
/529#includeusingnamespacestd;typedeflonglongll
萌新好菜
·
2024-01-31 20:34
c语言
算法
C. XOR-distance (位运算 异或+二进制减法)
CodeforcesRound922(Div.2)题目:https://codeforces.com/contest/1918/
problem
/C思想:首先使a>b,从左往右找到第二个a和b不同的位置,
萌新好菜
·
2024-01-31 20:30
算法
LeetCode-215. Kth Largest Element in an Array [C++][Java]
LeetCode-215.KthLargestElementinanArrayhttps://leetcode.com/
problem
s/kth-largest-element-in-an-array/
贫道绝缘子
·
2024-01-31 19:53
LeetCode刷题怪
leetcode
java
c++
【Leetcode】215. Kth Largest Element in an Array
题目地址:https://leetcode.com/
problem
s/kth-largest-element-in-an-array/给定一个数组,求它的第kkk大元素(真实定义是从大到小排好序后位于第
记录算法题解
·
2024-01-31 19:22
LC
树
分治与堆
算法
leetcode
快速排序
c++
A-B 数对(洛谷)
相同的题目看多了也会有审美疲劳,于是我舍弃了大家所熟悉的A+B
Problem
,改用A-B了哈哈!
林海绮律
·
2024-01-31 17:10
洛谷刷题
算法
c++
数据结构
二分算法
【Leetcode】算法与数据结构 C语言
字符串:https://leetcode-cn.com/
problem
s/reverse-string/voidswap(char*a,char*b){chart=*a;*a=*b,*b=t;}voidreverseString
造夢先森
·
2024-01-31 17:55
算法与数据结构
C语言进阶
string
函数
leetcode
math
stack
23寒假预备役第二次测试
D-ABalanced
Problem
set?E-LameKingF-GridIceFloorB-LeftoverRecipes问题描述你的冰箱里有N种食材。我们将它们称为食材1、……和食材N。
3分人生
·
2024-01-31 16:29
题组
c语言
学习
拓扑图论、常见的图
目录一,拓扑图论二,彼得森图三,正则图四,完全图1,完全图2,K73,K5五,二分图CodeForces687ANP-Hard
Problem
力扣785.判断二分图六,完全二分图1,完全二分图2,K2,33
csuzhucong
·
2024-01-31 16:00
算法
【ECS120】fundamentals of compiling
1Auto-graded
problem
sThese
problem
sarenotrandomized,sothereisnoneedtofirstsubmitafilenamedreq.Each
problem
belowappearsasaseparate
iuww1314
·
2024-01-31 15:09
学习
代码随想录算法训练营DAY7 | 哈希表(2)
一、LeetCode454四数相加II题目链接:454.四数相加IIhttps://leetcode.cn/
problem
s/4sum-ii/description/思路:建立HashMap,Key存储
橙南花已开
·
2024-01-31 15:30
散列表
数据结构
Leetcode---完全二叉树的节点个数
题目链接:https://leetcode-cn.com/
problem
s/count-compl
可乐不解渴
·
2024-01-31 13:59
二叉树
leetcode
算法
c++
leetcode-222完全二叉树的节点个数
示例:输入:1/\23/\/456输出:6来源:力扣(LeetCode)链接:https://leetcode-cn.com/
problem
s/count-com
起个名字都这么男
·
2024-01-31 13:59
二叉树
数据结构
leetcode
3985. 辗转相除法
一、题目
Problem
#3985-ECNUOnlineJudge二、思路第一眼还以为是最基本的欧几里得,然后一个劲地在那里找合适的一组整数,找了一会没找到,后面直接用随机查找一下子找到了三、代码importsun.misc.GC
时间邮递员
·
2024-01-31 13:46
题解
算法
刷题
力扣238. 除自身以外数组的乘积(前后缀和)
Problem
:238.除自身以外数组的乘积文章目录题目描述思路复杂度Code题目描述思路思路1:1.先求取数组的包括当前下标值得前后缀乘积(利用两个数组记录下来分别为leftProduct和rightProduct
LNsupermali
·
2024-01-31 13:35
力扣题目
leetcode
算法
职场和发展
力扣121. 买卖股票的最佳时机(后缀后)
Problem
:121.买卖股票的最佳时机文章目录题目描述思路及解法复杂度Code题目描述思路及解法在本题中我们为避免暴力双循环可以采取后缀和的方式,具体的:1.统计后缀后:在定义一个和prices等大的数组
LNsupermali
·
2024-01-31 13:34
力扣题目
leetcode
算法
职场和发展
Codeforces525E Anya and Cubes(双向搜索)
题目Sourcehttp://codeforces.com/contest/525/
problem
/EDescriptionAnyalovestofoldandstick.Todayshedecidedtodojustthat.Anyahasncubeslyinginalineandnumberedfrom1tonfromlefttoright
dengliugong3918
·
2024-01-31 11:27
数据结构与算法
排序链表---归并--链表OJ
https://leetcode.cn/
problem
s/sort-list/submissions/499363940/?
夹心宝贝
·
2024-01-31 11:40
链表OJ题
链表
数据结构
合并K个有序链表----链表OJ
https://leetcode.cn/
problem
s/merge-k-sorted-lists/submissions/499384099/?
夹心宝贝
·
2024-01-31 11:40
链表OJ题
链表
数据结构
编译opencv4.6问题汇总,第三方软件包见我发的资源
问题1
Problem
withinstallingOpenCVusingVisualStudioandCMake(errorcode:MSB3073)解决方法Usebelowsteps:Navigatetoyourbuildfo
marytime
·
2024-01-31 10:01
opencv
人工智能
计算机视觉
Technical support, please do not reprint
For:BonzeSpiritprovidestechnicalsupport,pleasefeelfreetocontactusifyoufindany
problem
s.E-mail:songxiangheheh
hope_968e
·
2024-01-31 09:08
【MAC 上学习 C++】Day 28-2. 实验2-2-2 计算摄氏温度 (10 分)
实验2-2-2计算摄氏温度(10分)1.题目摘自https://pintia.cn/
problem
-sets/13/
problem
s/3962.题目内容给定一个华氏温度F,本题要求编写程序,计算对应的摄氏温度
RaRasa
·
2024-01-31 07:51
Decrease-and-Conquer-week5
Decrease-and-Conquer只解决一个实例,而Devide-and-Conquer解决很多相同的子实例Decrease-and-Conquerby-a-ConstantInthisapproach,thesizeofthe
problem
isred
葉子_53d1
·
2024-01-31 07:20
代码随想录刷题笔记-Day13
1.二叉树的层序遍历102.二叉树的层序遍历https://leetcode.cn/
problem
s/binary-tree-level-order-traversal/层次遍历依靠队列的先进先出特点实现
枯树老斑鸠
·
2024-01-31 07:49
代码随想录
笔记
java
算法
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
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
其他