Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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)

  • 1.1.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.3K
increased by0.44%
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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc