이진탐색트리

1 개요[ | ]

binary search tree; BST, ordered binary tree, sorted binary tree
이진 탐색 트리
  • "왼쪽 자식 ≤ 부모 ≤ 오른쪽 자식"이라는 제약을 가진 이진 트리

 

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}