#Doubly Linked List# A non-fixed (only restricted by avaliable memory) data structure with add and del methods. Each item or 'node' in the list contains a pointer to the next item in the list as well the previous. Their is no first or last out rule that applies to this list as it allows the removal of any item in any order.
##License This tool is protected by the GNU General Public License v2.
Copyright Jeffrey Hann 2014