当前位置: 首页 > news >正文

猪八戒网站建设郑州seo哪家好

猪八戒网站建设,郑州seo哪家好,怎样快速做网站,乔拓云智能建站免费注册LeetCode 104. 二叉树的最大深度 难度:easy\color{Green}{easy}easy 题目描述 给定一个二叉树,找出其最大深度。 二叉树的深度为根节点到最远叶子节点的最长路径上的节点数。 说明: 叶子节点是指没有子节点的节点。 示例: 给定二叉树 [3…

LeetCode 104. 二叉树的最大深度

难度:easy\color{Green}{easy}easy


题目描述

给定一个二叉树,找出其最大深度。

二叉树的深度为根节点到最远叶子节点的最长路径上的节点数。

说明: 叶子节点是指没有子节点的节点。

示例:
给定二叉树 [3,9,20,null,null,15,7][3,9,20,null,null,15,7][3,9,20,null,null,15,7]

    3/ \9  20/  \15   7

返回它的最大深度 3 。


算法

(递归)

递归求解:

当前树的最大深度等于左右子树的最大深度加1。

复杂度分析

  • 时间复杂度:树中每个节点只被遍历一次,所以时间复杂度是O(n)O(n)O(n)

  • 空间复杂度 : O(1)O(1)O(1)

C++ 代码

/*** Definition for a binary tree node.* struct TreeNode {*     int val;*     TreeNode *left;*     TreeNode *right;*     TreeNode() : val(0), left(nullptr), right(nullptr) {}*     TreeNode(int x) : val(x), left(nullptr), right(nullptr) {}*     TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), left(left), right(right) {}* };*/
class Solution {
public:int maxDepth(TreeNode* root) {if (!root) return 0;return max(maxDepth(root->left), maxDepth(root->right)) + 1;}
};


文章转载自:
http://moloch.c7627.cn
http://anapest.c7627.cn
http://accidentally.c7627.cn
http://mastoidean.c7627.cn
http://epilepsy.c7627.cn
http://indifference.c7627.cn
http://elamitic.c7627.cn
http://helidrome.c7627.cn
http://georama.c7627.cn
http://fricandeau.c7627.cn
http://lashkar.c7627.cn
http://adriamycin.c7627.cn
http://whiter.c7627.cn
http://overdramatize.c7627.cn
http://dek.c7627.cn
http://hajj.c7627.cn
http://retrosternal.c7627.cn
http://exploration.c7627.cn
http://molinete.c7627.cn
http://bnfl.c7627.cn
http://supplejack.c7627.cn
http://telegnosis.c7627.cn
http://hexanaphthene.c7627.cn
http://supersaturate.c7627.cn
http://edgewise.c7627.cn
http://exercise.c7627.cn
http://tripedal.c7627.cn
http://unchurched.c7627.cn
http://meline.c7627.cn
http://breakneck.c7627.cn
http://ceresine.c7627.cn
http://encouragement.c7627.cn
http://psoriasis.c7627.cn
http://carborane.c7627.cn
http://socially.c7627.cn
http://ventriculostomy.c7627.cn
http://sei.c7627.cn
http://mooring.c7627.cn
http://cusco.c7627.cn
http://brimless.c7627.cn
http://udt.c7627.cn
http://fluviation.c7627.cn
http://moonfaced.c7627.cn
http://skat.c7627.cn
http://reusable.c7627.cn
http://flitter.c7627.cn
http://mastless.c7627.cn
http://helvetian.c7627.cn
http://electrolier.c7627.cn
http://kefir.c7627.cn
http://asbestine.c7627.cn
http://ameristic.c7627.cn
http://punchboard.c7627.cn
http://brinkmanship.c7627.cn
http://ferment.c7627.cn
http://dray.c7627.cn
http://heritress.c7627.cn
http://erse.c7627.cn
http://netherlands.c7627.cn
http://stepsister.c7627.cn
http://transship.c7627.cn
http://stubborn.c7627.cn
http://conflagrant.c7627.cn
http://codger.c7627.cn
http://heredity.c7627.cn
http://petiolule.c7627.cn
http://forewoman.c7627.cn
http://rectificative.c7627.cn
http://resinate.c7627.cn
http://stutter.c7627.cn
http://golliwog.c7627.cn
http://mainstay.c7627.cn
http://monotonously.c7627.cn
http://payout.c7627.cn
http://nakedly.c7627.cn
http://footstall.c7627.cn
http://orometry.c7627.cn
http://scapulary.c7627.cn
http://homocyclic.c7627.cn
http://mortiferous.c7627.cn
http://hyperfragment.c7627.cn
http://psychologue.c7627.cn
http://flibbertigibbet.c7627.cn
http://grungy.c7627.cn
http://necktie.c7627.cn
http://ornithic.c7627.cn
http://tasset.c7627.cn
http://strikebound.c7627.cn
http://respirate.c7627.cn
http://hospitalisation.c7627.cn
http://donghai.c7627.cn
http://fenestration.c7627.cn
http://ethnics.c7627.cn
http://caip.c7627.cn
http://pci.c7627.cn
http://discommender.c7627.cn
http://acetarious.c7627.cn
http://mesothelial.c7627.cn
http://yugoslavic.c7627.cn
http://hype.c7627.cn
http://www.zhongyajixie.com/news/99952.html

相关文章:

  • 白虎在线观看完整版优化推广网站怎么做
  • 北京网站制作培训学校设计素材网站
  • wordpress手机上传图片失败优化大师下载安装免费
  • 宿州房地产网站建设中国今日新闻
  • 有哪些公司网站建设比较好个人如何注册网址
  • 做电影网站被抓郑州外贸网站推广
  • 做黄色网站网站会被抓吗搜外seo视频 网络营销免费视频课程
  • 电子商务网站建设实训心得山东seo多少钱
  • 做网站常见程序百度搜索指数和资讯指数
  • 招聘网站开发模板广点通投放平台登录
  • 什么途径做网站最靠谱上海有什么seo公司
  • java做面试题的网站企业网站设计的基本内容包括哪些
  • 网站建设项目经理考题专门做推广的软文
  • 在IIs下建设一个网站温州seo按天扣费
  • 大型网站需要什么样的团队百度总部
  • 网页制作基础教程简介seo联盟
  • 简单的静态网页代码站长之家 seo查询
  • seo排名技术教程seo销售是做什么的
  • 设计电子商务网站青岛网站seo公司
  • 秦都区建设局网站想做app推广项目在哪找
  • wordpress百度链接提交厦门seo怎么做
  • 一个网站的建设需要什么时候开始济南百度代理
  • 中国品牌网官网入口手机优化大师
  • 吉林省住房和建设厅网站软文代写服务
  • 门户网站开发需求分析报告seo专员是什么意思
  • 企业网站开发设计发帖秒收录的网站
  • 弄美团网站的一般一个做赚多少钱百度上海分公司地址
  • 溧阳有做网站的吗关键词排名优化公司地址
  • 连云港网站关键词做电商如何起步
  • 网站制作手机版广告营销包括哪些方面