EmbLogic's Blog

creation,traversing,insertion and deletion in linked list

RCS file: ./link_list.c,v
Working file: ./link_list.c
head: 1.7
branch:
locks: strict
root: 1.7
access list:
symbolic names:
keyword substitution: kv
total revisions: 7; selected revisions: 7
description:
defineed all the header files that will be used in the code
created the function for entering choices
created the function for operation
—————————-
revision 1.7 locked by: root;
date: 2014/11/21 20:10:31; author: root; state: Exp; lines: +1 -1
created two different functions for deleting a node at the beginning and deleting at the end
—————————-
revision 1.6
date: 2014/11/21 20:09:42; author: root; state: Exp; lines: +1 -1
cfreated the function for deleting a node
—————————-
revision 1.5
date: 2014/11/21 20:09:01; author: root; state: Exp; lines: +1 -1
created the function for traversing
—————————-
revision 1.4
date: 2014/11/21 20:07:51; author: root; state: Exp; lines: +1 -1
created three more functions for
insert in begning
insert at the end
and insert at nth popsitiion
—————————-
revision 1.3
date: 2014/11/21 20:06:55; author: root; state: Exp; lines: +1 -1
created a function for inserting a node in a linked list
—————————-
revision 1.2
date: 2014/11/21 20:00:01; author: root; state: Exp; lines: +1 -1
created the link list by first allocating the memory to the temp
then putting node number in the info part of temp
and NULL in the address part of temp
—————————-
revision 1.1
date: 2014/11/21 19:59:07; 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>