public class BinaryTreePrinter<T> extends Object
public void print(T root) throws IOException
IOExceptionpublic void print(List<T> trees, int lineWidth) throws IOException
trees - the multiple treelineWidth - 行的宽度:小于该宽度则多棵树水平排列,否则换行后再来打印下一棵树IOExceptionCopyright © 2023. All rights reserved.