standard-data-structures
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

standard-data-structures

Build Status npm

A collection of standard data-structures for node and browser

Index

Installation

npm:

npm i standard-data-structures --save

yarn:

yarn add standard-data-structures

Usage

import {immutable} from 'standard-data-structures'

const list = immutable.List.of(10) // creates a singly linked list

list.forEach(console.log) // runs the specified function on each item of the list

Package Sidebar

Install

npm i standard-data-structures

Weekly Downloads

735

Version

4.0.0

License

ISC

Unpacked Size

1.04 MB

Total Files

53

Last publish

Collaborators

  • tusharmathur