TreeLayoutBuilderKnuth

public struct TreeLayoutBuilderKnuth: TreeLayoutBuilder

Builds simple layout for binary trees, without bothering too much about both minimal width and the aesthetics. Runs in O(n) time.