> Sorry if this has already been asked....
> 
> Are the values contained in each of the linked list's nodes unique?
> 
> That is, can multiple nodes in the linked list contain the same value?
> 
>                             -Adam Scotto

They may have the same values.  

However, the previous discussion (about casting the pointer)
gives you a way to get a unique ID for each node.  

- jeff parker


Reply via email to