Merging two binomial queues
1. Add the two queues together
2. If one queue has a binomial tree of height k and the other doesn't, use the tree from the first queue
3. If both queues have a binomial tree of height k, merge them by making the larger root a subtree of the smaller, creating a binomial tree of height k+1
4. Keep one binomial tree of each height in the merged queue