js_bintrees icon indicating copy to clipboard operation
js_bintrees copied to clipboard

Add a multi mode

Open mourner opened this issue 9 years ago • 1 comments

In C++, in addition to set, there's multiset which allows duplicate values. This is important for some algorithms, so it would be nice to have an option to allow duplicates in bintrees.

mourner avatar Jun 18 '16 06:06 mourner

+1, I suddenly need tree with possibly equal values for Treesort algorithm.

Siri0n avatar Jun 21 '16 06:06 Siri0n