EmbLogic's Blog

linked list- create node,Insert node(begining,end,nth position,key value),Traverse ,Delete(at begining,end,nth postion, key value))

RCS file: lgen.c,v
Working file: lgen.c
head: 1.27
branch:
locks: strict
root: 1.27
access list:
symbolic names:
keyword substitution: kv
total revisions: 27; selected revisions: 27
description:
A generalised program of linked list
—————————-
revision 1.27 locked by: root;
date: 2014/11/22 02:58:19; author: root; state: Exp; lines: +3 -1
*** empty log message ***
—————————-
revision 1.26
date: 2014/11/22 02:54:39; author: root; state: Exp; lines: +1 -2
*** empty log message ***
—————————-
revision 1.25
date: 2014/11/22 02:51:41; author: root; state: Exp; lines: +4 -4
*** empty log message ***
—————————-
revision 1.24
date: 2014/11/22 01:46:41; author: root; state: Exp; lines: +2 -3
*** empty log message ***
—————————-
revision 1.23
date: 2014/11/22 01:41:52; author: root; state: Exp; lines: +6 -0
*** empty log message ***
—————————-
revision 1.22
date: 2014/11/22 01:38:27; author: root; state: Exp; lines: +17 -9
implement all four types of delete node functions
—————————-
revision 1.21
date: 2014/11/22 01:28:57; author: root; state: Exp; lines: +11 -2
*** empty log message ***
—————————-
revision 1.20
date: 2014/11/22 01:11:55; author: root; state: Exp; lines: +11 -1
*** empty log message ***
—————————-
revision 1.19
date: 2014/11/22 01:01:39; author: root; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.18
date: 2014/11/22 01:00:49; author: root; state: Exp; lines: +5 -1
*** empty log message ***
—————————-
revision 1.17
date: 2014/11/22 00:51:36; author: root; state: Exp; lines: +45 -2
implement delete related functions
—————————-
revision 1.16
date: 2014/11/22 00:24:51; author: root; state: Exp; lines: +2 -2
*** empty log message ***
—————————-
revision 1.15
date: 2014/11/22 00:15:58; author: root; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.14
date: 2014/11/22 00:08:44; author: root; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.13
date: 2014/11/22 00:01:40; author: root; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.12
date: 2014/11/22 00:00:15; author: root; state: Exp; lines: +2 -5
*** empty log message ***
—————————-
revision 1.11
date: 2014/11/21 23:50:17; author: root; state: Exp; lines: +25 -16
*** empty log message ***
—————————-
revision 1.10
date: 2014/11/21 18:01:12; author: root; state: Exp; lines: +2 -4
*** empty log message ***
—————————-
revision 1.9
date: 2014/11/21 17:05:02; author: root; state: Exp; lines: +8 -2
*** empty log message ***
—————————-
revision 1.8
date: 2014/11/09 21:13:55; author: root; state: Exp; lines: +1 -0
*** empty log message ***
—————————-
revision 1.7
date: 2014/11/09 21:09:38; author: root; state: Exp; lines: +3 -3
modified operation call
—————————-
revision 1.6
date: 2014/11/08 21:11:25; author: root; state: Exp; lines: +14 -13
implement the insert choice() and insert node function()
—————————-
revision 1.5
date: 2014/11/08 20:20:23; author: root; state: Exp; lines: +6 -6
modified the operation function and tranverse function
—————————-
revision 1.4
date: 2014/11/08 19:37:11; author: root; state: Exp; lines: +4 -4
implement the traverse nodes function to display the key values
—————————-
revision 1.3
date: 2014/11/08 19:32:40; author: root; state: Exp; lines: +2 -1
*** empty log message ***
—————————-
revision 1.2
date: 2014/11/08 19:29:53; author: root; state: Exp; lines: +3 -0
modified the operation function to stop execution of create_node function if already created
—————————-
revision 1.1
date: 2014/11/08 19:25:56; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: header.h,v
Working file: header.h
head: 1.6
branch:
locks: strict
root: 1.6
access list:
symbolic names:
keyword substitution: kv
total revisions: 6; selected revisions: 6
description:
include corresponding header file
declare structure node
gave the prototype for
choice()
creat_node()
—————————-
revision 1.6 locked by: root;
date: 2014/11/22 00:53:45; author: root; state: Exp; lines: +4 -4
*** empty log message ***
—————————-
revision 1.5
date: 2014/11/22 00:51:12; author: root; state: Exp; lines: +6 -0
declare prototypes for delete related functions
—————————-
revision 1.4
date: 2014/11/21 23:49:44; author: root; state: Exp; lines: +3 -3
change the prototype of insert node and insert_beg function
—————————-
revision 1.3
date: 2014/11/08 21:10:49; author: root; state: Exp; lines: +2 -2
modified the prototype for insert choice() and insert node() function
—————————-
revision 1.2
date: 2014/11/08 20:19:47; author: root; state: Exp; lines: +1 -1
modified the prototype of opeation()
—————————-
revision 1.1
date: 2014/11/08 19:23:29; author: root; state: Exp;
Initial revision
=============================================================================
[root@VIPIN linked_list]#

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>