Queues and Priority Queues

Objectives

Part I: Queue Implementation

Implement a queue in a file named queue.php such that when this file (renamed lab.php) is run, it produces this output exactly. Remember to view the source in order to see the exact details.

Part II: Priority Queue Implementation

Implement a priority queue in a file named priorityQueue.php such that when this file (renamed lab.php and suitably modified to use a priority queue instead of a queue) is run, it produces this output exactly.

Helpful Hints

Requirements

Valid XHTML 1.0!