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
ans
每日一题 2300. 咒语和药水的成功对数(二分查找)
defsuccessfulPairs(self,spells:List[int],potions:List[int],success:int)->List[int]:potions.sort()m=len(potions)
ans
eyvr
·
2023-11-11 05:23
用Python刷力扣
python
leetcode
算法
POJ 3662 二分+Dijkstra
//BySiriusRen#include#include#include#includeusingnamespacestd;#defineN22222intn,p,k,
ans
=-1,w[N],first
Sirius_Ren
·
2023-11-11 02:14
二分
最短路
dijkstra
poj
namespace
P1908逆序对-java题解-归并排序
;msort(a,l,mid);msort(a,mid+1,r);while(i<=mid&&j<=r){if(a[i]<=a[j])b[k++]=a[i++];else{b[k++]=a[j++];
ans
玛卡左家陇分卡
·
2023-11-11 01:04
洛谷-java题解
算法
java
[题解]洛谷P1908 逆序对
原题传送门思路可以用归并排序求逆序对个数代码#includeusingnamespacestd;longlongn,
ans
=0;voidsort(longlongA[],longlongL,longlongR
weixin_30471561
·
2023-11-11 01:32
数据结构与算法
P1908 逆序对 (归并排序)题解
【题目链接】link【解题思路】对于这道题我们很容易就能想出Θ(n2)\Theta(n^2)Θ(n2)的冒泡做法for(inti=1;ia[j]){
ans
++;swap(a[i],a[j]);}但是题目中说了对于所有数据
FKJDASOI
·
2023-11-11 01:00
板子
排序算法
算法
c++
LeedCode 876:链表的中间结点
注意,我们返回了一个ListNode类型的对象
ans
,这样:
ans
.val=3,
ans
.next.val=4,
ans
.ne
夜已如歌_ok
·
2023-11-10 22:01
LeetCode
链表
leetcode
链表的中间结点
【力扣】:链表的中间结点
注意,我们返回了一个ListNode类型的对象
ans
,这样:
ans
.val=3,
ans
.next.val=4,
ans
.next.next.val=
@衡
·
2023-11-10 22:55
力扣
力扣876. 链表的中间结点(java+python)
注意,我们返回了一个ListNode类型的对象
ans
,这样:
ans
.val=3,
ans
.next.val=4,
ans
.next.next.val=
ya2002622
·
2023-11-10 22:54
力扣
链表
leetcode
java
力扣 876. 链表的中间结点
注意,我们返回了一个ListNode类型的对象
ans
,这样:
ans
.val=3,
ans
.next.val=4,
ans
.next.ne
若水cjj
·
2023-11-10 22:22
#
力扣
链表
leetcode
数据结构
力扣:链表的中间结点
注意,我们返回了一个ListNode类型的对象
ans
,这样:
ans
.val=3,
ans
.next.val=4,
ans
.nex
XdpCs
·
2023-11-10 22:21
力扣
leetcode
2017.10.26 四校联测D1
题目比以前的题不知道高明到哪里去了,虽然std有错+数据有问题T1地精部落原题#include#includeusingnamespacestd;longlongn,p,dowh,
ans
,i,f[2][
Hl_Zy
·
2023-11-10 22:13
小测
Educational Codeforces Round 157 (Rated for Div. 2) C D(二维map,位运算)
defineintlonglong#pragmaGCCoptimize(2)usingnamespacestd;typedefpairPII;constintmod=1e9+7,N=2e5+10;intn,
ans
hjing小靖
·
2023-11-10 17:18
算法
数据结构
Codeforces Round #802 (Div. 2)题解
A.OptimalPath求最短路径长度思路:一道水题,直接上代码AC代码:#includeusingnamespacestd;typedeflonglongll;intmain(){llt,a,b,
ans
LYaXuan
·
2023-11-10 04:52
算法
算法
Codeforces Round 871 (Div. 4)
=0){
ans
=max
!Enterprise
·
2023-11-10 04:46
c++
算法
图论
验证哥德巴赫猜想(C++)
,即10可以分解成两种不同的素数对输入:输入任意>6的正偶数(usingnamespacestd;//判断一个数是不是素数boolprime(intn){for(inti=2;i6的正偶数(>n;//
ans
糊涂苏苏
·
2023-11-09 21:13
备战蓝桥杯算法题
c++
算法
青少年编程
蓝桥杯
leetcode-1014. 最佳观光组合
j然后位置j的候选obj=max(obj,max+A[j]-j)classSolution{publicintmaxScoreSightseeingPair(int[]A){intmax1=A[0],
ans
唐梓航-求职中
·
2023-11-09 19:53
LeetCode78.子集
int*temp;inttempSize;intg_numsSize;intcnt;staticvoidbacktrace(int*nums,int*returnSize,int*colcnt,int**
ans
Kane886
·
2023-11-09 14:26
LeetCode
算法
leetcode
回溯
记录一道经典的二分题- Leetcode 1552. 两球之间的磁力
题目描述:对于这种最大化的最小或是最小化的最大题目——都可以采用二分的算法来解决(因为以最大化的最小为例若
ans
=x,则对于其他的情况一定都小于x,若有其他的情况能产生使
ans
>x的则说明x不满足要求)
DDUppp
·
2023-11-09 07:45
Leet
Code
c++
算法
leetcode
每日一题 187. 重复的DNA序列(中等)
每日一题就简单点直接暴力哈希classSolution:deffindRepeatedDnaSequences(self,s:str)->List[str]:d=defaultdict(int)
ans
eyvr
·
2023-11-08 16:01
用Python刷力扣
python
leetcode
算法
Leetcode—2609.最长平衡子字符串【简单】
zeros:ones;
ans
=
ans
>tmp?
ans
:tmp;zer
源代码•宸
·
2023-11-08 16:31
LeetCode刷题
leetcode
算法
职场和发展
经验分享
c++
Leetcode 515. Find Largest Value in Each Tree Row
find-largest-value-in-each-tree-row/description/跟上一题一样,直接开数组记录就行classSolution{public:voiddfs(TreeNode*root,intcur_dep,vector&
ans
Z-Pilgrim
·
2023-11-08 12:30
LeetCode题解
Day 52 单调栈 part01
classSolution:defdailyTemperatures(self,temperatures:List[int])->List[int]:
ans
=[0]*len(temper
wxw154170875
·
2023-11-08 03:51
python
开发语言
Day 52 单调栈 part02
classSolution:defnextGreaterElements(self,nums:List[int])->List[int]:
ans
=[-1]*len(nums)stack=[]foriinrange
wxw154170875
·
2023-11-08 03:51
算法
python
蓝桥杯——回文日期Java
3{publicstaticvoidmain(String[]args){Scannerin=newScanner(System.in);intdate=in.nextInt();intans1=0,
ans
2
GuangChaoz
·
2023-11-08 00:56
蓝桥杯
蓝桥杯
java
差分-前戳和-二维前戳和
))#number=[0]+number+[0]#foriinrange(a+2):#number[i]=number[i]-number[i-1]#print(number)ab=(a+2)*[0]
ans
芝士小熊饼干
·
2023-11-07 21:20
python
开发语言
每日一题 2586. 统计范围内的元音字符串数(简单)
简单题,走流程classSolution:defvowelStrings(self,words:List[str],left:int,right:int)->int:
ans
=0foriinrange
eyvr
·
2023-11-07 20:52
用Python刷力扣
算法
leetcode
python
代码随想录算法训练营第十四天| LeetCode144. 二叉树的前序遍历 94. 二叉树的中序遍历145.二叉树的后序遍历
144.二叉树的前序遍历题目:144.二叉树的前序遍历//递归法classSolution{public:voidpreorder(TreeNode*cur,vector&
ans
){if(cur==nullptr
冰冰的coco
·
2023-11-07 19:22
代码随想录算法训练营
算法
leetcode
二叉树
xv6:一个简单的类Unix的教学操作系统-01
Xv6大体上遵循了v6的结构和风格,但它是用
ANS
lhw---9999
·
2023-11-07 15:08
vx6
操作系统
unix
vx6
【leetcode】21. 合并两个有序链表
1,1,2,3,4,4]示例2:输入:l1=[],l2=[]输出:[]示例3:输入:l1=[],l2=[0]输出:[0]提示:两个链表的节点数目范围是[0,50]-100val>list2->val){
ans
多年了酷拉皮卡依旧还在船上
·
2023-11-07 10:24
leetcode
链表
算法
【LeetCode】每日一题 2023_11_5 重复的DNA序列
重复的DNA序列题目链接:187.重复的DNA序列题目描述代码和解题思路funcfindRepeatedDnaSequences(sstring)(
ans
[]string){mp:=map[string
戊子仲秋
·
2023-11-07 10:29
LeetCode
每日一题
leetcode
算法
职场和发展
我的数模之旅(一)
例如:>>(5*2+1.3-0.8)*10/25
ans
=4.
lcw_5
·
2023-11-07 05:33
数学建模
matlab
数学建模
P2910 [USACO08OPEN]Clear And Present Danger S题解
floyd-CSDN搜索)首先,我们得先打出floyd的框架:for(intk=1;k//这是个万能头,不要在意usingnamespacestd;intd[101][101],a[10001],n,m,
ans
Ldita
·
2023-11-07 00:28
c++
编程
c++
P2910Clear And Present Danger S(Floyd算法)C++
思路就是用弗洛伊德跑一遍,然后根据必须经过的路线求一下危险指数#include//万能头usingnamespacestd;intn,m,
ans
=0;//计数器intdis[1
深巷wls
·
2023-11-07 00:27
算法
#
最短路径算法
c++
算法
floyd
[洛谷]P2910 [USACO08OPEN] Clear And Present Danger S
简单:主要是要理解题意:关键for(inti=2;iusingnamespacestd;#defineintlonglongconstintN=1e2+10;intmp[N][N],n,m,a[N],
ans
gentle coder
·
2023-11-07 00:54
图论
算法
c++
P2910 [USACO08OPEN]寻宝之路Clear And Present Danger 洛谷
FarmerJohnisonaboatseekingfabledtreasureononeoftheN(12#include3#definemaxn1000545usingnamespacestd;67longlongm,n,
ans
agcozdwdfvds08078
·
2023-11-07 00:22
洛谷P2910 [USACO08OPEN]Clear And Present Danger S题解
数据范围100显示此题可以用Floyd(n立方不会超时)于是,我们就开始愉快地做题啦先介绍一下Floyd的模板:for(intk=1;k//万能头usingnamespacestd;intn,m,
ans
2301_76268817
·
2023-11-07 00:20
C++
算法
c++
开发语言
Educational Codeforces Round 52 (Rated for Div. 2)
AC代码:1#include2usingnamespacestd;3typedeflonglongLL;4intt;LLs,a,b,c,
ans
;5intmain(){6while(cin>>t){7while
weixin_30808693
·
2023-11-06 21:08
每日一题 318. 最大单词长度乘积(中等)
暴力求解没超时,那就这样吧classSolution:defmaxProduct(self,words:List[str])->int:
ans
=0foriinrange(len(words)):forjinrange
eyvr
·
2023-11-06 17:48
用Python刷力扣
算法
leetcode
python
leetcode-每日一题2021.11.17 最大单词长度乘积
代码一intmaxProduct(char**words,intwordsSize){intans=0;for(inti=0;i&words){intlen=words.size(),
ans
=0;vectorhash
还记得樱花正开~
·
2023-11-06 16:10
leetcode
leetcode
算法
leetcode
bsxfun函数
函数是对矩阵中每个元素进行操作的函数,函数形式是C=bsxfun(fun,A,B),fun是代表要执行的运算,可以是下图中的任何一个,比如@plusA=[1210;1420;1615]A=121014201615mean(A)
ans
庵下桃花仙
·
2023-11-06 12:35
代码随想录算法训练营第五十九天|LeetCode503. 下一个更大元素 II、LeetCode42. 接雨水
nums){vectoranswer(nums.size(),-1);if(nums.size()==0)returnanswer;stackst;for(inti=0;inums[st.top()]){
ans
旧事情稠
·
2023-11-06 09:03
C++算法题解
算法
leetcode
动态规划
Python 单调栈(单调递减栈)Leetcode739.每日温度 Leetcode42.接雨水
2)根据题意看是要维护一个单调递增还是单调递减的栈,上述两题均是维护一个单调递减栈伪代码:stack=[]#创建一个栈,并维护其形成一个单调栈
ans
=[0]*l
jq_98
·
2023-11-06 05:19
leetcode
python
python
leetcode
算法
【LeetCode】第 370 场周赛
对于满足0cnt){cnt=c;
ans
=i;}}}returnans;}}100116.找到冠军II一场比赛中共有n支队伍,按从0到n-1编号。每支队伍也是有向无环图(DAG)上的一个节点。
P.H. Infinity
·
2023-11-06 02:09
leetcode
算法
职场和发展
307. 区域和检索 - 数组可修改
其中一类查询要求更新数组nums下标对应的值另一类查询要求返回数组nums中索引left和索引right之间(包含)的nums元素的和,其中left0){
ans
+=tr[i];i-=lowbit(i);
P.H. Infinity
·
2023-11-06 02:04
算法
java
数据结构
【luogu P1144 最短路计数】 题解
include6usingnamespacestd;7constintmod=100003;8constintmaxn=2000010;9constintinf=0x7fffffff;10intn,m,dis[maxn],
ans
disnmlf23266651
·
2023-11-05 23:13
【LeetCode】118. 杨辉三角
5输出:[[1],[1,1],[1,2,1],[1,3,3,1],[1,4,6,4,1]]示例2:输入:numRows=1输出:[[1]]提示:1>generate(intnumRows){List>
ans
比尔高特
·
2023-11-05 09:12
LeetCode
leetcode
算法
Day20力扣打卡
public:intfindMaximumXOR(vector&nums){intmx=*max_element(nums.begin(),nums.end());intmax_bit=0,mask=0,
ans
Hongs_Cai
·
2023-11-05 07:50
leetcode刷题打卡
leetcode
算法
c++
LeetCode 62. 不同路径
:力扣https://leetcode-cn.com/problems/unique-paths/【分析】首先可以直接用回溯法进行向右和向下的遍历,但是会超时classSolution{intm,n,
ans
Sasakihaise_
·
2023-11-04 22:46
LeetCode
leetcode
动态规划
421. 数组中两个数的最大异或值
/problems/maximum-xor-of-two-numbers-in-an-array/给你一个整数数组nums,返回nums[i]XORnums[j]的最大运算结果,其中0≤i≤jint:
ans
Sun_Sky_Sea
·
2023-11-04 13:34
#
数学
leetcode
剑指 Offer II 001. 整数除法
classSolution:defdivide(self,a:int,b:int)->int:Int_MAX=2**31-1ifb==0:returnInt_MAXneg=a>0andb0a,b=abs(a),abs(b)
ans
阿凯被注册了
·
2023-11-04 12:21
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
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
其他