JSPM

@list-abstraction/doubly-linked-list

8.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q29137F
  • License AGPL-3.0

Doubly linked list for JavaScript

Package Exports

  • @list-abstraction/doubly-linked-list

Readme

🍢 @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 = new DoublyLinkedList( ) ;
for (const value of 'abc') list.push(value);

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