Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 424 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 424 Bytes

##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