LJ147 / BinaryTree

Basic BinaryTree function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BinaryTree

Basic BinaryTree function

###基于C++的模板template实现以下功能:

#####(1) 设计递归算法,实现下列运算:删除一棵二叉树,求二叉树的高度,求叶子结点数,复制一棵二叉树,交换每个分支结点的左右子树。 #####(2) 设计对二叉树进行层次遍历的算法。

About

Basic BinaryTree function


Languages

Language:C++ 100.0%