ss-stack
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i ss-stack

Weekly Downloads

599

Version

1.0.8

License

none

Unpacked Size

72.2 kB

Total Files

11

Last publish

Collaborators

  • jscon