EmbLogic's Blog

Stack completed(using link list)

RCS file: ./stack.c,v
Working file: ./stack.c
head: 1.19
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 19; selected revisions: 19
description:
implemented basic program for stack.
gave defination for get_choice().
—————————-
revision 1.19
date: 2014/07/27 15:43:57; author: root; state: Exp; lines: +28 -27
implemented condition for deleting 1′st node in pop_stack().
stack using link list completed.
—————————-
revision 1.18
date: 2014/07/25 03:43:22; author: root; state: Exp; lines: +2 -2
*** empty log message ***
—————————-
revision 1.17
date: 2014/07/24 13:03:38; author: root; state: Exp; lines: +16 -4
implemented conditions for stack_already_created,first_create_stack().
—————————-
revision 1.16
date: 2014/07/24 12:47:16; author: root; state: Exp; lines: +25 -11
implemented conditions for making stack empty in func pop_stack().
—————————-
revision 1.15
date: 2014/07/24 09:10:08; author: root; state: Exp; lines: +20 -1
gave defination for function pop_stack().
—————————-
revision 1.14
date: 2014/07/24 08:34:07; author: root; state: Exp; lines: +5 -2
*** empty log message ***
—————————-
revision 1.13
date: 2014/07/24 08:28:40; author: root; state: Exp; lines: +9 -1
gave defination for function display_stack().
—————————-
revision 1.12
date: 2014/07/24 08:20:19; author: root; state: Exp; lines: +6 -6
*** empty log message ***
—————————-
revision 1.11
date: 2014/07/24 08:13:08; author: root; state: Exp; lines: +1 -1
in push_stack(), changed flag to top.
—————————-
revision 1.10
date: 2014/07/24 08:10:05; author: root; state: Exp; lines: +29 -3
gave defination for function push_stack().
returned start from push_stack() & operation() to main().
—————————-
revision 1.9
date: 2014/07/24 07:38:35; author: root; state: Exp; lines: +11 -0
gave defination for function create_node().
—————————-
revision 1.8
date: 2014/07/24 07:24:44; author: root; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.7
date: 2014/07/24 07:23:46; author: root; state: Exp; lines: +4 -0
*** empty log message ***
—————————-
revision 1.6
date: 2014/07/24 07:21:25; author: root; state: Exp; lines: +1 -1
implemented defination for function create_stack().
—————————-
revision 1.5
date: 2014/07/24 07:02:00; author: root; state: Exp; lines: +2 -2
*** empty log message ***
—————————-
revision 1.4
date: 2014/07/24 07:01:24; author: root; state: Exp; lines: +2 -2
*** empty log message ***
—————————-
revision 1.3
date: 2014/07/24 06:57:11; author: root; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.2
date: 2014/07/24 06:55:05; author: root; state: Exp; lines: +16 -0
gave defination for function operation().
—————————-
revision 1.1
date: 2014/07/24 05:48:18; 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>