发表评论取消回复
相关阅读
相关 【最短路径生成树】ABC252 E - Road Reduction
[E - Road Reduction (atcoder.jp)][E - Road Reduction _atcoder.jp] 题意: ![6800b3df7f9c46
相关 【树链剖分+MST】CF609E
[Problem - E - Codeforces][] 题意: ![fbe0cef7c58548ce9f56c897e1888230.png][] 思路: 先把全局的
相关 Codeforces 750E 线段树DP
题意:给你一个字符串,有两种操作:1:把某个位置的字符改变。2:询问l到r的子串最少需要删除多少个字符,使得这个子串含有2017子序列,并且没有2016子序列? 思路:线段树
相关 Codeforces Round #629 (Div. 3) E. Tree Queries LCA
题目链接:https://codeforces.com/contest/1328/problem/E 题意:给你一棵树,多次询问每次给你一个集合,问你能否选一条链使得集合所
相关 CodeForces125E MST Company(根限度为k的最小生成树+二分)
The MST (Meaningless State Team) company won another tender for an important state refor
相关 CodeForces - 609D (二分!二分!)
D. Gadgets for dollars and pounds time limit per test 2 seconds memory limit per test
相关 CodeForces - 609E(最下生成树+lca)
E. Minimum spanning tree for each edge time limit per test 2 seconds memory limit per
相关 CodeForces - 474E dp+离散+线段树优化
[这个题][Link 1] 跟[这个题][Link 2]类似,都是一维dp,n^2复杂度,但是需要优化, 感觉这种题数据小点1e4的话优化成nsqrt(n)就可以,1e5的
相关 codeforces 914E 树上点分治
https://codeforc.es/contest/914/problem/E 题解: 首先,这个是一个可减的信息,需要容斥去做 对于信息而言,显然是状压保存,然后用
相关 Codeforces 1111E DP + 树状数组 + LCA + dfs序
题意:给你一颗树,有q次询问,每次询问给你若干个点,这些点可以最多分出m组,每组要满足两个条件:1:每组至少一个点,2:组内的点不能是组内其它点的祖先,问这样的分组能有多少个?
还没有评论,来说两句吧...