js_bintrees
js_bintrees copied to clipboard
Add a multi mode
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.
+1, I suddenly need tree with possibly equal values for Treesort algorithm.