Class PermutationsTimes
java.lang.Object
topics.backtracking.times.PermutationsTimes
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
PermutationsTimes
public PermutationsTimes()
-
-
Method Details
-
main
-