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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!