How do you guys print out a binary tree?

bayerj bayerj at in.tum.de
Wed Apr 19 13:49:59 EDT 2006


The problem is that you cannot represent a matrix as a tree, due to the
fact that there are more than one tree for a matrix.

First you have to decide, how you will turn the matrix into a tree.




More information about the Python-list mailing list