@proficient/ds
v0.3.2
Published
High-quality and essential Typescript data structures
Downloads
5,323
Maintainers
Readme
View the full documentation (docs) ▸
Overview
Installation
# npm
npm install -E @proficient/ds
# yarn
yarn add -E @proficient/ds
API
FrequencyTable
An object that can be used to efficiently store and manage the frequencies of the specified keys.
SLLQueue
A FIFO queue implemented with a singly-linked list.
StringBuilder
An object that represents a mutable sequence of characters.
Upgrading
Until we release v1, there may be breaking changes between minor versions (e.g. when upgrading from 0.2 to 0.3). However, all breaking changes will be documented and you can always use our Releases page as a changelog.
License
This project is made available under the MIT License.