Linked list

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dmp

    Linked list

    Where can I find programs related to linked list.
  • rahul

    #2
    Re: Linked list

    On Jun 2, 4:21 pm, dmp <pateld...@gmai l.comwrote:
    Where can I find programs related to linked list.
    What exactly are you looking for? You can find the discussions for
    linked list in any good data structure book. I personally like Data
    Structures in C by Tanenbaum.

    Your question is a bit off the topic. This group is for questions
    related to the C language ( you are talking about data structures )

    Comment

    • nembo kid

      #3
      Re: Linked list

      dmp ha scritto:
      Where can I find programs related to linked list.
      <http://cslibrary.stanf ord.edu/>

      Comment

      • pete

        #4
        Re: Linked list

        dmp wrote:
        Where can I find programs related to linked list.
        I have some here:


        --
        pete

        Comment

        • Barry Schwarz

          #5
          Re: Linked list

          On Mon, 2 Jun 2008 04:21:58 -0700 (PDT), dmp <pateldm15@gmai l.com>
          wrote:
          >Where can I find programs related to linked list.
          Have your tried google.


          Remove del for email

          Comment

          • Chris Thomasson

            #6
            Re: Linked list

            "dmp" <pateldm15@gmai l.comwrote in message
            news:ee6f80f1-b0a4-4c69-98dc-b4292b49fe5a@w3 4g2000prm.googl egroups.com...
            Where can I find programs related to linked list.


            Comment

            • Rahul

              #7
              Re: Linked list

              On Jun 2, 4:21 pm, dmp <pateld...@gmai l.comwrote:
              Where can I find programs related to linked list.
              search for linked list problems in google and you would get a pdf
              which is a good one...

              Comment

              Working...