compact-sequences icon indicating copy to clipboard operation
compact-sequences copied to clipboard

Add bagMerge

Open treeowl opened this issue 4 years ago • 1 comments

Stacks, at least, can support a rather more efficient (in constant factors) unordered merge than append. This is just plain addition of the numerical representations. We might as well offer it.

treeowl avatar Aug 19 '20 07:08 treeowl

I guess all the structures support it, but it's a bit hard to imagine anyone wanting it for a queue or deque.

treeowl avatar Aug 19 '20 07:08 treeowl