Search:

Type: Posts; User: helloworld922

Search: Search took 0.10 seconds.

  1. Re: permutations of a string using iteration

    The first link isn't recursive.
  2. Re: permutations of a string using iteration

    I'm a little surprised no one's posted a google/wikipedia answer yet.

    Wikipedia - Generating Permutations in lexicographic order

    A more efficient recursive answer is presented here:
    ...
Results 1 to 2 of 2