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

Add data structure Trie #243

Open deepanshululla opened 3 years ago

deepanshululla commented 3 years ago

I see the trie data structure is not implemented. Are there any plans that want to implement that in future or I can create one.

marchant commented 3 years ago

No and I don’t think so, but feel free to propose one. That said, there are a certain number of shared behavior collections provide that would be expected to be there to maintain api integrity beyond just a trie being a trie.