binarytree 二叉树python库

今天锋哥学习到了python库中的二叉树 binarytree 

安装:

    pip   install   binarytree

安装成功后,现在我们看看他的用法:

binarytree 二叉树python库

这是一个随机生成的tree二叉树

 

binarytree 二叉树python库

这是一个bst随机生成的二叉树

 

binarytree 二叉树python库

这是heap方法生成的随机二叉树

 

binarytree 二叉树python库

这是我自己写的二叉树

 

binarytree 二叉树python库

这是通过列表生成二叉树的方法

 

binarytree 二叉树python库

binarytree 二叉树python库

这些都是binarytree库里面的些方法。

查看文档(http://binarytree.readthedocs.io/en/latest/index.html)了解更多详细信息!