Re: [algogeeks] Queue problem

2012-07-24 Thread Hariraman R
 @mind blogger,

Thank u:) Got it...:)

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



Re: [algogeeks] Queue problem

2012-07-24 Thread Mind Boggler
Circular queue
Expalanation- think of the condition for overflow


On 24-Jul-2012, at 9:52 PM, Hariraman R  wrote:

> Which of the following queue creates overflow when the no of elements is less 
> than the queue size??
> 
> 1)single queue
> 2)priority queue
> 3)dequeue
> 4)circular queue
> 
> Kindly explain what is the answer and why??? Thanks in advance..
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to 
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/algogeeks?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.



[algogeeks] Queue problem

2012-07-24 Thread Hariraman R
Which of the following queue creates overflow when the no of elements is
less than the queue size??

1)single queue
2)priority queue
3)dequeue
4)circular queue

Kindly explain what is the answer and why??? Thanks in advance..

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.