[algogeeks] Re: [brain teaser] Sequence Puzzle 13april

2011-04-17 Thread KK
Dont worry got it!!! On Apr 13, 2:57 pm, vaibhav shukla wrote: > On Wed, Apr 13, 2011 at 1:02 PM, Lavesh Rawat wrote: > > > * Sequence Puzzle * > > * > > * > > *The below is a number puzzle. It should be read left to right, top to > > bottom. > > Question 1 What is the next two rows of numbers. >

[algogeeks] Re: [brain teaser] Sequence Puzzle 13april

2011-04-17 Thread KK
@vaibhav shukla: 3 1 2 2 1 1 is ok but how 1 3 1 1 2 2 2 1 came Thanks On Apr 13, 2:57 pm, vaibhav shukla wrote: > On Wed, Apr 13, 2011 at 1:02 PM, Lavesh Rawat wrote: > > > * Sequence Puzzle * > > * > > * > > *The below is a number puzzle. It should be read left to right, top to > > bott

Re: [algogeeks] Re: [brain teaser] Sequence Puzzle 13april

2011-04-13 Thread sravanreddy001
*1 1 2 1 1 2 1 1 1 1 1 2 2 1 1 1 2 1 2 2 1 1 1 1 1 1 1 2 1 2 1 1 2 1 2 1 1 2 1 1 --> is this sequence correct? * -- 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 unsubscrib

Re: [algogeeks] Re: [brain teaser] Sequence Puzzle 13april

2011-04-13 Thread Akash Agrawal
@AKS: sure! See, first row is 1 1 We can clearly see that there are 2 ones in this row, so we read it aloud like TWO ONE. which id our next row: 2 1 Now we read this row as: ONE TWO ONE ONE (1 2 1 1) and so on... On 4/13/11, AKS wrote: > @Akash : how , can u explain a bit more clearly ?? > > On

[algogeeks] Re: [brain teaser] Sequence Puzzle 13april

2011-04-13 Thread AKS
@Akash : how , can u explain a bit more clearly ?? On Apr 13, 3:27 pm, Akash Agrawal wrote: > next row: > 3 1 2 2 1 1 > > just read the previous row: THREE 1 TWO 2 ONE 1 > > Regards, > Akash Agrawalhttp://tech-queries.blogspot.com/ > > On Wed, Apr 13, 2011 at 3:27 PM, vaibhav shukla > wrote: > >