A node has access to its children nodes, but not to its parent. struct Node<T> { value: T, children: Vec<Node<T>>, }.
確定! 回上一頁