Re: [algogeeks] [amazon] data transfer

2011-01-13 Thread
can you explain more? are you mean ec2? 2011/1/13 snehal jain learner@gmail.com there are two systems and transfer a data of 1TB. The hardware is best possible available. Tell the conditions which will optimize the data transfer. -- You received this message because you are subscribed

Re: [algogeeks] Re: amazon c questn

2011-01-13 Thread
what is the wrong in the program? main() { char *p,*q; p=(char *)malloc(25); // check p==null q=(char *)malloc(25);//check q == null strcpy(p,amazon); strcpy(q,hyd); strcat(p,q); printf(%sp); } -- You received this message because you are subscribed to the Google

Re: [algogeeks] Strings search problem

2010-12-30 Thread
Distance is measured on number of words. what is your meaning ? can you explain it? 2010/12/29 Davin dkthar...@googlemail.com Given set of words, find an area of the text where these words are as close to each other as possible. Distance is measured on number of words. e.g. for words