Thank u, I got it..... On Thu, Dec 1, 2011 at 1:15 PM, Sri Harsha <[email protected]> wrote:
> 10 dequeue operations and 9 enqueue operations. the extra dequeue is to > pop. the 9 dequeues are to remove from this queue and 9 enqueues to insert > into the 2nd queue > > On Thu, Dec 1, 2011 at 11:51 AM, Vijay Khandar <[email protected]>wrote: > >> A stack is implemented with two queues then what are the minimum >> enqueue and dequeue operations needed to perform for pop >> operation,where '10' elements are already in the first queue? >> >> >> please anyone provide soln with explation......... >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> >> > > > -- > *Regards*, > *Sri Harsha* > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
