发表评论取消回复
相关阅读
相关 863. All Nodes Distance K in Binary Tree
Given the `root` of a binary tree, the value of a target node `target`, and an integer `
相关 CodeForces 161D Distance in Tree 点分治
题目链接: [http://codeforces.com/problemset/problem/161/D][http_codeforces.com_problemset_p
相关 LeetCode - Medium - 863. All Nodes Distance K in Binary Tree
Topic Tree Depth-first Search Breadth-first Search Description [https://
相关 Codeforces Round #329 (Div. 2) D. Happy Tree Party
对于从a→b 的路径,如果边权值为1,则值不变,否则就是1≤边权值,这样的话最多除64次就为0也就不需要继续除下去了,所以问题的关键在于去压缩哪些连续的边权为1的路径,这里自然
相关 CodeForces - 723D - D. Lakes in Berland
-------------------- 题目连接:[http://codeforces.com/problemset/problem/723/D][http_codefor
相关 CodeForces - 960D Full Binary Tree Queries
题目:[点击打开链接][Link 1] 题意:无限长度的二叉树,每次操作1把包含数x的那一层整体移动k个位置,正往右,负往左,操作2把包含数x的那一层带着子树移动k个位
相关 codeforces 914E 树上点分治
https://codeforc.es/contest/914/problem/E 题解: 首先,这个是一个可减的信息,需要容斥去做 对于信息而言,显然是状压保存,然后用
相关 Codeforces 1101D 点分治
题意:有一颗树,每个点有一个点权,边权都是1,问路径上的所有点的gcd不是1的最长路径是多少? 思路:之前补这道题的时候,用分解质因数 + 树形DP做的,其实用点分治可以更暴
相关 Codeforces 343D Water Tree
题意简述 维护一棵树,支持以下操作: 0 v:将以v为跟的子树赋值为1 1 v:将v到根节点的路径赋值为0 2 v:询问v的值 题解思路 树剖
相关 Codeforces 931D Peculiar apple-tree(dfs+思维)
题目链接:[http://codeforces.com/contest/931/problem/D][http_codeforces.com_contest_931_probl
还没有评论,来说两句吧...