Socket
Socket
Sign inDemoInstall

ss-linked-list

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

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)


Version published
Weekly downloads
448
decreased by-19.42%
Maintainers
1
Install size
164 kB
Created
Weekly downloads
 

Changelog

Source

1.1.5 (2019-07-24)

Features

  • 🎸 功能新增: 新增 find 方法 (3c72876)

<a name="1.1.4"></a>

Readme

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

Last updated on 24 Jul 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc