hi
I want information regarding data structures using C++ and even i want some explanation regarding circular queues.....
|
Light Poster
|
|
| 10Aug2007,10:43 | #1 |
|
hi
I want information regarding data structures using C++ and even i want some explanation regarding circular queues..... |
|
Go4Expert Founder
|
![]() |
| 10Aug2007,11:18 | #2 |
|
A circular queue is a data structure that uses a single buffer as if it were connected end-to-end.
|