Thursday, May 15, 2008

Double Linked List

Program - Implementaion of Double Linked List
Language - C
Topic - Data Structures using 'C'
Functions -
Insert at front
Insert at rear
Insert at a particular position
Delete from front
Delete from rear
Delete from a particular position
Delete an element having a certain value
Reverse the linked list
Display

Click on the upper left corner of the window below and scroll to read the program !!

No comments: