linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* circular linked list
@ 2004-03-27 14:42 MuthuKumar
  2004-03-27 20:12 ` Jad Saklawi
  0 siblings, 1 reply; 4+ messages in thread
From: MuthuKumar @ 2004-03-27 14:42 UTC (permalink / raw)
  To: linux-c-programming

Hai All,

        what is the key concept of circular linked list.

        My known method is we can do using head value of 1 (first data)
        1 - > 2 -> 3 -> 4 ->1  (4 is the last data at this chain)
        Is it correct to do the circular linked list.
        how we have to delete some value in the list.
        If i want to delete 3 means what steps we have to do.

        Is there a way to simulate the list with out having the assignment
of head.

Regards,
Muthukumar.






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-03-29 12:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-27 14:42 circular linked list MuthuKumar
2004-03-27 20:12 ` Jad Saklawi
2004-03-29  6:24   ` Muthukumar
2004-03-29 12:11     ` John T. Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).