Question: CSC 236: Recursive Algorithms on Linked Lists Worksheet Write recursive methods using linked lists. Assume the Node next and int value are instance variables of
CSC 236: Recursive Algorithms on Linked Lists Worksheet Write recursive methods using linked lists. Assume the Node next and int value are instance variables of the Node class. 1 I. Write a printList( Node p) method that prints a linked list in a forward direction. 2. Write a printRevenseList Node p) method that prints a linked list in reverse order 3. Write a length(Node p) method that prints the length of a linked list Write a sum(Node n) method that computes the sum of all the values in the nodes of a linked list. 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
