History, asked by marskolhepayal, 1 month ago

what is use for enqueue(val) in Queue?​

Answers

Answered by Anonymous
0

Answer:

enqueue : It is used to add an element at the rear of the queue.

dequeue : It is used to remove an element from the front of the queue. IsEmpty : It is used to check whether the queue is empty or not. IsFull : It is used to check whether the queue is full or not.

Similar questions