ss-queue
v1.0.5
Published
[![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)
Downloads
9,070
Readme
ss-queue
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.