📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

x3-linkedlist

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

x3-linkedlist

A doubly linked list implementation

1.2.0
latest
Source
npm
Version published
Weekly downloads
5.9K
-16.5%
Maintainers
1
Weekly downloads
 
Created
Source

Intro

This is a linked list implementation for NodeJS written in TypeScript.

How to use

const list = new LinkedList([1, 2, 3, 4]);
console.log("content:", list.join(" -> "));

See docs/typedoc for further infos.

Builds?

Keywords

linkedlist

FAQs

Package last updated on 09 Apr 2020

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