发布时间:2015-10-14 21:50:29
<span style="font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:13px;line-height:normal;white-space:normal;">二叉树的根结点(根据三种遍历)只可能在左右(子树)之间,或这左子树的左边,或右子树的右边。 <br />如果已知先序和中序(如果是中序和后序已知也可以,注意:如果是前序和后序.........【阅读全文】
发布时间:2015-10-01 21:17:28
break的作用是跳出这个循环(如果这个break或者continue在循环中的if语句里.........【阅读全文】
发布时间:2015-09-30 11:06:53
<br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code778')">此处</span>)折叠或打开</p></div><div id="code778" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" start="1" class="dp-css"><li><span style=.........【阅读全文】