Copyright | Copyright (C) 2021 Yoo Chung |
---|---|
License | GPL-3.0-or-later |
Maintainer | dev@chungyc.org |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Some solutions to Problems.P58 of Ninety-Nine Haskell Problems.
Synopsis
- symmetricBalancedTrees :: Int -> [Tree ()]
Documentation
symmetricBalancedTrees :: Int -> [Tree ()] Source #
Construct all symmetric, completely balanced binary trees with a given number of nodes.