Re: Fun - Each character at most once
"A. Pagaltzis" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.fun |
|---|---|
| Message-ID | <20030725161332.GA4262@klangraum> |
* Adam Rice <[email protected]> [2003-07-22 16:02]: > I wrote a program to generate these, but has an unfun tendency > to take forever when the solution is non-trivial so I won't > post it. If there was a better technique than brute force to > find the answers that might be fun, but I just can't get my > head around it. I don't see the problem. You have 36 (or 120) pairs or encoded characters to allocate, and up to that many input characters. Looks like just one straightforward mapping. -- Regards, Aristotle