connective-tissue
TypeScript icon, indicating that this package has built-in type declarations

1.4.1 • Public • Published

connective-tissue

Coverage Status Continuous Deployment Continuous Integration npm version License: MIT

connective-tissue is a collection of linked list and ring data structures implemented in and for JavaScript. The structures in this library follow the specifications of their classical counterparts; they are well-tested and optimal implementations of:

Installation

npm install connective-tissue

OR

yarn add connective-tissue

Supported Environments

connective-tissue currently supports UMD, CommonJS (node versions >= 10), and ESM build-targets

Commonjs:

const { CircularDoublyLinkedList } = require('connective-tissue');

ESM:

import { CircularDoublyLinkedList } from 'connective-tissue';

Documentation

See docs

Dependencies (0)

    Dev Dependencies (29)

    Package Sidebar

    Install

    npm i connective-tissue

    Weekly Downloads

    1

    Version

    1.4.1

    License

    MIT

    Unpacked Size

    122 kB

    Total Files

    8

    Last publish

    Collaborators

    • magister_zito