Thursday, 5 September 2013

Implementation of a stack using a linked list C

Implementation of a stack using a linked list C

References

Reference NO 1

http://www.cs.bu.edu/teaching/c/stack/linked-list/

Reference NO 2

http://stackoverflow.com/questions/13584707/implementation-of-a-stack-using-a-linked-list-c

Reference NO 3

http://codingfreak.blogspot.com/2010/07/implementation-of-stack-using-singly.html

Reference NO 4

http://www.cprogramto.com/stack-using-linked-list-in-c-code/

Reference NO 5

http://www.programming-techniques.com/2011/11/stack-and-queue-implementation-of.html

Reference NO 6

http://c4learn.com/c-programs/c-program-to-implement-stack-operations-using-singly-linked-list.html

Reference NO 7

http://www.cprogramming.com/snippets/source-code/stack-with-linked-list

Reference NO 8

http://www.cppprograms.com/2013/03/stack-linked-list/

No comments:

Post a Comment