🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

ss-linked-list

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ss-linked-list

[![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-linked-list.svg)](https://badge.fury.io/js/ss-linked-list)

latest
Source
npmnpm
Version
1.1.5
Version published
Weekly downloads
4.9K
-5.17%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 24 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts