listlib
Singly linked, doubly linked, and circular LinkedList
Singly linked, doubly linked, and circular LinkedList
A simple, singly-linked, scheme-like list implementation based on SRFI-1 for JavaScript and TypeScript.
A package implementing Circular Linked List data structure with various important methods.