Statements (31)
Predicate | Object |
---|---|
gptkbp:instanceOf |
Data structure
|
gptkbp:hasProperty |
Complete binary tree
Heap property |
gptkbp:hasType |
Max-heap
Min-heap |
https://www.w3.org/2000/01/rdf-schema#label |
Heap
|
gptkbp:implementedIn |
Array
Binary tree |
gptkbp:introducedIn |
1964
|
gptkbp:inventedBy |
gptkb:J._W._J._Williams
|
gptkbp:operator |
Delete
Insert Find-max Find-min |
gptkbp:relatedTo |
Fibonacci heap
Binary heap Binomial heap Pairing heap |
gptkbp:timeComplexityDelete |
O(log n)
|
gptkbp:timeComplexityFindMax |
O(1)
|
gptkbp:timeComplexityFindMin |
O(1)
|
gptkbp:timeComplexityInsert |
O(log n)
|
gptkbp:usedFor |
gptkb:Heap_sort
Priority queue |
gptkbp:usedIn |
gptkb:Prim's_algorithm
gptkb:Dijkstra's_algorithm gptkb:Heapsort Computer science |
gptkbp:bfsParent |
gptkb:Asana
gptkb:Postman |
gptkbp:bfsLayer |
5
|