Circular queues Using C++

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