<t>I can just rely on my memory of c and other programming languages:There a list consists of a record, which consists of a data part and a pointer to such a record, and a root, which points to the first element of a list.Whenever you add a new element to that list, you iterate the list from the roo...