6.0.0 • Published 9 years ago

aureooms-js-data-structures v6.0.0

Weekly downloads
2
License
AGPL-3.0
Repository
github
Last release
9 years ago

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:

6.0.0

9 years ago

5.0.3

9 years ago

5.0.2

9 years ago

5.0.1

9 years ago

5.0.0

9 years ago

4.0.0

9 years ago

3.0.0

9 years ago