Generalized Linked List
A Generalized Linked List L, is defined as a finite sequence of n>=0 elements, l1, l2, l3, l4, ..., ln, such that li are either item or the list of items. Thus L = (l1, l2, l3, l4, ..., ln) where n is total number of nodes in the list. Â To represent a list of items there are certain assumptions a