Hindi, asked by amitabhdas2765, 1 year ago

Data structure of circular queue in hindi

Answers

Answered by sonalika7419p28ir9
0

What is Circular Queue?

A Circular Queue can be defined as follows...

Circular Queue is a linear data structure in which the operations are performed based on FIFO (First In First Out) principle and the last position is connected back to the first position to make a circle.

Graphical representation of a circular queue is as follows...

Similar questions