「postorder」を含む例文一覧(5)

  • uses postorder to mean "after the left subtree, but before the right subtree".
    においては、postorder は「左の部分木の後で、右の部分木の前」を意味している。 - JM
  • Some authorities would call this "inorder", and reserve "postorder" to mean "after both subtrees".
    しかし、人によってはこれを "inorder" と呼んで、"postorder" を「両方の部分木の後」とする場合もある。 - JM
  • (More commonly, preorder, postorder, and endorder are known as preorder, inorder, and postorder: before visiting the children, after the first and before the second, and after visiting the children.
    (より一般的には、preorder, postorder, endorder はpreorder, inorder, postorder として知られている:それぞれ、子要素を辿る前・最初の子要素を辿った後かつ 2 番目の子要素を辿る前・子要素を辿った後ということを表している。 - JM
  • The second is an integer which takes on the values preorder, postorder, and endorder depending on whether this is the first, second, or third visit to the internal node, or leaf if it is the single visit to a leaf node.
    2 つ目の引数には、内部ノードの場合は訪問回数に応じてpreorder, postorder, endorder が、葉の場合は leaf が与えられる。 - JM
  • In contrast with preorder traversal, which visits the root first, postorder traversal visits the root last.
    根を真っ先に訪れる先順走査と対照的に、後順走査は根を最後に訪れる。 - コンピューター用語辞典

例文データの著作権について