Search results
18 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Curated collection of data structures for the JavaScript/TypeScript.
- bag
- bimap
- bit array
- bit set
- bit vector
- bitset
- bk tree
- burkhard-keller tree
- cache
- circular buffer
- counter
- data structures
- default map
- deque
- View more
Multimap classes for TypeScript and JavaScript
Library of associative containers; it implements TreeMap, TreeSet, TreeMultiMap and TreeMultiSet classes
- set
- map
- multimap
- multiset
- red
- black
- tree
- stl
- iterator
- treemap
- treeset
- lower_bound
- lowerBound
- upper_bound
- View more
Standard data structure
- data
- structure
- structures
- data structure
- datastructure
- data-structure
- data structures
- datastructures
- data-structures
- in data structures
- in data structure
- binary
- depth
- breadth
- View more
A `Map` subclass with support for multiple keys for one entry.
A bidirectional immutable MultiMap of keys and values for TypeScript
Immutable collections and tools for TypeScript
An immutable Map where each key can have multiple values
A collection of additional map-like data structures. Including a bidirectional map, a multi map, and a bidirectional multi map.
- maps
- bidirectional
- more
- multimap
- bidirectional-map
- bidirectional-mapping
- map
- mapping
- dict
- dictionary
- bidirectional-dictionary
A `WeakMap` subclass with support for multiple keys for one entry.
Event Collections
- STL
- TSTL
- standard template library
- event
- container
- iterator
- vector
- deque
- list
- vector_bool
- set
- multiset
- unordered_set
- unordered_multiset
- View more
Curated collection of data structures for the JavaScript language.
- bag
- bimap
- bit array
- bit set
- bit vector
- bitset
- bk tree
- burkhard-keller tree
- cache
- circular buffer
- counter
- data structures
- default map
- deque
- View more
Map which Allow Multiple Values for the same Key
a map-like data structure whose entry's items are unique values, each of which can be used as keys to get & set the given entry
Alias map type from lost-types series
A map where multiple keys point to a single value, and the removal of a single key removes all matching key-value pairs.
A multimap with optional type safety
Alias map type from lost-types series