牛客387239580号
牛客387239580号
全部文章
题解
归档
标签
去牛客网
登录
/
注册
牛客387239580号的博客
全部文章
/ 题解
(共1篇)
二叉树
北京大学复试上机题(二叉树)可采用分治的方法,先统计m点的节点数,然后递归地统计m左子树和右子树的节点数,当节点编号大于n时,递归返回。 #include <bits/stdc++.h> using namespace std; int sum = 0; // 欲输出的节...
2021-02-18
0
578