combinat-diagrams-0.2: Graphical representations for various combinatorial objects
Math.Combinat.Diagrams.Trees.Binary
Description
Binary trees.
For example, map drawBinTree_ (binaryTrees 4) produces the diagrams:
map drawBinTree_ (binaryTrees 4)
drawBinTree_ :: forall a b. (Backend b V2 Double, Renderable (Path V2 Double) b) => BinTree a -> QDiagram b V2 Double Any Source