Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
Circular lists
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="xhoster, post: 4861404"] It might be possible to integrate that technique into the Fischer-Kause algorithm so that only the unique ones are generated, rather than having to generate, test, and discard. Now that would be some subtle code. I think this is a good start, but it still produces redundant results. For example, if [USER=61407]@set[/USER] = qw/A A C/; # and we number the elements as you did above, then this method will return both: A1 A2 C1 A1 C1 A2 Which are circularly the same once the digits are removed. Xho -- -------------------- [URL]http://NewsReader.Com/[/URL] -------------------- The costs of publication of this article were defrayed in part by the payment of page charges. This article must therefore be hereby marked advertisement in accordance with 18 U.S.C. Section 1734 solely to indicate this fact. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
Circular lists
Top