How to display the elements of a Circular Queue in an efiicient (circular) manner?

100 Views Asked by At

Most of the programs that I saw produced the results in a linear manner , like displaying a normal one-dimensional array. But here I have a circular queue, and the elements in it must be displayed LIKE a circular queue.

0

There are 0 best solutions below