Doubly linked lists for JavaScript. See docs. Parent is js-data-structures.
⚠️ Depending on your environment, the code may requireregeneratorRuntime
to be defined, for instance by importing regenerator-runtime/runtime.
import {from} from '@data-structure-algebra/doubly-linked-list';
let list = from('abc');