shyyhs
shyyhs
全部文章
数据结构
DP专题(52)
图论(4)
多校补题(2)
数论(4)
日记(14)
未归档(38)
题解(330)
归档
标签
去牛客网
登录
/
注册
shyyhs的博客
全部文章
/ 数据结构
(共2篇)
P4178 Tree
来自专栏
第一道点分治的题目,感觉代码难写hhh,大概思路就是染色法+双指针模拟+分治吧~//.. #include <bits/stdc++.h> using namespace std; const int N=4e4+40; struct node{ int to,val; }; v...
点分治
2020-11-10
5
608
点分治题单
来自专栏
https://vjudge.net/problem/HDU-4870 pass(hint:This is a Expected DP) https://www.luogu.com.cn/problem/P4178 pass(这是一个模板题) https://vjudge.net/pro...
点分治
2020-11-09
7
754