wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

height (242B)


      1 # Height
      2 
      3 A [tree] consisting of only a singleton [root] node has height 0; otherwise the height is 1 plus the [maximum] of the [height] of the [rooted_subtrees] that are [children] of the [root]
      4 
      5 Up: [parameter] on [tree]
      6 
      7 See also: [depth]