[algogeeks] Regarding Jobs in NCR for my cousin

2014-04-02 Thread Sandeep Jain
Hi Guys, PFA the resume of Priyanka Lohia. She got placed in TCS(Pune) and has just finished her training. She is looking to make a switch to NCR as soon as possible. Please forward her resume to your respective companies AND/OR to your friends who are in other companies. Do keep me in bcc

[algogeeks] Implement lastindexofastring(String s1,String s2)

2014-04-02 Thread pawan yadav
Hi All, How can we do the following problem in efficient way : Implement lastindexofastring(String s1,String s2) . If s2 is present multiple times return the last index of s2 in s1 , else return -1. Is KMP applicable for this problem? If yes, then how can we modify KMP algo? Thanks, Pawan. --