Heap - specialized tree (usually binary) data structure adhere, conform to heap property: parent node key is greater(less) then child nodes for two heap types max heap (min heap)
Used in heap sort algorithm and Dijkstras graph algorithm
Heap Sort - use max-heapify alg N times
Heap (data structure) - Wikipedia, the free encyclopedia:
Used in heap sort algorithm and Dijkstras graph algorithm
Heap Sort - use max-heapify alg N times
Heap (data structure) - Wikipedia, the free encyclopedia:
No comments:
Post a Comment