Skip to content
#

permutations-of-words

Here are 2 public repositories matching this topic...

Language: All
Filter by language

Permutations can be considered as the orbits of a dynamic system p' = succ(p), where p is a permutation and p' is its successor in the lexycographically ordered set of permutations (plus the Nil permutation, whose successor is Nil). Here I present a function that produces those orbits as well as a number of "permutation numbers" derived from tho…

  • Updated May 29, 2018
  • CWeb

Improve this page

Add a description, image, and links to the permutations-of-words topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the permutations-of-words topic, visit your repo's landing page and select "manage topics."

Learn more