Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

Simple C Program for Stack using Linked List

Share this post!
 Vote this!


This is a simple C program for Stack datastructure using Linked List and user defined structure data type. The function performs “Push” and “Pop” operations in the Stack (LIFO , FILO) in which is defined in the form of a recursive structure. Both Push and Pop operation are performed in a constant time and the size complexity is of Order N , where N is the number of elements in the stack.    More...

0 comments:

Post a Comment