I think what' required is that we compare digits - eg. 18 187 Since last digit of second num > First digit of first number - 18718
48 482 Since last digit of second num < First digit of first number - 48482 --Anurag On Mon, May 30, 2011 at 3:38 PM, Piyush Sinha <ecstasy.piy...@gmail.com> wrote: > @Bhavesh... > > for the inputs 18,187.. apply your method.. > 18 -- 188 > 187-- 187 > 18187 -> ur method > 18718 -> actual > > On Mon, May 30, 2011 at 3:28 PM, Bhavesh agrawal <agr.bhav...@gmail.com> > wrote: >> >> solution may be >> >> array ={ 3 ,21 ,9 ,93,17 ,178 ,1,101} (i think i have covered all >> exceptions ) >> then ,change this array like 33333 , 21222, 99999, 93999, 17111, 17811, >> 11111 , 10111 ( make each number of 5 digit with rest digits same as Ist >> digit ) >> then sort this array >> 99999, 93999,33333 21222, 17811,17111, 11111, 10111 >> and make it with actual numbers >> 9,93,3,21,178,17,1,101 = 993321178171101 >> plz let me know if any case left... >> >> -- >> 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. > > > > -- > Piyush Sinha > IIIT, Allahabad > +91-8792136657 > +91-7483122727 > https://www.facebook.com/profile.php?id=100000655377926 > > -- > 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.