Home Manual Reference Source

:oden:

@list-abstraction/doubly-linked-list

Doubly linked list for Javascript. Implements the specification in @list-abstraction/specification. Parent is js-data-structures.

import {DoublyLinkedList} from '@list-abstraction/doubly-linked-list';

let list = DoublyLinkedList.from('abc');
for (const value of list) ... ;

License Version Tests Dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size