Skip to content

danielviorreta/singlylinkedlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singly Linked List implementation in Java

A linked list is a data structure consisting of a group of nodes which together represent a sequence: http://en.wikipedia.org/wiki/Linked_list

It has iterative and recursive reverse method. Full test provided.

About

Singly Linked List

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages