@adharmic/linked_list
v1.0.2
Published
This is a simple singly-linked list module.
Downloads
7
Readme
This is a simple singly-linked list module.
A list contains a head node.
Nodes contain a value and a connecting node.
Custom traversal and aggregations can be created using the traverse and accumulate methods.