Skip to content

make-github-pseudonymous-again/js-data-structures

 
 

Repository files navigation

Playground for data structure code bricks in JavaScript. This is a child project of js-library and the twin project of 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