tree (n)~ A data structure containing zero or more nodes that are linked together in a hierarchy. If any nodes are present one node is the root; each node except the root is the child of one and only one other node and each node has zero or more nodes as children. tree ~ A hierarchical collection of nodes that can have an arbitrary number of references to other nodes.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 53 조회
- 목록
본문
tree (n)~ A data structure containing zero or more nodes that are linked together in a hierarchy. If any nodes are present one node is the root; each node except the root is the child of one and only one other node and each node has zero or more nodes as children. tree ~ A hierarchical collection of nodes that can have an arbitrary number of references to other nodes.