[보고서] 트리와 이진트리의 차이점 / Chapter 5 Trees 5.1 Introdu
페이지 정보
작성일 20-10-14 08:04
본문
Download : 트리와 이진트리의 차이점.hwp
Chapter 5 Trees 5.1 Introduction 5.1.1 T...
레포트 > 기타
Download : 트리와 이진트리의 차이점.hwp( 65 )
순서





레포트 트리와 이진트리의 차이점 / Chapter 5 Trees 5.1 Introdu
Chapter 5 Trees 5.1 Introduction 5.1.1 T...
[보고서] 트리와 이진트리의 차이점 / Chapter 5 Trees 5.1 Introdu
Chapter 5 Trees .1 Introduction .1.1 Terminology(용어) - Definition of tree(트리의 定義(정이)) A tree is a finite set of one or more nodes such that (1) There is a specially designated node called the root. (2) The remaining nodes are partitioned into n≥0 disjoint sets T1,‥, Tn, where each of these sets is a tree T1,‥, Tn, are called the subtrees of the root. Level1234 - A node(노드) stands for the item of information and the branches to other nodes. root node(근노드) subtree(부트리) - The degree of a node is the number of subtrees of the node.(노드의 차수). - The degree of a tree is the maximum degree of the nodes in the tree.(트리의 차수) - A node with degree zero is a leaf or terminal node.(단말노드) nonterminal node(비단말노드) - A node that has subtrees is the parent of the roots of the subtrees,(부노드) and the roots of the subtrees are the children of the node.(자노드 child node) sib...
설명
다.