1.0.8 • Published 5 years ago

ss-stack v1.0.8

Weekly downloads
30
License
-
Repository
github
Last release
5 years ago

ss-stack

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-stack --save
var Stack = require('ss-stack');

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.

1.0.8

5 years ago

1.0.7

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago