EmbLogic's Blog

Link list logfile. Batch 06.01.14

LINK LIST creation, traversal, insertion(all options) and deletion(all options) completed.
RCS file: ll.c,v
Working file: ll.c
head: 1.7
branch:
locks: strict
root: 1.7
access list:
symbolic names:
keyword substitution: kv
total revisions: 7;    selected revisions: 7
description:
SINGLY LINKED LIST
—————————-
revision 1.7    locked by: root;
date: 2014/07/06 14:31:05;  author: root;  state: Exp;  lines: +83 -16
delete_nth() and delete_key() functions implemented.
minor chnages in printf statements.
—————————-
revision 1.6
date: 2014/07/06 13:12:56;  author: root;  state: Exp;  lines: +44 -8
Implemented delete_end().
Added “deletion node possible” alert in delete_beg().
—————————-
revision 1.5
date: 2014/07/06 12:47:08;  author: root;  state: Exp;  lines: +52 -3
Implemented delete_beg().
—————————-
revision 1.4
date: 2014/07/04 18:26:28;  author: root;  state: Exp;  lines: +48 -10
Implemented insert_key(); i.e. a function to insert node after a key value location.
Also entered condition checking in insert_nth().
—————————-
revision 1.3
date: 2014/07/04 16:59:48;  author: root;  state: Exp;  lines: +84 -39
Implemented function to insert node at the beginning of link list and also a function to insert after nth node.
—————————-
revision 1.2
date: 2014/07/04 07:32:04;  author: root;  state: Exp;  lines: +1 -1
creation of link list, insertion at beginning and traversal have been implemented.
—————————-
revision 1.1
date: 2014/07/04 07:16:00;  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>