1.0.1 • Published 2 years ago
@anthonio/linked-list v1.0.1
linked-list
- Vanilla Typescript DoublyLinkedList library.
- Array Similarity experience.
- Iterator support.
- Rich Api interface.
- Test keep it stable.
Simple usages
import { LinkedList } from ""
const myList = new LinkedList([1, 2, 3])