EmbLogic's Blog

Stack implementation using Linked lists

RCS file: stack_using_linked_list.c,v
Working file: stack_using_linked_list.c
head: 1.3
branch:
locks: strict
	root: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3;	selected revisions: 3
description:
Implementing stack using linked list.
Push,pop and display operations are implemented using functions.
----------------------------
revision 1.3	locked by: root;
date: 2013/12/21 01:15:23;  author: root;  state: Exp;  lines: +36 -7
The program is further optimised.
----------------------------
revision 1.2
date: 2013/12/18 01:09:50;  author: root;  state: Exp;  lines: +4 -5
Push operation is implemented is successfully.
Display function is working correctly.
----------------------------
revision 1.1
date: 2013/12/18 00:50:07;  author: root;  state: Exp;
Initial revision
=============================================================================

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>