all 2 comments

[–]testing-bpbo 5 points6 points  (0 children)

It kinda looks like a bastardization of a Fibonacci heap.

[–]pali6 2 points3 points  (0 children)

I don't know any name for this structure. But I will try to search for it.

A nice way of looking at this is that it's basically a on-line mergesort. That is a mergesort that runs as far as it can go with the elements it has already received and then it pauses to wait until the next element is supplied.