This Wikipedia article about binomial heaps says that binomial heap is a collection of binomial trees.
But this implementation uses only one tree. So I'm confused - is this implementation a binomial heap? If so, how does it get away with just using one tree?