Given a value aValue, returns a boolean telling if the value is effectively a binomial heap.
aValue
A binomial heap is a list of binomial trees where each tree satisfies the binomial tree properties and the ranks of the trees are in increasing order.
the value considered
Given a value
aValue, returns a boolean telling if the value is effectively a binomial heap.A binomial heap is a list of binomial trees where each tree satisfies the binomial tree properties and the ranks of the trees are in increasing order.