Package dsa.lib.utils

Class BinaryTreeUtils

java.lang.Object
dsa.lib.utils.BinaryTreeUtils

public final class BinaryTreeUtils extends Object
  • Method Details

    • toString

      public static <Tree, Node> String toString(Tree tree, Function<Tree,Node> getRoot, String indent)