just got a question on queues. i need to Write a client program that creates three queues of integers: an ArrayQueue, a ListQueue and a DequeQueue. For each of these time how long it takes to add and remove 100 000 random integers, repeating this 100 times in order to get measurable results.
Could somebody please steer me in the right direction on how to complete this? im fairly new with java and the documentation on arrayQueues etc confuses me. Many thanks in advanced