abstract-data-types

This module aims to provide a full suite of abstract data types. At present it provides the abstract data type, Queue, Linked List, Stack, Binary Tree an Binary Search Tree.

adt-queue

This module implements the abstract data type Queue. All the standard Queue operations have been implemented (create, enqueue, dequeue, front & isEmpty).

abstract-data

A library of abstract data types for JavaScript and Node.js. Currently supports stacks and linked lists