Computer Science, asked by rniketrajgmailcom, 5 months ago

Explain Circular Array.​

Answers

Answered by Anonymous
2

Explanation:

In computer science, a circular buffer, circular queue, cyclic buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams.

Answered by ItzWhiteStorm
8

Answer:

An array is called circular if we consider the first element as next of the last element. Circular arrays are used to implement queue.

MARK ME AS BRAINLIEST.....

Similar questions