Thread: Is there any example of writing linked lists

  1. #1
    Registered User
    Join Date
    Sep 2006
    Posts
    14

    Is there any example of writing linked lists

    How should i read this source list(92,34,23,50,51,49) and create a linked list?

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Push "search".
    Find the right box.
    Type "linked list".
    Push "search now".
    Read the various appropriate FAQs.
    Read the forum guidelines.
    Make an attempt.
    Post your code.
    Ask smart questions.


    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question about Linked lists of lists
    By hear_no_evil in forum C Programming
    Replies: 2
    Last Post: 11-08-2004, 02:49 AM
  2. Linked Lists 101
    By The Brain in forum C++ Programming
    Replies: 5
    Last Post: 07-24-2004, 04:32 PM
  3. Linked List of Linked lists Revisited.
    By Qui in forum C++ Programming
    Replies: 11
    Last Post: 04-11-2004, 09:45 PM
  4. Linked list of linked lists???
    By Qui in forum C++ Programming
    Replies: 6
    Last Post: 03-28-2004, 01:13 PM
  5. One more question about linked lists?
    By shaeng in forum C Programming
    Replies: 2
    Last Post: 06-24-2003, 07:36 AM