Re: hi
- From: serrand <xavier.serrand@xxxxxxx>
- Date: Tue, 31 Jan 2006 14:38:14 +0100
Ganga wrote:
Can anybody tell me how to find out middle node of a link list without traversing all the nodes.
It depends on your link list structure... Some ideas : store the number of nodes in the first (pseudo) node
but it's not c specific... just read the usages of this faq before posting ;-)
Xavier .
- References:
- hi
- From: Ganga
- hi