series of linked lists

How do you make a series of linked list without having to create them one by one. If I wanted to make a certain number of linked lists containing each a number of start time, lets say, how would I do that?

every linked list would have the exact same structure, but would have a different number of elements (different size lists).

Can I create a master structure (named node) and modify only the second part (node 1, node 2,...) node 1, node 2, ... would be linked lists.
Topic archived. No new replies allowed.