Re: hi



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
.