Monday 4 February 2013

C/C++ Program Implementing Doubly Linked List

Doubly Linked List is a very useful Data Structure. In this Program the following operations are implemented.
  • Add Records.
  • Delete Records.   
  • Display Records.
  • Count the No. of Records in the List.
  • Searching a Record in the List.
Figure Below Shows a Sample Output

Click here to download the C Program implementing Doubly Linked List.
Click here to download the C++ Program implementing Doubly Linked List.

1 comment:

  1. This comment has been removed by a blog administrator.

    ReplyDelete