doublylinked

Doubly linked list implementation for JavaScript with iterator and array-like interface

ptdev-tsds

A fairly lightweight implementation of common data structures (Stacks, Queues, Lists, and Trees) in typescript that don't have native js implementations.

dllist.js

A Javascript implementation of double linked list