Priority Queues Operations ~xRay Pixy
Priority Queues Operations
Priority Queue supports the following functionality: Enqueue() - Inserting the new element in the Priority Queue. Dequeue() - Deleting the maximum priority element from the Priority Queue. top() - Returning the maximum priority element in the Priority Queue.
No comments