js-sorted-set
js-sorted-set copied to clipboard
Sorted set data structures in JavaScript
Results
12
js-sorted-set issues
Sort by
recently updated
recently updated
newest added
trafficstars
Would be nice if this implemented the default .add, .delete and .has at least, bonus points for the iterator... https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set
A great improvement could be adding an optional initial data argument to the constructor, or an initialize method to add an an initial data set. While the runtime would still...