Is it possible to implement a PQ so it sorts the PQ by the size of the Queue of Customers?
private PriorityQueue<Queue<Customer>> queue = new PriorityQueuee<Queue<Customer>>();
Is it possible to implement a PQ so it sorts the PQ by the size of the Queue of Customers?
private PriorityQueue<Queue<Customer>> queue = new PriorityQueuee<Queue<Customer>>();