+44(0) 1234 567 890 info@domainname.com

Sunday, 23 June 2013

Linked list Programming exercises in Data structure

 Linked list  Programming
Example :1
Make Menu and perform the following operation by the help of singly linked list?
Create a link list. (The list should be Dynamic and should stop only when the user wishes to end the creation of the list).

  • Ask User to enter  a  desire  node and  as a result the program will delete that node from the list.
  • Take a node from the user as input and insert that node after the desired node provided by the user.
  • Take an identification of a node as input  from the user and search that
1 comment

Saturday, 22 June 2013