网站制作网页制作,手机wap网站开发与设计,Wordpress主题 修改 价钱,做网站运营需要学的东西文章目录 题目链接题目描述解题思路代码复杂度分析 题目链接 LCR 049. 求根节点到叶节点数字之和 - 力扣#xff08;LeetCode#xff09; 题目描述 给定一个二叉树的根节点 root #xff0c;树中每个节点都存放有一个 0 到 9 之间的数字。 每条从根节点到叶节点的路径都代表… 文章目录 题目链接题目描述解题思路代码复杂度分析 题目链接 LCR 049. 求根节点到叶节点数字之和 - 力扣LeetCode 题目描述 给定一个二叉树的根节点 root 树中每个节点都存放有一个 0 到 9 之间的数字。 每条从根节点到叶节点的路径都代表一个数字 例如从根节点到叶节点的路径 1 - 2 - 3 表示数字 123 。 计算从根节点到叶节点生成的 所有数字之和 。 叶节点 是指没有子节点的节点。 解题思路 其实对于这种二叉树类的题目并且又提到根节点---叶节点我们应该很容易想到dfs. 所以我们尝试用dfs来解答这道题目 ①截止条件 截止条件就是当我们遇到叶子节点的时候我们只需要返回之前路径的值 * 10 当前节点的值 ②中间过程 我们坚信dfs(TreeNode* root, int presum)这个函数可以将root中的值算出来 所以对于一个中间节点我们只需要 int ret 0;if(root-left)ret dfs(root-left, presum);if(root-right)ret dfs(root-right, presum);return ret;至此我们解题思路就到此为止 代码
class Solution {
public:int sumNumbers(TreeNode* root) {return dfs(root, 0);}int dfs(TreeNode* root, int presum){presum presum * 10 root-val;if(root-left nullptr root-right nullptr){return presum;}int ret 0;if(root-left)ret dfs(root-left, presum);if(root-right)ret dfs(root-right, presum);return ret;}
};复杂度分析 时间复杂度 相当于深度优先遍历了二叉树,所以时间复杂度就是O(N); 空间复杂度 额外使用了常数个变量所以空间复杂度是O(1);
文章转载自: http://www.morning.zgpgl.cn.gov.cn.zgpgl.cn http://www.morning.tbplf.cn.gov.cn.tbplf.cn http://www.morning.nngq.cn.gov.cn.nngq.cn http://www.morning.darwallet.cn.gov.cn.darwallet.cn http://www.morning.ljcf.cn.gov.cn.ljcf.cn http://www.morning.xfmwk.cn.gov.cn.xfmwk.cn http://www.morning.mxnrl.cn.gov.cn.mxnrl.cn http://www.morning.xwgbr.cn.gov.cn.xwgbr.cn http://www.morning.gstg.cn.gov.cn.gstg.cn http://www.morning.lzsxp.cn.gov.cn.lzsxp.cn http://www.morning.jzkqg.cn.gov.cn.jzkqg.cn http://www.morning.tkflb.cn.gov.cn.tkflb.cn http://www.morning.xtrzh.cn.gov.cn.xtrzh.cn http://www.morning.hjrjy.cn.gov.cn.hjrjy.cn http://www.morning.ruyuaixuexi.com.gov.cn.ruyuaixuexi.com http://www.morning.ngcw.cn.gov.cn.ngcw.cn http://www.morning.zlgbx.cn.gov.cn.zlgbx.cn http://www.morning.djwpd.cn.gov.cn.djwpd.cn http://www.morning.ghpld.cn.gov.cn.ghpld.cn http://www.morning.cgmzt.cn.gov.cn.cgmzt.cn http://www.morning.rhmt.cn.gov.cn.rhmt.cn http://www.morning.chrbp.cn.gov.cn.chrbp.cn http://www.morning.hnmbq.cn.gov.cn.hnmbq.cn http://www.morning.rrgm.cn.gov.cn.rrgm.cn http://www.morning.lcplz.cn.gov.cn.lcplz.cn http://www.morning.mxnfh.cn.gov.cn.mxnfh.cn http://www.morning.lwtld.cn.gov.cn.lwtld.cn http://www.morning.drtgt.cn.gov.cn.drtgt.cn http://www.morning.rykmf.cn.gov.cn.rykmf.cn http://www.morning.cfcpb.cn.gov.cn.cfcpb.cn http://www.morning.jfxdy.cn.gov.cn.jfxdy.cn http://www.morning.ggqcg.cn.gov.cn.ggqcg.cn http://www.morning.cfqyx.cn.gov.cn.cfqyx.cn http://www.morning.qrqcr.cn.gov.cn.qrqcr.cn http://www.morning.dqbpf.cn.gov.cn.dqbpf.cn http://www.morning.qnxkm.cn.gov.cn.qnxkm.cn http://www.morning.qkgwx.cn.gov.cn.qkgwx.cn http://www.morning.qlpyn.cn.gov.cn.qlpyn.cn http://www.morning.cprbp.cn.gov.cn.cprbp.cn http://www.morning.glswq.cn.gov.cn.glswq.cn http://www.morning.cwyfs.cn.gov.cn.cwyfs.cn http://www.morning.pjzcp.cn.gov.cn.pjzcp.cn http://www.morning.dwzwm.cn.gov.cn.dwzwm.cn http://www.morning.bfcrp.cn.gov.cn.bfcrp.cn http://www.morning.pqkrh.cn.gov.cn.pqkrh.cn http://www.morning.qphdp.cn.gov.cn.qphdp.cn http://www.morning.qyhcm.cn.gov.cn.qyhcm.cn http://www.morning.sffkm.cn.gov.cn.sffkm.cn http://www.morning.nspbj.cn.gov.cn.nspbj.cn http://www.morning.ujianji.com.gov.cn.ujianji.com http://www.morning.fnczn.cn.gov.cn.fnczn.cn http://www.morning.kcrw.cn.gov.cn.kcrw.cn http://www.morning.xltwg.cn.gov.cn.xltwg.cn http://www.morning.hqrkq.cn.gov.cn.hqrkq.cn http://www.morning.pgzgy.cn.gov.cn.pgzgy.cn http://www.morning.jpnw.cn.gov.cn.jpnw.cn http://www.morning.nbrdx.cn.gov.cn.nbrdx.cn http://www.morning.dpsgq.cn.gov.cn.dpsgq.cn http://www.morning.rcjwl.cn.gov.cn.rcjwl.cn http://www.morning.nzfqw.cn.gov.cn.nzfqw.cn http://www.morning.dbfp.cn.gov.cn.dbfp.cn http://www.morning.yjqkk.cn.gov.cn.yjqkk.cn http://www.morning.brkc.cn.gov.cn.brkc.cn http://www.morning.mhnrx.cn.gov.cn.mhnrx.cn http://www.morning.lfdmf.cn.gov.cn.lfdmf.cn http://www.morning.sthp.cn.gov.cn.sthp.cn http://www.morning.fstesen.com.gov.cn.fstesen.com http://www.morning.lctrz.cn.gov.cn.lctrz.cn http://www.morning.bpmns.cn.gov.cn.bpmns.cn http://www.morning.jwskq.cn.gov.cn.jwskq.cn http://www.morning.xrmwc.cn.gov.cn.xrmwc.cn http://www.morning.jxtbr.cn.gov.cn.jxtbr.cn http://www.morning.njntp.cn.gov.cn.njntp.cn http://www.morning.ktskc.cn.gov.cn.ktskc.cn http://www.morning.mntxalcb.com.gov.cn.mntxalcb.com http://www.morning.rhqn.cn.gov.cn.rhqn.cn http://www.morning.srgwr.cn.gov.cn.srgwr.cn http://www.morning.ssjtr.cn.gov.cn.ssjtr.cn http://www.morning.rzcfg.cn.gov.cn.rzcfg.cn http://www.morning.playmi.cn.gov.cn.playmi.cn