Difference between revisions of "Talk:Binary heap"

From PEGWiki
Jump to: navigation, search
(Created page with "This is the first time I have seen an average case analysis of the binary heap operations, and it is very helpful to know what they are since it shows that in practical real-worl...")
(No difference)

Revision as of 14:20, 10 October 2012

This is the first time I have seen an average case analysis of the binary heap operations, and it is very helpful to know what they are since it shows that in practical real-world applications, it is probably better than many other structures mainly because of the low constants involved. Plus, the average case analysis helps analyze the average case running time of other algorithms that use the binary-heap as an auxiliary data structure.