RCS file: linked_list.c,v Working file: linked_list.c head: 1.7 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 7; selected revisions: 7 description: linked list creation is done successfully. The number of nodes in the linked list is 1 having the value 10. ---------------------------- revision 1.7 date: 2013/12/21 01:41:21; author: root; state: Exp; lines: +2 -2 Linked list with any number of nodes is created. Deletion of nodes is also implemented and is working is checked. The definition of function to sort the info is made. And is in the process..... ---------------------------- revision 1.6 date: 2013/12/20 19:08:49; author: root; state: Exp; lines: +1 -0 Previously sort function is not working properly. Logical error present. Checking. ---------------------------- revision 1.5 date: 2013/12/20 18:56:31; author: root; state: Exp; lines: +31 -2 Definition for sorting a linked a list is done. Checking whether it is working or not. ---------------------------- revision 1.4 date: 2013/12/20 18:33:44; author: root; state: Exp; lines: +80 -24 Insert at the beginning of the linked list is implemented. ---------------------------- revision 1.3 date: 2013/12/17 13:30:51; author: root; state: Exp; lines: +30 -9 Display function is implemented. And corrections are made in the inser_node() functon. ---------------------------- revision 1.2 date: 2013/12/14 19:37:01; author: root; state: Exp; lines: +10 -1 Created a definition of insert_node() but link is not created. ---------------------------- revision 1.1 date: 2013/12/13 20:35:10; author: root; state: Exp; Initial revision =============================================================================