Computer Science, asked by Anonymous, 10 months ago

What will be the algorithm to insert an element in queue without using tag ....?​

Answers

Answered by Anonymous
15

Explanation:

start,

check if the queue is full or not if(rear=n-1)

then print "queue is full and exit else goto .

step no 3 .in step 3_

increment the rear ++rear;

add the item at the 'rear' position Q[rear]=item,

exit.

hope its help u.

happy to help u ..

Similar questions