CS 240: Algorithms and Data Structures
James Madison University, Fall 2021

Recursive List Manipulation

Complete the following problems on LeetCode.com. Your solutions must be recursive.

Submission

Once you have practiced on some of the exercises above, complete the unfinished truncate method in Solution.java and submit through Autolab. Your solution must be recursive.