[algogeeks] Direct-I second round telephonic interview

2012-04-11 Thread Algo-Geek
any info regarding the type of questions asked in 2nd telephonic round of directi. it is subjects round.basically courses taught in college. what type of questions to expect ? Any help ?? Thanx in advance. -- You received this message because you are subscribed to the Google Groups Algorithm

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

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

2012-04-11 Thread Pradeep Mishra
Thanx for your reply prateek and Congrats for getting selected :) :) On Wed, Apr 11, 2012 at 4:42 PM, Prateek Khandelwal pratv...@gmail.comwrote: He asked me about my *projects* and technical background. So you should know everything related to your projects. * Now my interview

[algogeeks] Re: how to solve

2012-04-11 Thread him
hi , i solved it using the modified merge sort routine, but i'm getting WA. Can u plz help me with some test cases? code: http://ideone.com/9kYz5 On Apr 10, 9:00 pm, Anurag Gupta anurag.gupta...@gmail.com wrote: you dont need that much to do this problem modify merge method in mergesort to