DSA Programming Assignment-V
DSA Programming Assignment-V
Programming Assignment-V
(Doubly Linked List)
1. Write a menu driven Java Program using class, methods and reference variables, to construct
a doubly linked list consisting of the following information in each node: student regd_no
(int), mark secured in a subject (float).
class Node
{
Define the methods for each of the following operations to be supported by the above
c) Search a node based on student regd_no and update the mark of the student. If the
specified node is not present in the list an error message should be displayed.
default:
System.out.println("Wrong choice");
}
}
}
************