Thread: Linked Lists tutorial

  1. #1
    Registered User BunkFace's Avatar
    Join Date
    Jan 2006
    Posts
    1

    Question Linked Lists tutorial

    Does anyone know of a good website where I can get a linked lists tutorial in C from basic to more advanced stuff like doubly linked lists? I seem to have a hard time comprehending this part in C.

    Also, can anyone recommend a good book in C - one that has a comprehensive linked lists section?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    > Also, can anyone recommend a good book in C - one that has a comprehensive linked lists section?
    Get two (or more) good books.
    One on C
    One on Algorithms and Data structures - preferably one which is neutral in respect of implementation languages.

    Did you even bother to do a board search before this?
    Like the "sticky" thread with "books" in the title?

    Next to clearing the screen, linked lists are pretty popular questions, and there are many examples in previous posts.

  3. #3
    Logic Programmer logicwonder's Avatar
    Join Date
    Nov 2005
    Location
    Kerala, India
    Posts
    52
    I think this is a good tutorial on linked lists. CHeck it out!

    cslibrary.stanford.edu/103/LinkedListBasics.pdf
    L GIK wins!!!
    Salutes from logicwonder
    Enjoy programming

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 tutorial
    By sinergy in forum C Programming
    Replies: 1
    Last Post: 02-08-2003, 03:49 AM
  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