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

1.1.5 • Public • Published

ss-linked-list

MIT Licence npm version

Data Structure Serial - Linked List

  • written in Typescript, with generics type templating
  • support for iterator and iterable protocols.
  • support Singly-Linked List、Doubly-Linked List; and also Circle Singly or Doubly Linked List
  • fully tested

Refer:

Installation

Node.js / Browserify

npm install ss-linked-list --save
var LinkedList = require('ss-linked-list');

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.

todo

Highly recommend article 面试精选:链表问题集锦 for more skils;

License

MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i ss-linked-list

Weekly Downloads

699

Version

1.1.5

License

none

Unpacked Size

146 kB

Total Files

16

Last publish

Collaborators

  • jscon