Preorder

  Root->Left->Right

Inorder

 Left->Root->Right

Postorder

 Left->Right->Root

'컴퓨터과학 > 자료구조' 카테고리의 다른 글

<자료구조 07>정렬  (0) 2020.10.14
<자료구조6> 수식의 표기법  (0) 2020.10.13
<자료구조04> 트리  (0) 2020.10.13
<자료구조03>데큐(데크)  (0) 2020.10.12
<자료구조02> 큐  (0) 2020.10.12

+ Recent posts