CMSC 341 -- Fall 2003 -- Project 2 Copy this file into your directory and edit it to add your answers to the following questions about project 2. These questions count for 10% of your project grade. 1. (10 points) Obtain the following command file from linux.gl: /afs/umbc.edu/users/o/a/oates/pub/CMSC341/Proj2/insert.txt Run your project on it for the following values of K: 2, 4, 8. Describe what effect, if any, K has on the performance of the algorithm when processing this command file. 2. (10 points) Is it possible to create an exact deep copy of a Jump Lists' structure in O(n) time? Why or why not?