Good question. I figured the obvious thing to do would be a red-black (or green in this case) tree, but that isn't one.
Also, what about the "heap"? When people say "heap", they usually mean a Binary Heap, but the tree of presents is not a Binary Heap. It is also not a Binomial Heap. It might be a possible state of a Fibonacci Heap; I'm not sure.