[algogeeks] c++ program

2011-02-09 Thread Anil Kumar aRY@
Write a program that reads a contents of webpages? -- *Anil Kumar Arya* *B.Tech 2nd Year* *Motilal Nehru National Institute of Technology,* *Allahabad* *211004* *Email id:-**aryaanil...@gmail.com * -- You received this message because you are subscribed to the Google Groups Algorithm Geeks

Re: [algogeeks] c++ program

2011-02-09 Thread Anil Kumar aRY@
thanx On Wed, Feb 9, 2011 at 3:47 PM, Rajeev Kumar rajeevprasa...@gmail.comwrote: I don't know about cpp.But you can do it using selenium framework... On Wed, Feb 9, 2011 at 3:04 PM, Anil Kumar aRY@ aryaanil...@gmail.comwrote: Write a program that reads a contents of webpages? -- *Anil

Re: [algogeeks] Re: Google Interview Question-Snake and Ladder Design

2010-09-17 Thread Anil Kumar S. R.
@bittu, we are here to discuss the way to solve it. Posting a code here will not do anything good. Anil Kumar S. R. http://sranil.googlepages.com/ The best way to succeed in this world is to act on the advice you give to others. On 14 September 2010 13:33, bittu shashank7andr...@gmail.com

[algogeeks] Re: Find the missing integer

2006-06-22 Thread anil kumar
hi asish Googmelster, thanks for ur reply.. sorry asish.sorry i thought in a different mannerok anyway thanks for ur response. Googmelster's solution is also nice.but can u try without swapping array entries. --~--~-~--~~~---~--~~

[algogeeks] Re: Find the missing integer

2006-06-21 Thread anil kumar
hi asish, thanks for ur reply.. But ur code takes O(n logn) to find the missing integer. The binaryToNum() will returns num in O(log n ) complexity. And there is a small mistake in ur code is it is not i = i/10, it should be i = i/2