Re: [algogeeks] plz help

2011-09-21 Thread Saravana kumar
Hello will be printed 45 times... On Wed, Sep 21, 2011 at 7:57 PM, sush57 sushaant...@gmail.com wrote: main() { int tmp; for(i=0;i9;i++) { tmp=fork(); if(tmp0) break; printf(Hello); } }

Re: [algogeeks] complement

2011-09-20 Thread Saravana kumar
+1 to Dave... On Mon, Sep 19, 2011 at 8:34 AM, sukran dhawan sukrandha...@gmail.comwrote: 2's complement On Mon, Sep 19, 2011 at 3:56 AM, Arun Vishwanathan aaron.nar...@gmail.com wrote: Hi all, When I take negation of an integer in C, 0 is displayed as -1 ~5 is displayed as -6. Can

Re: [algogeeks] c output

2011-09-18 Thread Saravana kumar
0 this is fisrt a: 0 this is second a: On Sun, Sep 18, 2011 at 12:09 PM, hurtlocker bhavesh24...@rediffmail.comwrote: #includestdio.h main() { int a ; a=abc(); printf(\n %d this is fisrt a:,a); a=abc(); printf(\n %d this is second a:,a); } int abc() {

Re: [algogeeks] Suggestions required regarding my final year Project....

2011-01-27 Thread saravana kumar
http://www.hackchina.com/en/ On Fri, Jan 28, 2011 at 11:13 AM, pawan gangwani pawan.gangw...@gmail.comwrote: Hi Rajeev/venu, i suggest you to think of a domain of you interest first, then proceed in that direction thinking of some project. have you thought of any domain in which you want to

Re: [algogeeks] Re: Amazon Interview Question

2010-12-18 Thread saravana kumar
It can be done easily by counting sort On Wed, Dec 15, 2010 at 5:36 AM, Soumya Prasad Ukil ukil.sou...@gmail.comwrote: Have a look : http://geeksforgeeks.org/?p=1488 On 15 December 2010 05:19, Saurabh Koar saurabhkoar...@gmail.com wrote: @ Bittu: Lets analyze your code with

[algogeeks] Re: Hard mathematical function

2006-01-03 Thread Saravana Kumar
hi guys , Thanks for replying,can u give me some clear information on Discrete Logarithmic Problem(DLP).On 1/3/06, SUDARSHAN IYENGAR [EMAIL PROTECTED] wrote:well thats a theoretical result.. Primes is in P its not of any practical significance atleast as of today.anyone interested in