9.0.1 • Published 1 year ago

@list-abstraction/doubly-linked-list v9.0.1

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
1 year ago

: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