Tag Archives: 二叉树

PHP 使用二叉树的先序和中序遍历结果构造二叉树

[php] <?php #树节点 class Node { public … Continue reading

Posted in PHP服务器脚本 | Tagged , | Leave a comment

PHP 二叉树的小操作

[php]<?php // 树节点类 class binaryTreeNo … Continue reading

Posted in PHP服务器脚本 | Tagged , | Leave a comment