Find the answer to your Linux question:
Results 1 to 3 of 3
Hi friends, Can anyone give me any simple linked list c progrom for push and pop operation. I googled for that but i didnt get any simple program. I want ...
  1. #1
    Linux User
    Join Date
    Aug 2008
    Location
    Trichy,India
    Posts
    308

    Please explain simple linked list concept

    Hi friends,

    Can anyone give me any simple linked list c progrom for push and pop operation. I googled for that but i didnt get any simple program. I want the program which i can explain to novice. Please help me...
    Thanks in advance...

  2. #2
    Just Joined!
    Join Date
    Jul 2007
    Location
    Chennai, India
    Posts
    8
    Having posted the identical question in LQ, I will only refer you to that post which had responses giving two wikipedia links to stacks with linked list and linked lists.

  3. #3
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    If it helps, a data structure that only supports push and pop is called a stack. It can be implemented as a linked list, or in a number of other ways.

    http://en.wikipedia.org/wiki/Stack_(data_structure)
    Linked list - Wikipedia, the free encyclopedia
    DISTRO=Arch
    Registered Linux User #388732

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...