Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
The algorithm constructs recursively possible combinations of runner-ups meeting an ordered set of group winners:

Paris Schalke Malaga Dortmund Turin Bayern Barcelona ManU

now if you take a look at this excerpt of the results and you will notice that the last 4 branches are repeating.

| ... | Arsenal Porto Donezk Mailand Madrid Celtic Galatasaray Valencia Arsenal Porto Donezk Mailand Valencia Madrid Galatasaray Celtic Arsenal Porto Donezk Mailand Valencia Celtic Galatasaray Madrid Arsenal Porto Donezk Mailand Celtic Madrid Galatasaray Valencia ... | Arsenal Mailand Porto Donezk Madrid Celtic Galatasaray Valencia Arsenal Mailand Porto Donezk Valencia Madrid Galatasaray Celtic Arsenal Mailand Porto Donezk Valencia Celtic Galatasaray Madrid Arsenal Mailand Porto Donezk Celtic Madrid Galatasaray Valencia ... | |

Which is obviously right since the first 4 are only permutations of the same set.

So the following pairings (Turin  Bayern   Barcelona  ManU) x (Madrid Celtic Galatasaray Valencia) are always the same.

Now storing the result for a normalized representation of a already calculated set,

(something like join "-",sort(@drawn) as a hash key)

helps reusing the once calculated subresult after encountering any permutation of (Arsenal Mailand Porto Donezk)

It depends on the ratio between memory and time complexity but this normally gives an enormous boost to such search algorithms.

Cheers Rolf


In reply to Re^4: Possible pairings for first knockout round of UEFA champions league by LanX
in thread Possible pairings for first knockout round of UEFA champions league by LanX

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 04:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found