Programming Assignment 2: Deques and Randomized Queues /* ***************************************************************************** * Explain briefly how you implemented Deque.java. * Which data structure did you choose (array, linked list, etc.)? * Why? **************************************************************************** */ /* ***************************************************************************** * Explain briefly how you implemented RandomizedQueue.java. * Which data structure did you choose (array, linked list, etc.)? * Why? **************************************************************************** */ /* ***************************************************************************** * List any other comments here. Feel free to provide any feedback * on how much you learned from doing the assignment, and whether * you enjoyed doing it. **************************************************************************** */