• 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.

    Parameters

    • aValue: any

      the value considered

    Returns boolean

    • if aValue is indeed a binomial heap