6.0.0 • Published 7 years ago

@aureooms/js-data-structures v6.0.0

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

@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