Simple explanation of Frederickson's heap selection algorithm
Asked Answered
B

1

6

Is there any simple explanation of Frederickson's heap selection algorithm to find the k'th ranked element in O(k) time in a min-heap available anywhere online? If not, can anyone explain the gut of the algorithm?

Baxley answered 18/8, 2012 at 0:51 Comment(0)
G
2

Try googling "frederickson heap select".

http://160592857366.free.fr/joe/ebooks/ShareData/An%20Optimal%20Algorithm%20for%20Selection%20in%20a%20Min-Heap.pdf

Greenback answered 18/8, 2012 at 1:22 Comment(4)
I wanted something that explained the core of the algorithm in a page or 2 rather than 27 pages.Baxley
The core of the algorithm is described in about a page or two starting on page 17.Greenback
This link appears to be dead. Can you find an updated version?Ponytail
@templatetypedef: 160592857366.free.fr/joe/ebooks/ShareData/…Galvanotropism

© 2022 - 2024 — McMap. All rights reserved.