0

Double Ended Priority Queue is implemented using Interval Heaps. My double ended priority queue is of the form [['abc',xyz'],['c'.'t'],['f','n']]; so here minimum is 'abc' and maximum is 'xyz'. Heap is represented as list.

0 Answers0