Home > 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
- Κλάδος/Τομέας: Υπολογιστές
- Category: Αλγόριθμοι & δομές
- Government Agency: NIST
0
Δημιουργός
- GeorgeV
- 100% positive feedback