You are on page 1of 2

Data structures and algorithms

Lab report 6

Pre lab task


Complete the functions ‘enqueue()’ , ‘dequeue()’ and peek()
functions.
Enqueue:

Dequeue:
Peek

In lab Task 1
Implement a priority queue.
implement only the ‘enqueue()’ function.

You might also like