This package has been deprecated

Author message:

WARNING: This project has been renamed to @aureooms/js-data-structures.

aureooms-js-data-structures

6.0.0 • Public • Published

js-data-structures

![Gitter](https://badges.gitter.im/Join Chat.svg)

Playground for data structure code bricks in JavaScript. This is the twin project of js-algo.

NPM license NPM version Bower version Build Status Coverage Status Dependencies Status devDependencies Status Code Climate NPM downloads per month GitHub issues Inline docs

This project is just a playground for any data structure that doesn't fit in any of those project,

Those packages aim to provide code bricks that are as generic as possible. Some examples are a d-ary heap that can be parametrized with any d, BST's built on the same left rotate and right rotate functions, an ArrayList implementation with parametrizable allocator.

Other projects implementing data structures in JavaScript :

Other projects implementing data structures in other languages :

Other reference:

Package Sidebar

Install

npm i aureooms-js-data-structures

Weekly Downloads

3

Version

6.0.0

License

AGPL-3.0

Last publish

Collaborators

  • aureooms