> 1. by definition, a SLL has just a single pointer to the head > element, 'single linked' is just that: one *link* pointer in each list element. nothing said about how many eternal (head, tail, body, intestines) pointers exist *oustide* the list element. > 2. The way you describe the cisco structure, it sounds more like a > doubly-linked-list. a double-linked-list has two link pointers in each list element. (and again, an unspecified amount of external pointers to list elements). this is habdy when you must (often) remove an element from the middle of the list. Wouter van Ooijen -- ------------------------------------------- Van Ooijen Technische Informatica: www.voti.nl consultancy, development, PICmicro products docent Hogeschool van Utrecht: www.voti.nl/hvu -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist