Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Linked List

A linked list is a linear collection of data elements, called nodes, pointing to the next node by means of a pointer.