中英
先序遍历二叉树
  • 翻译

First order through the binary tree

以上为机器翻译结果,快速获取精准的人工翻译结果,建议选择有道人工翻译

  • 双语例句
  • 1
    但是不同的遍历序列或中序遍历序列或后序遍历序列有可能是相同的。
    The pre order, in order and post order traversal of every binary tree are unique, but those of different binary trees may be identical.
  • 2
    遍历是序列化的方式之一。
    One way to serialize a binary tree is to use pre-oder traversal.
  • 3
    给定和中序遍历,构造
    Given preorder and inorder traversal of a tree, construct the binary tree.
查看更多