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 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.comalgogeeks%2bunsubscr...@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.



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 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.



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 [rat”, “jat”, “pat”] and text “rat stop the pat blah
 blah jat by pat jat tra la la” such area is “cat by mat bat”

 --
 You received this message because you are subscribed to the Google Groups
 Algorithm Geeks group.
 To post to this group, send email to algoge...@googlegroups.com.
 To unsubscribe from this group, send email to
 algogeeks+unsubscr...@googlegroups.comalgogeeks%2bunsubscr...@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 algoge...@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.