bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] OT: An algorithm problem


From: Øystein Johansen
Subject: Re: [Bug-gnubg] OT: An algorithm problem
Date: Wed, 14 Feb 2007 16:53:08 +0100
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

Here's my idea :

Let's name S and T the two vectors.

F = {Fx = [S[i],T[j]] such that i+j+2=k}
(the +2 coming from python indexing starting at 0)

Yes, this was also one of my first ideas. (Keeping two index i, j in each array and having the sum of i and j fixed). I even suggested this solution to the lecturer, who didn't have a clue at that moment, and he claimed that this would work. He says he has implemented a MATLAB code that does this.

[snip]

Your code seems to work, however Joseph, found an even simpler way
by using the i+j>k constrain as the end of iteration indicator. Really clever and simple to implement.

I will take a look at Jims implementation as well. It really looks rigid
but I'm not sure which method it uses. At first sight it looks like his idea is the same as Josephs, just more code.

Seems to work for me .... and it looks O(ln k)

Seems to work here as well, and you implementation does all the preprocessing as well. Good work.

Thanks everyone!
-Øystein

(I'll write you a whining about this course in a minute)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]