홈 > Term: binary priority queue
binary priority queue
A priority queue implemented with a binary tree having the following restrictions:
- The key of a node is greater than keys of its children, i.e., it has the heap property.
- If the right subtree is not empty, the left subtree is not empty.
- If there are both left and right children, the left child's key is greater than the right child's key.
- 품사: noun
- 분야/도메인: 컴퓨터 과학
- 카테고리: Algorithms & data structures
- Government Agency: NIST
0
작성자
- GeorgeV
- 100% positive feedback