Hi all,

I need some advise about the program that I am going to write. I'll try to explain it briefly. There is going to be an array, such as ;

[ 0 1 2 3 4 5 6]

and each array element going to have a link list(separate link lists).

My first question is; is that possible?If it is, could you explain it briefly with a simple language?If it is not possible, what alternatives do I have?

The image that I added is a example of what I want to do.

Thanks from now.