ss-queue

[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php) [![npm version](https://badge.fury.io/js/ss-queue.svg)](https://badge.fury.io/js/ss-queue)


License
MIT
Install
npm install ss-queue@1.0.5

Documentation

ss-queue

MIT Licence npm version

Data Structure Serial - Queue

  • written in Typescript
  • inner use Singly-Linked List;
  • fully tested

Refer:

Installation

Node.js / Browserify

npm install ss-queue --save
var Queue = require('ss-queue');

Global object

Include the pre-built script.

<script src="./dist/index.umd.min.js"></script>

Build & test

npm run build
npm test

document

npm run doc

then open the generated out/index.html file in your browser.

License

MIT.