蒟蒟独行
蒟蒟独行
全部文章
分类
01分数规划(1)
AC自动机(2)
bbp(1)
cf(8)
dp(35)
FFT(4)
fleury(1)
floyd(1)
k-d树(1)
kmp(1)
kruskal重构树(1)
lca(4)
main(1)
manacher(2)
markdown(1)
st表(1)
trie(1)
一中(4)
主席树(1)
二分(2)
前缀和(1)
单调队列(1)
博弈论(3)
卡常(1)
双联通分量(5)
图论(1)
左偏树(1)
并查集(1)
强联通(2)
思维(11)
感想(6)
扫描线(1)
找规律(1)
技巧(1)
拓扑排序(2)
搜索(7)
数位dp(3)
数学(25)
斜率优化dp(1)
暴力(1)
最小树形图(1)
最短路(2)
未归档(1)
杂(15)
树(5)
树套树(2)
树形dp(4)
树状数组(5)
概率dp(1)
模拟(14)
模拟赛(2)
模板(30)
欧拉函数(1)
点分治(1)
状压dp(1)
生成树计数(1)
离散化(1)
算法复习(14)
线段树(20)
线段树合并(1)
网络流(2)
置换群(1)
虚树(1)
计算几何(1)
贪心(12)
轮廓线dp(1)
高斯消元(1)
高精度(2)
归档
标签
去牛客网
登录
/
注册
蒟蒟独行的博客
全部文章
(共291篇)
bzoj4543: [POI2014]Hotel加强版
题目 题解 #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N=100002; struct node{ int to,ne; }e[N<<1]; int n,i,x...
2020-01-21
0
578
bzoj1835: [ZJOI2010]base 基站选址
题目 题解 Solution 显然 f [ i ] ...
2020-01-21
0
298
bzoj4401: 块的计数
题目 题解 Code #include<bits/stdc++.h> using namespace std; const int N=1000002; struct node{ int to,ne; }e[N<<1]; int sz[N],x,y,tot,h[N],n...
2020-01-21
0
361
bzoj4299: Codechef FRBSUM
题目 题解
2020-01-21
0
353
loj#2286. 「WC2017」挑战
题目 题解
2020-01-21
0
447
牛客网:msc的棋盘
题目 题解 Code s [ i ] ...
2020-01-21
0
334
51nod1227 平均最小公倍数
题目 题解 Code #include<bits/stdc++.h> using namespace std; const int N=4000002,inv2=500000004,inv6=166666668,M=1e9+7; int a,b,v[255],i,j,cnt,phi[...
2020-01-21
0
300
Codeforces 806D. Perishable Roads
题目 题解1 题解2
2020-01-21
0
521
AtCoder Grand Contest 016 B - Colorful Hats
题目 Solution 这题做着挺顺,我就按我的心路历程讲下去好了 先请大家搞清楚颜色数和颜色的个数,不然看下去会觉得我讲得很奇怪 假设 m x ...
2020-01-21
0
409
洛谷P3806 【模板】点分治1
题目 不难发现树上的路径分为两类, 经过根节点 r t rt ...
2020-01-21
0
302
首页
上一页
21
22
23
24
25
26
27
28
29
30
下一页
末页