Class PermutationGenerator


  • public class PermutationGenerator
    extends Object
    Author:
    Peter
    • Constructor Detail

      • PermutationGenerator

        public PermutationGenerator​(int n)
    • Method Detail

      • reset

        public void reset()
      • hasMore

        public boolean hasMore()
      • getNext

        public int[] getNext()