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
    I believe what he means by "dynamic" is the computer science concept of dynamic programming

    Hm. I think not.

    Have you ever heard anyone who understands the principles of dynamic programming, contrast a problem as "dynamic rather than static"?

    And did you read his latest?


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.