ss-stack
v1.0.8
Published
[](https://opensource.org/licenses/mit-license.php) [](https://badge.fury.io/js/ss-stack)
Downloads
59,137
Readme
ss-stack
Data Structure Serial - Queue
- written in Typescript
- inner use Singly-Linked List;
- fully tested
Refer:
Installation
Node.js / Browserify
npm install ss-stack --savevar Stack = require('ss-stack');Global object
Include the pre-built script.
<script src="./dist/index.umd.min.js"></script>
Build & test
npm run buildnpm testdocument
npm run docthen open the generated out/index.html file in your browser.
License
MIT.
