EmbLogic's Blog

Sorting of values in the linked list in C language.

RCS file: Sorting_linked_list.c,v
Working file: Sorting_linked_list.c
head: 1.5
branch:
locks: strict
root: 1.5
access list:
symbolic names:
keyword substitution: kv
total revisions: 5;    selected revisions: 5
description:
Program to sort the info. in the linked list.
Main menu is prepared for the user.
insert_node(),display() and create_node() functions are implemented successfully.
No issue is coming so far and the program is working absolutely fine.
—————————-
revision 1.5    locked by: root;
date: 2014/01/11 08:07:25;  author: root;  state: Exp;  lines: +1 -0
Sorting of linked list is successfully implemented.
—————————-
revision 1.4
date: 2014/01/11 08:03:42;  author: root;  state: Exp;  lines: +9 -0
Function to sort the linked list is implemented.
Checking the functionality of the function….
—————————-
revision 1.3
date: 2014/01/11 07:59:16;  author: root;  state: Exp;  lines: +5 -0
Another condition is added in the linked list’s display function part.
i.e to if there is no node in the list then display the message to the user
that there is no list.
—————————-
revision 1.2
date: 2014/01/11 07:56:12;  author: root;  state: Exp;  lines: +19 -0
A check is added in the program to display a message to the user,if the user enters the
choice for sorting the linked list but there is no node in the list.
—————————-
revision 1.1
date: 2014/01/11 07:49:37;  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>