11.5 fr our college they will hve online test .. 3 coding question and u need to attempnt any two ..25mcq's .. mcq;s wer mostly frm sql .. Q-> Given a linked list find whether the linked list is palindrome or not. I gave him solution by modifying the linked list then i gave solution using extra space then i gave solution using recursion. First i gave complexity as O(n^2) using brute force. He asked me to reduce the complexity then i moved on to modify the linked list itself, he told me not to modify the linked list. Then i went for the extra linked list. Then he asked me not to use extra space and finally i came up with a recursive solution. And he was very much happy after seeing the recursive solution, i think thats wat he was looking for. Q-> I was asked to do a level order traversal in binary tree. I used queue. Q-> He asked me to do spiral traversal of a Binary Tree. I used stack and queues for the alternate levels.
On Thu, Sep 22, 2011 at 7:54 PM, sagar pareek <[email protected]> wrote: > 12.5 > > > On Thu, Sep 22, 2011 at 5:49 PM, Adi Srikanth <[email protected]>wrote: > >> around 11.5 LPA gross >> Regards, >> Adi Srikanth. >> Mob No 9887233349 >> Personal Pages: adisrikanth.co.nr >> >> >> >> On Thu, Sep 22, 2011 at 11:55 AM, rahul sharma >> <[email protected]>wrote: >> >>> wats eligibility n package? >>> >>> >>> On Thu, Sep 22, 2011 at 12:26 AM, sagar pareek <[email protected]>wrote: >>> >>>> nit allahabad >>>> >>>> >>>> On Thu, Sep 22, 2011 at 12:20 AM, arpit rajpurohit < >>>> [email protected]> wrote: >>>> >>>>> which college may i know? >>>>> >>>>> >>>>> On Wed, Sep 21, 2011 at 11:29 PM, sagar pareek >>>>> <[email protected]>wrote: >>>>> >>>>>> it is coming in my college >>>>>> >>>>>> >>>>>> On Wed, Sep 21, 2011 at 10:14 PM, arpit rajpurohit < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> How did u applied for it? Can you please let me know.. >>>>>>> >>>>>>> On Wed, Sep 21, 2011 at 10:05 PM, sagar pareek < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> Hello ... >>>>>>>> Do anyone know the process and questions of "flip kart" ?? >>>>>>>> >>>>>>>> -- >>>>>>>> **Regards >>>>>>>> SAGAR PAREEK >>>>>>>> COMPUTER SCIENCE AND ENGINEERING >>>>>>>> NIT ALLAHABAD >>>>>>>> >>>>>>>> -- >>>>>>>> You received this message because you are subscribed to the Google >>>>>>>> Groups "Algorithm Geeks" group. >>>>>>>> To post to this group, send email to [email protected]. >>>>>>>> To unsubscribe from this group, send email to >>>>>>>> [email protected]. >>>>>>>> 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 [email protected]. >>>>>>> To unsubscribe from this group, send email to >>>>>>> [email protected]. >>>>>>> For more options, visit this group at >>>>>>> http://groups.google.com/group/algogeeks?hl=en. >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> **Regards >>>>>> SAGAR PAREEK >>>>>> COMPUTER SCIENCE AND ENGINEERING >>>>>> NIT ALLAHABAD >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Algorithm Geeks" group. >>>>>> To post to this group, send email to [email protected]. >>>>>> To unsubscribe from this group, send email to >>>>>> [email protected]. >>>>>> 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 [email protected]. >>>>> To unsubscribe from this group, send email to >>>>> [email protected]. >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/algogeeks?hl=en. >>>>> >>>> >>>> >>>> >>>> -- >>>> **Regards >>>> SAGAR PAREEK >>>> COMPUTER SCIENCE AND ENGINEERING >>>> NIT ALLAHABAD >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Algorithm Geeks" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> 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 [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> 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 [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> > > > > -- > **Regards > SAGAR PAREEK > COMPUTER SCIENCE AND ENGINEERING > NIT ALLAHABAD > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
