permutations-of-words

There are 2 repositories under permutations-of-words topic.

  • Eidonko/Permutation-numbers

    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 those orbits.

    Language:CWeb10
  • Shivam1432/Backtracking-Problems

    create Java solutions to some common Backtracking Problems

    Language:Java10