montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

SortedMap min() and max() return the same result #202

Open allenmillen opened 6 years ago

allenmillen commented 6 years ago

Whereas they should return keys/values from different ends

hthetiot commented 6 years ago

@allenmillen Can you write a simple test here in the issue.