Re: [algogeeks] substring in big string

2012-10-18 Thread wujin chen
the size of the substring is an important factor~~
if the substring is only a character, it is easy.
if the substring is 2 characters than the big string , it is easy too~~
am i right?  :-)


2012/10/18 Ashish Goel ashg...@gmail.com

 there is a big string which needs 2GB memory to fit in but you have only
 100mb. Find a substring in the big string.

 Best Regards
 Ashish Goel
 Think positive and find fuel in failure
 +919985813081
 +919966006652

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




-- 
chenwujin  @seu

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



[algogeeks] substring in big string

2012-10-17 Thread Ashish Goel
there is a big string which needs 2GB memory to fit in but you have only
100mb. Find a substring in the big string.

Best Regards
Ashish Goel
Think positive and find fuel in failure
+919985813081
+919966006652

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