Re: [algogeeks] MICROSOFT WRITTEN QUESTION-2010

2011-09-13 Thread Vicki Wen
@ bharat: merging 2 sorted arrays is O(n) On Tue, Sep 13, 2011 at 12:42 AM, bharatkumar bagana < bagana.bharatku...@gmail.com> wrote: > @jai gupta : merge sort for 2 sorted arrays --O(nlogn) right? > > > On Tue, Sep 13, 2011 at 1:03 PM, jai gupta wrote: > >> @bharat: When each step of nishant

Re: [algogeeks] MICROSOFT WRITTEN QUESTION-2010

2011-09-13 Thread bharatkumar bagana
@jai gupta : merge sort for 2 sorted arrays --O(nlogn) right? On Tue, Sep 13, 2011 at 1:03 PM, jai gupta wrote: > @bharat: When each step of nishant's algo is O(n) how can it sum up to > O(nlogn)??? > > On Tue, Sep 13, 2011 at 9:18 AM, bharatkumar bagana < > bagana.bharatku...@gmail.com> wrote:

Re: [algogeeks] MICROSOFT WRITTEN QUESTION-2010

2011-09-13 Thread jai gupta
@bharat: When each step of nishant's algo is O(n) how can it sum up to O(nlogn)??? On Tue, Sep 13, 2011 at 9:18 AM, bharatkumar bagana < bagana.bharatku...@gmail.com> wrote: > @nishant : your algo takes O(nlogn) time with higher constant behind > this. can't we write better than this ? > @sa

Re: [algogeeks] MICROSOFT WRITTEN QUESTION-2010

2011-09-12 Thread bharatkumar bagana
@nishant : your algo takes O(nlogn) time with higher constant behind this. can't we write better than this ? @sairam : will u pls provide implementation logic of u'r idea .. On Mon, Sep 12, 2011 at 12:43 PM, Sairam Ravu wrote: > By merging smaller trees into larger trees we can obtain a muc

Re: [algogeeks] MICROSOFT WRITTEN QUESTION-2010

2011-09-12 Thread Sairam Ravu
By merging smaller trees into larger trees we can obtain a much more efficient solution. -- With love and regards, Sairam Ravu I M. Tech(CS) Sri Sathya Sai Institute of Higher Learning "To live life, you must think it, measure it, experiment with it, dance it, paint it, draw it, and calculate

Re: [algogeeks] MICROSOFT WRITTEN QUESTION-2010

2011-09-11 Thread nishaanth
convert the binary search tree into a sorted linked list. After flattening construct the tree out of it. And please don't use capital letters unnecessarily. It reflects bad on you. On Sun, Sep 11, 2011 at 7:29 AM, teja bala wrote: > MERGE 2 BINARY SEARCH TREES? > > > HOW TO DO IT?(POST AN EFFICI

[algogeeks] MICROSOFT WRITTEN QUESTION-2010

2011-09-11 Thread teja bala
MERGE 2 BINARY SEARCH TREES? HOW TO DO IT?(POST AN EFFICIENT ALGORITHM) -- 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 algogeek