Skip to content

Latest commit

 

History

History

linkedlist

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

##Linked Lists A non-fixed (only restricted by avaliable memory) data structure with push and pop methods. Each item or 'node' in the list contains a pointer to the next item in the list. This structure follows the FIFO rule (first in, first out).

##License This tool is protected by the GNU General Public License v2.

Copyright Jeffrey Hann 2014