@swindle/structs
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

Swindle/Structs

Swindle/Structs provides implementations for basic data structures.

Installation

To install Swindle/Structs with NPM,

npm install @swindle/structs

With yarn

yarn add @swindle/structs

Usage

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 test

with Yarn

yarn test

Readme

Keywords

none

Package Sidebar

Install

npm i @swindle/structs

Weekly Downloads

7

Version

1.0.5

License

MIT

Unpacked Size

159 kB

Total Files

170

Last publish

Collaborators

  • patricklumenus