mauriciosantos / Buckets-JS

A complete, fully tested and documented data structure library written in pure JavaScript.
MIT License
1.25k stars 112 forks source link

Question: Sorted dictionary #14

Closed sgpinkus closed 8 years ago

sgpinkus commented 8 years ago

Does this library provide a sorted dictionary type like C++ STL map? Or ... just use BST?