Thread: Linked Lists

  1. #1

    Question Linked Lists

    Can anyone please give me some info about linked lists? I know they are VERY important, and I've learned all that the tutorials here can teach, but I would like to know how to make doubly linked lists, inserting nodes, deleting nodes, etc. Can anyone give me some info or point me to a site that does?

    Thanks alot,
    Valar King
    -Save the whales. Collect the whole set.

  2. #2
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Actually tell us what you know an try to write a program using a linked list. That is the only way to learn.
    Last edited by Troll_King; 10-09-2001 at 09:35 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linked Lists 101
    By The Brain in forum C++ Programming
    Replies: 5
    Last Post: 07-24-2004, 04:32 PM
  2. Map file formats and linked lists
    By Spitball in forum Game Programming
    Replies: 2
    Last Post: 03-04-2004, 11:32 PM
  3. Linked Lists Integer addition ? HELP Please??
    By green_eel in forum C Programming
    Replies: 3
    Last Post: 03-12-2003, 04:36 PM
  4. need help w/ linked lists
    By MKashlev in forum C++ Programming
    Replies: 11
    Last Post: 08-05-2002, 08:57 PM
  5. doubly linked lists
    By qwertiop in forum C++ Programming
    Replies: 3
    Last Post: 10-03-2001, 06:25 PM