On Thu, 23 Jun 2011 21:14:11 -0500
BobH <134ra5...@sneakemail.com> wrote:
> I am implementing a module which [currently] has only the following
> function:
>
> > permute_string($s)
> > Given an arbitrary string, "permute_string()" returns
> > a reference to an unsorted array
I am implementing a module which [currently] has only the following
function:
permute_string($s)
Given an arbitrary string, "permute_string()" returns
a reference to an unsorted array of all unique strings
that are canonically equivalent to the argument.
As an exam