Skip to content

adharmic/linked-list-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple linked list made in javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published