explanation for *b)*
push(0)
push(1)
push(2)
push(3)
push(4)
pop()-------4
push(5)
push(6)
pop()---------6
push(7)
push(8)
pop()---------8
pop()--------7
pop()--------5
pop()---------3
pop()--------2
push(9)
pop()----------9
here, noway we can get 0 before 1 ...... so this sequence is not
possible..............
On Wed, Aug 31, 2011 at 3:36 AM, SANDEEP CHUGH <sandeep.aa...@gmail.com>wrote:

> I DNT GET IT.. EXPLAIN PROPERLY ANYONE
>
>
> On Wed, Aug 31, 2011 at 12:57 PM, Yuchen Liao <lycdra...@gmail.com> wrote:
>
>> The sequence like 3 1 2 is invalid.
>>
>> So, ans is *b*,* f* and *g*
>>
>>
>> On Wed, Aug 31, 2011 at 1:35 AM, Siddhartha Banerjee <
>> thefourrup...@gmail.com> wrote:
>>
>>> couldn't get it... what are the sequences given in options??? are they
>>> the pushed values or popped values or what???
>>>
>>> --
>>> 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.
>>>
>>
>>
>>
>> --
>> from Yuchen Liao via Gmail
>>
>> --
>> 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.
>



-- 

**Please do not print this e-mail until urgent requirement. Go Green!!
Save Papers <=> Save Trees
*BharatKumar Bagana*
**http://www.google.com/profiles/bagana.bharatkumar<http://www.google.com/profiles/bagana.bharatkumar>
*
Mobile +91 8056127652*
<bagana.bharatku...@gmail.com>

-- 
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.

Reply via email to