x3-linkedlist
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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?

Package Sidebar

Install

npm i x3-linkedlist

Weekly Downloads

8,433

Version

1.2.0

License

MIT

Unpacked Size

60.9 kB

Total Files

15

Last publish

Collaborators

  • bdreissig