linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "MuthuKumar" <ramana_muthu@yahoo.co.in>
To: linux-c-programming@vger.kernel.org
Subject: circular linked list
Date: Sat, 27 Mar 2004 20:12:42 +0530	[thread overview]
Message-ID: <c443sr$9f9$1@sea.gmane.org> (raw)

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.






             reply	other threads:[~2004-03-27 14:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-27 14:42 MuthuKumar [this message]
2004-03-27 20:12 ` circular linked list Jad Saklawi
2004-03-29  6:24   ` Muthukumar
2004-03-29 12:11     ` John T. Williams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='c443sr$9f9$1@sea.gmane.org' \
    --to=ramana_muthu@yahoo.co.in \
    --cc=linux-c-programming@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).