in reply to Re^4: How to code this?
in thread How to code this?
I believe what he means by "dynamic" is the computer science concept of dynamic programming: http://en.wikipedia.org/wiki/Dynamic_programming
When I read your question that was the first thing to pop in my head and somebody else here has pointed it out by breaking the problem down into processing 2 arrays at a time (skipping couples already processed).
Feel free to disregard this if you already know computer science
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: How to code this?
by BrowserUk (Patriarch) on Nov 15, 2011 at 17:43 UTC |