Re: [algogeeks] problem of fork()

2012-05-24 Thread Srikrishan Malik(gmail)
because the process which is executed from prompt has exited and the children are still alive and printing. On Thu, May 24, 2012 at 8:26 AM, Rajesh Kumar testalgori...@gmail.comwrote: #includestdio.h main() { fork(); fork(); fork(); printf(Hello Word\n); } output ---

Re: [algogeeks] MSFT Q

2011-06-16 Thread Srikrishan Malik(gmail)
BK tree would be a good DS for this. -Sri On Wed, Jun 15, 2011 at 6:00 PM, keyan karthi keyankarthi1...@gmail.com wrote: we can even add word completion :) On Wed, Jun 15, 2011 at 5:25 PM, immanuel kingston kingston.imman...@gmail.com wrote: Use a trie data structure and pre-load it with