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).
adtjs
Javascript Abstract Data Types
bstree
Binary search tree implementation
abstract-data
A library of abstract data types for JavaScript and Node.js. Currently supports stacks and linked lists