EmbLogic's Blog

linklist implementation using functions.

RCS file: lll.c,v
Working file: lll.c
head: 1.8
branch:
locks: strict
saurabh: 1.8
access list:
symbolic names:
keyword substitution: kv
total revisions: 8; selected revisions: 8
description:
created a linklist program where diff aspects are being done.
first created new linklist
second add a new node to the linklist which is already been created.
so far a new node in inserted from the begining
and from the end .

—————————-
revision 1.8 locked by: saurabh;
date: 2014/02/28 14:16:42; author: saurabh; state: Exp; lines: +3 -4
sorting function working properly
insertion at nth node is working well.
while deletion at the nth node is too working well
—————————-
revision 1.7
date: 2014/02/28 13:49:08; author: saurabh; state: Exp; lines: +1 -1
*** empty log message ***
—————————-
revision 1.6
date: 2014/02/28 13:46:44; author: saurabh; state: Exp; lines: +1 -1
problem in function insert at nth solved .
—————————-
revision 1.5
date: 2014/02/28 13:42:50; author: saurabh; state: Exp; lines: +33 -15
function called sort_ has been implemented in program .
but there are some problem in function “insert_nth”.
will solve later on
—————————-
revision 1.4
date: 2014/02/27 20:03:10; author: saurabh; state: Exp; lines: +26 -2
sorting not working :(
—————————-
revision 1.3
date: 2014/02/27 19:10:54; author: saurabh; state: Exp; lines: +19 -3
implemented function called deletition from end .
:)
—————————-
revision 1.2
date: 2014/02/27 18:17:33; author: saurabh; state: Exp; lines: +159 -30
created function called insertion at the end
created function insertion at the nth node
created function deletion
implemented all above function the are working well
implemented deletion from begining node using function
implemented deletion from the nth node successflly
prior to all such functions ,defined display function too .
:)
—————————-
revision 1.1
date: 2014/02/24 21:09:57; author: saurabh; 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>