This package has been deprecated

Author message:

WARNING: This package does not include any code. Read more at https://github.com/aureooms/js-data-structures.

@aureooms/js-data-structures

6.0.0 • Public • Published

@aureooms/js-data-structures

Playground for data structures in JavaScript. This is a child project of @aureooms/js-library and the twin project of @aureooms/js-algorithms.

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

Description

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.

Reference

A list of links and projects focusing on data structures implementation.

Projects implementing data structures in JavaScript

Projects implementing data structures in other languages

Others

Package Sidebar

Install

npm i @aureooms/js-data-structures

Weekly Downloads

0

Version

6.0.0

License

AGPL-3.0

Last publish

Collaborators

  • aureooms