Re: [algogeeks] INTRVIEW QUESTION

2012-08-12 Thread Ankit Singh
@vicky i l keep it in mind nxt tym onwardss.. thnku On Sun, Aug 12, 2012 at 2:01 PM, ~*~VICKY~*~ wrote: > Always share code using ideone like sites or discuss the algo approach. > Attaching code isn't the best idea is my personal feeling. > > Regards, > Vicky > > > On Sun, Aug 12, 2012 at 12:44 A

Re: [algogeeks] INTRVIEW QUESTION

2012-08-12 Thread ~*~VICKY~*~
Always share code using ideone like sites or discuss the algo approach. Attaching code isn't the best idea is my personal feeling. Regards, Vicky On Sun, Aug 12, 2012 at 12:44 AM, Ankit Singh wrote: > if i am correctly understand the problem den i hv attchd the solution.. > > > On Sun, Aug 12, 2

Re: [algogeeks] INTRVIEW QUESTION

2012-08-12 Thread Daksh Talwar
The property seems ambiguous .. On Sat, Aug 11, 2012 at 5:22 PM, payal gupta wrote: > Given the start and an ending integer as user input, generate all integers > with the following property. > Example : 123 , 1+2 = 3 , valid number > 121224 12+12 = 24 , valid number > 1235 1+2 = 3 , 2+3 = 5 ,

Re: [algogeeks] INTRVIEW QUESTION

2012-08-12 Thread Ankit Singh
if i am correctly understand the problem den i hv attchd the solution.. On Sun, Aug 12, 2012 at 12:40 AM, Ankit Singh wrote: > is output is depend on no of digits in a number like 123 example for odd > no of digits and 121224 example for even digits??? > > can you make it clear pls?? > > On Sat,

Re: [algogeeks] INTRVIEW QUESTION

2012-08-12 Thread Ankit Singh
is output is depend on no of digits in a number like 123 example for odd no of digits and 121224 example for even digits??? can you make it clear pls?? On Sat, Aug 11, 2012 at 5:22 PM, payal gupta wrote: > Given the start and an ending integer as user input, generate all integers > with the fol

[algogeeks] INTRVIEW QUESTION

2012-08-11 Thread payal gupta
Given the start and an ending integer as user input, generate all integers with the following property. Example : 123 , 1+2 = 3 , valid number 121224 12+12 = 24 , valid number 1235 1+2 = 3 , 2+3 = 5 , valid number 125 1+2 <5 , invalid number -- You received this message because you are subscri