@swindle/structs
v1.0.5
Published
Implementations of common data structures.
Readme
Swindle/Structs
Swindle/Structs provides implementations for basic data structures.
Installation
To install Swindle/Structs with NPM,
npm install @swindle/structsWith yarn
yarn add @swindle/structsUsage
Swindle/Structs provide the following data structures.
- LinkList provides an implementation of a LinkList.
- PriorityQueue provides an implementation of a priority queue.
- Queue provides an implementation of a queue.
- Stack provides an implementation of a stack.
Tests
To run the tests, use the following command with NPM
npm run testwith Yarn
yarn test