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
1230. K倍区间(前缀和)
includeusingnamespacestd;typedefunsignedlonglongull;constintN=100010;ulls[N];//既是用来存储原数据的,也是用来存储前缀和的ulln,k,
ans
hz2.0
·
2023-11-04 10:21
前缀和
c++
算法
开发语言
中国电子学会2022年06月份青少年软件编程Python等级考试试卷五级真题(含答案)
(D)(2分)
ans
=1foriinr
Lemon Liu
·
2023-11-04 09:45
电子学会Python真题
算法
青少年编程
python
Leetcode69x的平方根
classSolution{publicintmySqrt(intx){intans=-1;intl=0,r=x;while(l<=r){intmid=(l+r)/2;if((long)mid*mid<=x){
ans
从月亮走向月亮7
·
2023-11-04 03:31
算法
java
leetcode
Leetcode67二进制求和
Stringb){StringBufferans=newStringBuffer();intn=Math.max(a.length(),b.length()),carry=0;for(inti=0;i0){
ans
.append
从月亮走向月亮7
·
2023-11-04 03:00
算法
Leetcode1122. 数组的相对排序
向
ans
中插入hash[num]个num。将remain增序排序,将remain插入
ans
的后面。代码:
UestcXiye
·
2023-11-04 02:18
Every
day
a
leetcode
leetcode
算法
2021第十二届蓝桥杯省赛B组C/C++ 试题 E: 路径
2021第十二届蓝桥杯省赛B组C/C++试题E:路径代码试题E:路径
Ans
=10266837我哭了最短路径的题考前刷了多少道,最后还是在考场翻车还是太菜啊啊。。
半步鸠
·
2023-11-04 00:49
随笔
题解
蓝桥杯
算法
数据结构
深度优先搜索的小探索
回溯有问题usingnamespacestd;#definemaxn10inta[maxn][maxn],map[maxn][maxn];//标记intn,m,t,sx,sy,fx,fy,zx,zy,
ans
小熊迪帝
·
2023-11-03 19:36
Codeforces Beta Round 10
105],r[105];intmain(){intn,P1,P2,P3,T1,T2;cin>>n>>P1>>P2>>P3>>T1>>T2;intans=0;for(inti=1;i>l[i]>>r[i],
ans
拧错位置的螺丝钉
·
2023-11-03 16:01
Codeforces
VP
动态规划
111. 二叉树的最小深度 JavaScript实现
与543.二叉树的直径相比:相同点:思想类似不同点:二叉树的直径的路径不一定是从根节点开始的,所以计算二叉树的直径的时候需要用
ans
去找到以每个节点为根节点的二叉树的节点数量。
是馨呀!
·
2023-11-03 10:47
leetcode刷题
#
二叉树
javascript
深度优先
leetcode
数据结构
算法
OI技巧集合
OI巧集合二进制置1:x|(1
ans
;voidpermutation(string&s,intidx){if(idx==s.size()){
ans
.push_back(s);return;}intvis
爱寂寞的时光
·
2023-11-03 08:27
#
组合数学
概率论
博弈论与数理统计等基础数学
算法
leetcode
数据结构
百练 2855
includeincludeincludeusingnamespacestd;intn,
ans
;inta[30];intway[40][30];intmain(){cin>>n;memset(way,0
猴式智减法
·
2023-11-03 00:41
611. 有效三角形的个数(排序+双指针)
nums[r]nums[l]+nums[mid]>nums[r]nums[l]+nums[mid]>nums[r],lll取[l,mid−1][l,mid-1][l,mid−1]内任何一个数都满足条件,故有
ans
bugcoder-9905
·
2023-11-02 21:46
剑指offer
算法
leetcode
职场和发展
【LeetCode】每日一题 2023_11_2 环和杆(题目质量不错)
funccountPoints(ringsstring)(ansint){num:=[10][3]int{}ch:=0fori:=0;i0{cnt++}}ifcnt==3{//三个标志位都有数,证明集齐了所有颜色
ans
戊子仲秋
·
2023-11-02 19:37
LeetCode
每日一题
leetcode
算法
职场和发展
Leetcode 239. 滑动窗口最大值
vectormaxSlidingWindow(vector&nums,intk){dequeque;vectorans;for(inti=0;i=k)que.pop_front();if(i>=k-1)
ans
.push_back
Bendaai
·
2023-11-02 08:05
24届远景能源-动力最全校招信息,点击链接直推,免简历筛选!
刚写好的简历,麻烦各位前辈和同学帮忙看看简历还可以如何修改,如果可题解|#牛群的编码反转#知识点位运算解题思路定义
ans
保存答案,
ans
定义为0,遍历32次,每次左
愤怒的小青春
·
2023-11-02 04:45
java
蓝桥杯2022扫雷_二分枚举
30%#includeusingnamespacestd;constintN=5e4+4;structnode{intx,y,r;};nodea[N],b[N];intvis[N]={0};intn,m,
ans
忆灬凝
·
2023-11-02 00:12
算法训练
蓝桥杯
算法
c++
leetcode 876. 链表的中间结点(python)
注意,我们返回了一个ListNode类型的对象
ans
,这样:
ans
.val=3,
ans
.next.val=4,
ans
.next
洛洛洛洛洛洛洛
·
2023-11-01 23:43
leetcode
LeetCode
【LeetCode】876.链表的中间节点
注意,我们返回了一个ListNode类型的对象
ans
,这样:
ans
.val=3,
ans
.next.val=4,
ans
.next.next.
Schanappi
·
2023-11-01 23:42
LeetCode刷题
链表
leetcode
数据结构
LeetCode-876. 链表的中间结点 C语言
注意,我们返回了一个ListNode类型的对象
ans
,这样:
ans
.val=3,
ans
.next.val=4,
ans
.nex
necesse
·
2023-11-01 23:05
LeetCode 876. 链表的中间结点 C++
注意,我们返回了一个ListNode类型的对象
ans
,这样:
ans
.val=3,
ans
.next.val=4,
ans
.next.next.
Yfzm_c
·
2023-11-01 23:02
LeetCode刷题
链表
leetcode
c++
LeetCode 876. 链表的中间结点(java)
注意,我们返回了一个ListNode类型的对象
ans
,这样:
ans
.val=3,
ans
.next.val=4,
ans
.next.next.val=
喜欢喝雪碧的阿埋
·
2023-11-01 23:31
数据结构OJ
leetcode
链表
算法
Leetcode 876. 链表的中间结点 c#
注意,我们返回了一个ListNode类型的对象
ans
,这样:
ans
.val=3,
ans
.next.val=4,
ans
.next.next.val=
LiCcCcCcccCcc
·
2023-11-01 23:31
Leetcode
算法c#
链表
leetcode
c#
算法
双指针
# 756 div3 E1 E2(dfs F(双指针
思路:显然他能胜利的条件就是存在一个叶子节点,111到叶子节点的距离小于kkk个阻碍到叶子节点的距离
ans
[i]
ans
[i]
ans
[i]数组表示
__Rain
·
2023-11-01 19:23
思维题
搜索
双指针
算法
图论
c++
C/C++: 二叉树叶子节点的个数 & 二叉树深度的求解
num2来标记,如果有左子结点,那么在每个循环中num1置1;同理,若有右子结点,在每个循环中num2置1;综上,每个循环中只要num1和num2都是0的时候,说明没有子结点,则可以判断是叶子结点,最终答案
ans
王小呆QAQ
·
2023-11-01 13:45
c++
c语言
算法
LeetCode-------》每日算法题,二分查找
publicintsearchInsert(int[]nums,inttarget){intn=nums.length;intleft=0;intright=n-1;intans=0;while(left=target){
ans
三思守心
·
2023-11-01 10:12
java
算法
数据结构
leetcode
2419. 按位与最大的最长子数组
publicclassSolution{publicintLongestSubarray(int[]nums){intans=1,ansMaxVal=nums[0];intmaxVal=nums[0],len=
ans
紫菜(Nori)
·
2023-11-01 07:23
数据结构与算法
算法
leetcode
数据结构
力扣每日一题90:子集
示例1:输入:nums=[1,2,2]输出:[[],[1],[1,2],[1,2,2],[2],[2,2]]示例2:输入:nums=[0]输出:[[],[0]]提示:1>
ans
;vectortemp;voidbacktrack
暴力递归战士
·
2023-11-01 06:46
LeetCode每日一题
leetcode
算法
职场和发展
Python算法例3 检测2的幂次
3.代码实现#采用UTF-8编码格式#参数n是一个整数#返回True或者FalseclassSolution:defcheckPowerOf2(self,n):
ans
=1foriinrange(31):
北辰Charih
·
2023-11-01 05:40
Python算法
python
算法
开发语言
LeetCode刷题---最长回文子串
方法一:暴力破解classSolution{publicStringlongestPalindrome(Strings){if(s.length()maxLen){maxLen=j-i;
ans
=s.substring
肥大毛
·
2023-11-01 04:19
LeetCode刷题
leetcode
算法
职场和发展
LeetCode刷题---简单组(六)
爬楼梯解法一题目一69.x的平方根解法一classSolution(object):defmySqrt(self,x):""":typex:int:rtype:int"""ifx==0:return0
ans
小馒头学python
·
2023-11-01 02:15
LeetCode刷题
leetcode
算法
职场和发展
275. H 指数 II——二分查找
;intleft=0,right=n-1;intans=0;//初值为0可以处理一些特殊情况while(left=n-midif(citations[mid]>=n-mid){right=mid-1;
ans
The_Dan
·
2023-10-31 21:12
力扣每日刷题
排序算法
leetcode
二分查找
c++
代码随想录算法训练营第五十六天|1143.最长公共子序列 ● 1035.不相交的线 ● 53. 最大子序和 动态规划
strlen(text1);intlen2=strlen(text2);intdp[len1+1][len2+1];for(inti=0;iresult)result=count;if(countans)
ans
is_xiaotian
·
2023-10-31 13:49
代码随想录算法
动态规划
算法
c语言
leetcode
LeetCode 829.连续整数求和 每日一题
示例2:输入:n=9输出:3解释:9=4+5=2+3+4示例3:输入:n=15输出:4解释:15=8+7=4+5+6=1+2+3+4+5提示:10){sum-=t;t++;}if(sum==0)
ans
+
@小红花
·
2023-10-31 11:15
LeetCode
leetcode
算法
职场和发展
PTA | 浙大版《Python程序设计》题目集 | 题解汇总
0foriinrange(1,n+1):number=number*10+asum+=numberreturnsum6-2defprime(k):ifk==1:return0x=2whilex*x0:
ans
Sdchr28
·
2023-10-31 05:18
python
程序设计
字符串
四数之和-力扣18-java排序+双指针
b],nums[c],nums[d]](若两个四元组元素一一对应,则认为两个四元组重复):0>fourSum(int[]nums,inttarget){intlen=nums.length;List>
ans
TLJava^v^
·
2023-10-31 03:30
#
力扣-java
力扣
java
四数之和
排序
双指针
(3)检测2的幂次
2.问题示例n=4,返回True;n=5,返回False3.代码实现#参数num是一个整数#返回是True和FalseclassSolution:defcheckPowerOf2(self,num):
ans
彩虹直至黑白_Joon
·
2023-10-31 03:22
编写程序, 输入一个大于 2 的自然数, 然后输出小于该数字的所有素数组成的列表。
foriinrange(2,int(x**0.5)+1,1):ifx%i==0:returnFalsereturnTrueans=[]n=eval(input())foriinrange(2,n,1):ifgan(i):
ans
.a
夭辰
·
2023-10-30 22:16
python
02 数组 有序数组的平方+长度最小的子数组
第二天力扣977.有序数组的平方双指针法Python版本classSolution:defsortedSquares(self,nums:List[int])->List[int]:n=len(nums)
ans
一蓑烟雨6
·
2023-10-30 21:17
leetcode
算法
python
AcWing第 127 场周赛 - AcWing 5283. 牛棚入住+AcWing 5284. 构造矩阵 - 模拟+快速幂+数学
include#include#include#include#includeusingnamespacestd;constintN=1e5+10;#definede(x)cout>n>>a>>b;c=0;
ans
JYWsuperman
·
2023-10-30 20:23
算法/思维
基础刷题
#
算法
Speex的移植和简单使用
3A:声学回声消除(AEC)、背景噪声抑制(
ANS
)、自动增益控制(AGC)三种音频算法的合称个人尝试之后发现,背景噪声消除效果较好,AEC和AGC似乎没什么用。。一、sp
椰子~
·
2023-10-30 17:13
linux
音视频
leetcode 238. 除自身以外数组的乘积
classSolution{public:vectorproductExceptSelf(vector&nums){intans=1;vectorleft;left.push_back(
ans
);for
奋起的熊猫
·
2023-10-30 15:03
leetcode
leetcode
算法
Lucas定理
includeusingnamespacestd;#definelllonglongintt;llA[100010];llkpow(lla,intb,intp){llans=1,now=a;inti=b;while(i){if(i%2==1){
ans
xxslml
·
2023-10-30 13:18
每日一题 275. H 指数 II(中等,二分)
classSolution:defhIndex(self,citations:List[int])->int:iflen(citations)==0:return0l,r=0,citations[-1]
ans
eyvr
·
2023-10-30 13:33
用Python刷力扣
算法
python
leetcode
matlab中isnan函数
的情况:任何关于NaN的运算,加减法:(+inf)+(-inf)乘法:0*inf除法:0/0;inf/infRemainder(余数):rem(x,y),其中y为0或x为inf>>inf+(-inf)
ans
安安csdn
·
2023-10-30 12:19
matlab
matlab
isnan
leetcode47
include#include#includeusingnamespacestd;classSolution{vectorvis;public:voidbacktrace(vector&nums,vector>&
ans
Nahida_nora
·
2023-10-30 10:32
Leetcode
递归
算法
c++
leetcode
【题解】[GenshinOI Round 3 ]P9817 lmxcslD
所以先打了一个最傻的代码上去试试.voidsolve(){cin>>n>>k;cout>n>>k;intans=0;intnn=n;while(n){for(inti=n;i>=1;i--){if(get(i)){
ans
Bamboo_Day
·
2023-10-30 08:50
C++入门基础教程
刷题笔记
c++
算法
笔记
计算2的幂题解(两种方法)及变式
0≤n#includeintmain(){intn,
ans
;scanf("%d",&n);
ans
=
SpringPie812024
·
2023-10-30 08:44
水题
c++
「DP Rec.」[USACO21JAN] Uddered but not Herd G
正难则反,可以考虑将
Ans
\rmAnsAns转化为n−
Zillion X
·
2023-10-30 08:40
状压DP
第 369 场周赛 (3题,递归式动态规划)
第一题简单题,就不多写了classSolution:deffindKOr(self,nums:List[int],k:int)->int:
ans
=[0]*31forninnums:foriinrange
eyvr
·
2023-10-30 07:48
用Python刷力扣
动态规划
算法
leetcode
python
牛客题霸--进制转换
因为M进制的数第一位时M0M^0M0,第二位时M1M^1M1,第三位M2⋯M^2\cdotsM2⋯所以如果10进制的数n大于MkM^kMk(k是最大的,即n=0;--i)
ans
.push_back(tmp
mjt233
·
2023-10-30 02:29
c++
编程语言
leetcode
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
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
其他