@data-structure-algebra/singly-linked-list
v0.0.1
Published
Singly linked list for JavaScript
Downloads
79
Readme
:izakaya_lantern: @data-structure-algebra/singly-linked-list
Singly linked lists for JavaScript. See docs. Parent is js-data-structures.
:warning: Depending on your environment, the code may require
regeneratorRuntime
to be defined, for instance by importing regenerator-runtime/runtime.
import {from} from '@data-structure-algebra/singly-linked-list';
let list = from('abc');