Misc TS data structures such as Sets, Maps and Collections
npm install ts-data-collections- Collections
- Lists: ArrayList, LinkedList
- Deque
- Stacks
- Queues
- Maps: HashMap, LinkedHashMap, OpenHashMap, SkipListMap, AvlTreeMap, SplayTreeMap
- Sets: HashSet, LinkedHashSet, OpenHashSet, SkipListSet, AvlTreeSet, SplayTreeSet