CMSC 341 -- Fall 2001 -- 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. (20 points) Discuss the asymptotic performance of your project. What is the best case big-Oh performance? Describe the best case. What is the worst case big-Oh performance? Describe the worst case. 2. (10 points) The List method findPrevious( ) is no longer needed by the List class once you have changed it from a singly-linked list to a doubly-linked circular list. Explain why this is true.