Padovan heaps

02/27/2019
by   Vladan Majerech, et al.
0

We analyze priority queues of Fibonacci family. The paper is inspired by Violation heap [1], where A. Elmasry saves one pointer in representation of Fibonacci heap nodes while achieving the same amortized bounds as Fibonacci heaps [2] of M. L. Fredman and R. E. Tarjan. Unfortunately author forces the heaps to be wide, what goes against optimal heap principles. Our goal is to achieve the same result, but with much narrower heaps. We follow the principle of superexpensive comparison so we try to remember results of all comparisons and never compare elements that cannot be minimal. We delay comparisons as long as possible. Actually I have always want to share superexpensive comparison principle ideas, discovery of Padovan heaps allowed me to do so. Of course saving one pointer is not that big goal, but I hope the presented reasoning and amortized analysis of the resulting heaps is worth a publication.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/11/2019

Information carefull worstcase DecreaseKey heaps with simple nonMeld variant

We analyze priority queues including DecreaseKey method in its interface...
research
05/04/2017

Measurement of authorship by publications: a normative approach

Administrators in all academic organizations across the world have to de...
research
04/06/2018

Comparing Dependencies in Probability Theory and General Rough Sets: Part-A

The problem of comparing concepts of dependence in general rough sets wi...
research
06/11/2022

Lower Bounds for Sorting 16, 17, and 18 Elements

It is a long-standing open question to determine the minimum number of c...
research
05/20/2018

Network Learning with Local Propagation

This paper presents a locally decoupled network parameter learning with ...
research
05/16/2018

The Drinker Paradox and its Dual

The Drinker Paradox is as follows. In every nonempty tavern, there is ...
research
03/09/2020

Anna Karenina and The Two Envelopes Problem

The Anna Karenina principle is named after the opening sentence in the e...

Please sign up or login with your details

Forgot password? Click here to reset