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 ...
- 04-23-2011 #1Linux 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...
- 04-24-2011 #2Just 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.
- 04-24-2011 #3
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 encyclopediaDISTRO=Arch
Registered Linux User #388732


Reply With Quote