wiki_research

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

depth_tree (157B)


      1 # Depth tree
      2 
      3 The depth of a [node] in a [tree] is the length of the [downward_path] from the [root] to that node (so 0 for the [root])
      4 
      5 Up: [depth], [tree]