로그인
로그인
# parent node
총 1개의 포스트
charlie-lyc
TIL11: Data Structure - 4 [ Tree / Binary Search Tree]
Tree(트리)특징: Node(노드)로 구성된 계층적 자료 구조
BFS
Binary Search Tree
DFS
breadth first search
child node
complete binary tree
depth first search
full binary tree
inorder taversal
parent node
perfect binary tree
postorder traversal
preorder traversal
root node
sub tree
깊이 우선 탐색
너비 우선 탐색
루트 노드
부모 노드
서브 트리
완전 이진 트리
이진 탐색 트리
자식 노드
전위 순회
정 이진 트리
중위 순회
포화 이진 트리
후위 순회
2020년 10월 26일
·
0개의 댓글