0

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>>();  
Jimmy
  • 21
  • 5

0 Answers0