Tag: 二叉树
22 total results found
Leetcode基础刷题之PHP解析(116. Populating Next Right Pointers in Each )
博客
由 吴亲库里 发布于5 years ago
浏览数: 2417
点赞数: 1
上一题链接Leetcode基础刷题之PHP解析( 115. Distinct Subsequences) 题目描述 给定一棵二...
Leetcode基础刷题之PHP解析(113. Path Sum II)
博客
由 吴亲库里 发布于5 years ago
浏览数: 2303
点赞数: 0
上一题链接Leetcode基础刷题之PHP解析(216. Combination Sum III) 题目描述 给定一个二叉树和一个...
Leetcode基础刷题PHP解析(103. Binary Tree Zigzag Level Order Traversal)
博客
由 吴亲库里 发布于5 years ago
浏览数: 2803
点赞数: 1
2019-6-19 星期三 开始吧 上一题链接Leetcode基础刷题之PHP解析(20. Valid Parentheses...
Leetcode树的层次遍历之PHP解析(102. Binary Tree Level Order Traversal)
博客
由 吴亲库里 发布于5 years ago
浏览数: 2917
点赞数: 0
2019-5-30 星期四 开始吧 这周想把之前的关于树的题目总结一下 。 上一题链接Leetcode基础刷题之PHP解析(119....
Leetcode基础刷题之(109. Convert Sorted List to Binary Search Tree)
博客
由 吴亲库里 发布于5 years ago
浏览数: 3066
点赞数: 1
2019-3-6 星期三 那么开始吧 不要关注排版,辣眼睛 题目介绍 给定一个单链表,其中的元素按升序排序,把...
Leetcode基础刷题之(111. Minimum Depth of Binary Tree)
博客
由 吴亲库里 发布于5 years ago
浏览数: 3109
点赞数: 0
2019-3-5 星期二 开始吧 题目描述 给定一个二叉树,求二叉树的最小深度.最小深度就是从根节点出发到离他最近的...
Leetcode之(110. Balanced Binary Tree)
博客
由 吴亲库里 发布于5 years ago
浏览数: 3106
点赞数: 2
2019-3-4 星期一 开始今天的leetcode之路 题目描述 给定一个二叉树,判断它是否是一棵平衡二叉树。平衡二叉...