EmbLogic's Blog

linklist

RCS file: linklist.c,v
Working file: linklist.c
head: 1.18
branch:
locks: strict
sanjaysingla: 1.18
access list:
symbolic names:
keyword substitution: kv
total revisions: 18; selected revisions: 18
description:
Here we make a linklist().
In this we take a value of choice in main_manu()
And Print the user choice.
Here we also create the another operatios().
—————————-
revision 1.18 locked by: sanjaysingla;
date: 2015/07/03 09:13:18; author: sanjaysingla; state: Exp; lines: +0 -1
We allocate the size of list
—————————-
revision 1.17
date: 2015/07/03 09:09:21; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.16
date: 2015/07/03 08:39:43; author: sanjaysingla; state: Exp; lines: +5 -5
We pass the value of start which is pointer
—————————-
revision 1.15
date: 2015/07/03 05:59:26; author: sanjaysingla; state: Exp; lines: +9 -1
*** empty log message ***
—————————-
revision 1.14
date: 2015/07/03 05:48:45; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.13
date: 2015/07/03 05:46:28; author: sanjaysingla; state: Exp; lines: +2 -2
*** empty log message ***
—————————-
revision 1.12
date: 2015/07/03 05:45:09; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.11
date: 2015/07/03 05:39:36; author: sanjaysingla; state: Exp; lines: +2 -2
*** empty log message ***
—————————-
revision 1.10
date: 2015/07/03 05:38:49; author: sanjaysingla; state: Exp; lines: +4 -2
*** empty log message ***
—————————-
revision 1.9
date: 2015/07/02 12:32:57; author: sanjaysingla; state: Exp; lines: +2 -3
*** empty log message ***
—————————-
revision 1.8
date: 2015/07/02 12:17:20; author: sanjaysingla; state: Exp; lines: +2 -1
*** empty log message ***
—————————-
revision 1.7
date: 2015/07/02 11:28:02; author: sanjaysingla; state: Exp; lines: +0 -5
*** empty log message ***
—————————-
revision 1.6
date: 2015/07/02 11:27:04; author: sanjaysingla; state: Exp; lines: +5 -0
*** empty log message ***
—————————-
revision 1.5
date: 2015/07/02 11:24:22; author: sanjaysingla; state: Exp; lines: +0 -5
*** empty log message ***
—————————-
revision 1.4
date: 2015/07/02 11:17:19; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.3
date: 2015/07/02 11:10:08; author: sanjaysingla; state: Exp; lines: +4 -3
We make a creat_linklist().
—————————-
revision 1.2
date: 2015/07/02 09:33:14; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.1
date: 2015/07/02 09:31:36; author: sanjaysingla; state: Exp;
Initial revision
=============================================================================

RCS file: main_menu.c,v
Working file: main_menu.c
head: 1.2
branch:
locks: strict
sanjaysingla: 1.2
access list:
symbolic names:
keyword substitution: kv
total revisions: 2; selected revisions: 2
description:
—————————-
revision 1.2 locked by: sanjaysingla;
date: 2015/07/02 11:25:57; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.1
date: 2015/07/02 11:14:58; author: sanjaysingla; state: Exp;
Initial revision
=============================================================================

RCS file: prototype.h,v
Working file: prototype.h
head: 1.13
branch:
locks: strict
sanjaysingla: 1.13
access list:
symbolic names:
keyword substitution: kv
total revisions: 13; selected revisions: 13
description:
Here we used linklist()
We used main_manu()
in main_manu we pass choice arguments which is integer type
We also define the extern Exit_linklist().
—————————-
revision 1.13 locked by: sanjaysingla;
date: 2015/07/03 10:58:01; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.12
date: 2015/07/03 09:58:27; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.11
date: 2015/07/03 09:53:45; author: sanjaysingla; state: Exp; lines: +7 -2
We include all function
—————————-
revision 1.10
date: 2015/07/03 09:02:21; author: sanjaysingla; state: Exp; lines: +2 -2
We change the typecast
—————————-
revision 1.9
date: 2015/07/03 08:58:28; author: sanjaysingla; state: Exp; lines: +1 -0
*** empty log message ***
—————————-
revision 1.8
date: 2015/07/03 08:39:22; author: sanjaysingla; state: Exp; lines: +0 -2
We include the function of insert node
—————————-
revision 1.7
date: 2015/07/02 12:18:28; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.6
date: 2015/07/02 12:17:18; author: sanjaysingla; state: Exp; lines: +2 -1
*** empty log message ***
—————————-
revision 1.5
date: 2015/07/02 11:24:20; author: sanjaysingla; state: Exp; lines: +6 -0
*** empty log message ***
—————————-
revision 1.4
date: 2015/07/02 11:22:17; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.3
date: 2015/07/02 11:13:07; author: sanjaysingla; state: Exp; lines: +2 -2
*** empty log message ***
—————————-
revision 1.2
date: 2015/07/02 11:09:49; author: sanjaysingla; state: Exp; lines: +2 -1
We add some function.
—————————-
revision 1.1
date: 2015/07/02 09:31:36; author: sanjaysingla; state: Exp;
Initial revision
=============================================================================

RCS file: operations.c,v
Working file: operations.c
head: 1.59
branch:
locks: strict
sanjaysingla: 1.59
access list:
symbolic names:
keyword substitution: kv
total revisions: 59; selected revisions: 59
description:
We used the switch statement to call different functions.
We pass the choice inside the operations().
—————————-
revision 1.59 locked by: sanjaysingla;
date: 2015/07/03 11:34:34; author: sanjaysingla; state: Exp; lines: +5 -6
*** empty log message ***
—————————-
revision 1.58
date: 2015/07/03 11:33:11; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.57
date: 2015/07/03 10:58:02; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.56
date: 2015/07/03 10:17:08; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.55
date: 2015/07/03 10:00:18; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.54
date: 2015/07/03 09:58:29; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.53
date: 2015/07/03 09:54:01; author: sanjaysingla; state: Exp; lines: +64 -9
We add some function
—————————-
revision 1.52
date: 2015/07/03 09:18:49; author: sanjaysingla; state: Exp; lines: +1 -2
*** empty log message ***
—————————-
revision 1.51
date: 2015/07/03 09:16:06; author: sanjaysingla; state: Exp; lines: +5 -4
*** empty log message ***
—————————-
revision 1.50
date: 2015/07/03 09:13:57; author: sanjaysingla; state: Exp; lines: +4 -5
*** empty log message ***
—————————-
revision 1.49
date: 2015/07/03 09:06:29; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.48
date: 2015/07/03 09:06:13; author: sanjaysingla; state: Exp; lines: +1 -0
*** empty log message ***
—————————-
revision 1.47
date: 2015/07/03 08:51:42; author: sanjaysingla; state: Exp; lines: +2 -1
*** empty log message ***
—————————-
revision 1.46
date: 2015/07/03 08:50:49; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.45
date: 2015/07/03 08:50:21; author: sanjaysingla; state: Exp; lines: +1 -2
*** empty log message ***
—————————-
revision 1.44
date: 2015/07/03 08:49:18; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.43
date: 2015/07/03 08:48:44; author: sanjaysingla; state: Exp; lines: +4 -3
*** empty log message ***
—————————-
revision 1.42
date: 2015/07/03 08:47:32; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.41
date: 2015/07/03 08:46:16; author: sanjaysingla; state: Exp; lines: +2 -2
*** empty log message ***
—————————-
revision 1.40
date: 2015/07/03 08:45:41; author: sanjaysingla; state: Exp; lines: +2 -9
*** empty log message ***
—————————-
revision 1.39
date: 2015/07/03 08:40:05; author: sanjaysingla; state: Exp; lines: +2 -13
We use case frist and create the linklist
If the linklist created before then it exit
—————————-
revision 1.38
date: 2015/07/03 06:07:51; author: sanjaysingla; state: Exp; lines: +1 -7
0
—————————-
revision 1.37
date: 2015/07/03 06:06:23; author: sanjaysingla; state: Exp; lines: +7 -6
*** empty log message ***
—————————-
revision 1.36
date: 2015/07/03 06:04:21; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.35
date: 2015/07/03 06:03:39; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.34
date: 2015/07/03 06:03:01; author: sanjaysingla; state: Exp; lines: +5 -1
*** empty log message ***
—————————-
revision 1.33
date: 2015/07/03 06:00:48; author: sanjaysingla; state: Exp; lines: +2 -2
*** empty log message ***
—————————-
revision 1.32
date: 2015/07/03 05:52:59; author: sanjaysingla; state: Exp; lines: +2 -2
*** empty log message ***
—————————-
revision 1.31
date: 2015/07/03 05:50:45; author: sanjaysingla; state: Exp; lines: +4 -9
*** empty log message ***
—————————-
revision 1.30
date: 2015/07/03 05:48:46; author: sanjaysingla; state: Exp; lines: +1 -0
*** empty log message ***
—————————-
revision 1.29
date: 2015/07/03 05:46:29; author: sanjaysingla; state: Exp; lines: +3 -3
*** empty log message ***
—————————-
revision 1.28
date: 2015/07/03 05:45:10; author: sanjaysingla; state: Exp; lines: +3 -4
*** empty log message ***
—————————-
revision 1.27
date: 2015/07/03 05:42:24; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.26
date: 2015/07/03 05:41:50; author: sanjaysingla; state: Exp; lines: +3 -3
*** empty log message ***
—————————-
revision 1.25
date: 2015/07/03 05:40:27; author: sanjaysingla; state: Exp; lines: +2 -0
*** empty log message ***
—————————-
revision 1.24
date: 2015/07/03 05:38:50; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.23
date: 2015/07/03 05:35:30; author: sanjaysingla; state: Exp; lines: +5 -1
*** empty log message ***
—————————-
revision 1.22
date: 2015/07/03 05:33:39; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.21
date: 2015/07/03 05:31:04; author: sanjaysingla; state: Exp; lines: +1 -0
*** empty log message ***
—————————-
revision 1.20
date: 2015/07/03 05:29:23; author: sanjaysingla; state: Exp; lines: +3 -3
*** empty log message ***
—————————-
revision 1.19
date: 2015/07/03 05:28:06; author: sanjaysingla; state: Exp; lines: +3 -3
*** empty log message ***
—————————-
revision 1.18
date: 2015/07/03 05:27:03; author: sanjaysingla; state: Exp; lines: +5 -4
*** empty log message ***
—————————-
revision 1.17
date: 2015/07/03 05:22:09; author: sanjaysingla; state: Exp; lines: +3 -4
*** empty log message ***
—————————-
revision 1.16
date: 2015/07/03 05:21:09; author: sanjaysingla; state: Exp; lines: +1 -2
*** empty log message ***
—————————-
revision 1.15
date: 2015/07/03 05:20:05; author: sanjaysingla; state: Exp; lines: +3 -3
*** empty log message ***
—————————-
revision 1.14
date: 2015/07/03 05:18:28; author: sanjaysingla; state: Exp; lines: +2 -2
*** empty log message ***
—————————-
revision 1.13
date: 2015/07/02 12:35:22; author: sanjaysingla; state: Exp; lines: +2 -2
*** empty log message ***
—————————-
revision 1.12
date: 2015/07/02 12:32:58; author: sanjaysingla; state: Exp; lines: +4 -3
*** empty log message ***
—————————-
revision 1.11
date: 2015/07/02 12:29:02; author: sanjaysingla; state: Exp; lines: +2 -2
*** empty log message ***
—————————-
revision 1.10
date: 2015/07/02 12:26:51; author: sanjaysingla; state: Exp; lines: +1 -0
*** empty log message ***
—————————-
revision 1.9
date: 2015/07/02 12:25:16; author: sanjaysingla; state: Exp; lines: +7 -2
*** empty log message ***
—————————-
revision 1.8
date: 2015/07/02 12:22:10; author: sanjaysingla; state: Exp; lines: +10 -4
*** empty log message ***
—————————-
revision 1.7
date: 2015/07/02 12:18:58; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.6
date: 2015/07/02 12:17:21; author: sanjaysingla; state: Exp; lines: +9 -0
*** empty log message ***
—————————-
revision 1.5
date: 2015/07/02 11:10:27; author: sanjaysingla; state: Exp; lines: +6 -2
*** empty log message ***
—————————-
revision 1.4
date: 2015/07/02 09:41:54; author: sanjaysingla; state: Exp; lines: +2 -1
*** empty log message ***
—————————-
revision 1.3
date: 2015/07/02 09:37:51; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.2
date: 2015/07/02 09:33:51; author: sanjaysingla; state: Exp; lines: +2 -0
*** empty log message ***
—————————-
revision 1.1
date: 2015/07/02 09:31:36; author: sanjaysingla; state: Exp;
Initial revision
=============================================================================

RCS file: insert_node.c,v
Working file: insert_node.c
head: 1.13
branch:
locks: strict
sanjaysingla: 1.13
access list:
symbolic names:
keyword substitution: kv
total revisions: 13; selected revisions: 13
description:
make a function to create the linklist
It check the linklist create or not
—————————-
revision 1.13 locked by: sanjaysingla;
date: 2015/07/04 08:48:22; author: sanjaysingla; state: Exp; lines: +1 -1
condition is used if list->next=null then create the node
If the list->next!=null then frist it goes while loop and assine it list->next=list
—————————-
revision 1.12
date: 2015/07/04 08:45:36; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.11
date: 2015/07/04 08:41:53; author: sanjaysingla; state: Exp; lines: +4 -4
Here we apply the concept of insert node inside the linklist
—————————-
revision 1.10
date: 2015/07/03 11:33:13; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.9
date: 2015/07/03 10:56:10; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.8
date: 2015/07/03 10:55:29; author: sanjaysingla; state: Exp; lines: +5 -0
*** empty log message ***
—————————-
revision 1.7
date: 2015/07/03 10:03:29; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.6
date: 2015/07/03 10:02:36; author: sanjaysingla; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.5
date: 2015/07/03 09:54:13; author: sanjaysingla; state: Exp; lines: +3 -4
*** empty log message ***
—————————-
revision 1.4
date: 2015/07/03 09:16:09; author: sanjaysingla; state: Exp; lines: +0 -1
*** empty log message ***
—————————-
revision 1.3
date: 2015/07/03 09:14:00; author: sanjaysingla; state: Exp; lines: +3 -1
*** empty log message ***
—————————-
revision 1.2
date: 2015/07/03 09:02:53; author: sanjaysingla; state: Exp; lines: +1 -1
Change the typecast
—————————-
revision 1.1
date: 2015/07/03 08:58:32; author: sanjaysingla; state: Exp;
Initial revision
=============================================================================

RCS file: display.c,v
Working file: display.c
head: 1.2
branch:
locks: strict
sanjaysingla: 1.2
access list:
symbolic names:
keyword substitution: kv
total revisions: 2; selected revisions: 2
description:
Display all the value in linklist.
—————————-
revision 1.2 locked by: sanjaysingla;
date: 2015/07/03 10:55:30; author: sanjaysingla; state: Exp; lines: +6 -0
*** empty log message ***
—————————-
revision 1.1
date: 2015/07/03 09:54:16; author: sanjaysingla; 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>