CMSC 341 -- Fall 2004 -- Project 5 Questions Copy this file into your directory and edit it to add your answers to the following questions about project 5. These questions count for 10% of your project grade. 1. (5 points) What is the computational complexity of your routine for changing priorities? Why? 2. (5 points) Suppose you were not allowed to assume that hash keys are integers. How would your implementation of Hashed Priority Queues need to be changed? Be specific and complete.