We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7243d49 commit 0ab560bCopy full SHA for 0ab560b
14_树与二叉树/tree/index.html
@@ -489,6 +489,8 @@ <h1 id="_10">延伸阅读</h1>
489
<h1 id="leetcode">Leetcode</h1>
490
<p>使用树的层序遍历我们能实现一个树的左右视图,比如从一个二叉树的左边能看到哪些节点。
491
请你尝试做这个练习题 https://leetcode.com/problems/binary-tree-right-side-view/description/</p>
492
+<p>根据二叉树的 前序和后序遍历,返回一颗完整的二叉树。
493
+https://leetcode.com/problems/construct-binary-tree-from-preorder-and-postorder-traversal/submissions/</p>
494
495
</div>
496
index.html
@@ -581,5 +581,5 @@ <h2 id="_21">本电子书制作和写作方式</h2>
581
582
<!--
583
MkDocs version : 1.0.4
584
-Build Date UTC : 2018-12-24 02:34:11
+Build Date UTC : 2018-12-24 05:05:56
585
-->
search/search_index.json
sitemap.xml.gz
0 Bytes
0 commit comments