[algogeeks] Rocket Fuel

2015-01-17 Thread Prateek Khandelwal
Hey all Is anyone ever get interviewed in Rocket Fuel ? Can someone please tell what type of questions they have asked ? Thanks Prateek -- You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To unsubscribe from this group and stop receiving emails

Re: [algogeeks] Re: Comparing string of unequal length

2014-10-07 Thread Prateek Khandelwal
I think this question can be done in O((m-n)*n) where m is the length of larger string and n is the length of smaller string Prateek Khandelwal Software Engineer in Directi +91-7042393719 On Tue, Oct 7, 2014 at 6:06 PM, vikas vikas.rastogi2...@gmail.com wrote: question unclear ?What

Re: [algogeeks] Re: Comparing string of unequal length

2014-10-07 Thread Prateek Khandelwal
Just think in this manner that put 0 star in front, then 1 star in front and so on and while doing this just compare both the strings. If you are not able to understand just tell me I will mail my code to you. Prateek Khandelwal Software Engineer in Directi +91-7042393719 On Tue, Oct 7, 2014

Re: [algogeeks] Direct-I second round telephonic interview

2012-04-11 Thread Prateek Khandelwal
He asked me about my *projects* and technical background. So you should know everything related to your projects. * Now my interview questions...* 1. What is the difference between *hasmap*, *bst* and *trie* ??? 2. Compare *mergesort* and *quicksort* why in sort function of vectors randomized