Class PermutationsTimes

java.lang.Object
topics.backtracking.times.PermutationsTimes

public class PermutationsTimes extends Object
BACKTRACKING PROBLEM: PERMUTATIONS OF N ELEMENTS This program calculates times to generate the permutations of n elements. The time is factorial, that is untreatable
Author:
vicegd
  • Constructor Details

    • PermutationsTimes

      public PermutationsTimes()
  • Method Details

    • main

      public static void main(String[] arg)