public class PermutationGenerator
extends java.lang.Object
Constructor and Description |
---|
PermutationGenerator(int _n)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int[] |
getCurrent() |
int[] |
getNext()
Generate next permutation (algorithm from Rosen p. 284).
|
java.math.BigInteger |
getNumLeft()
Return number of permutations not yet generated.
|
java.math.BigInteger |
getTotal()
Return total number of permutations.
|
boolean |
hasMore()
Are there more permutations?
|
void |
reset()
Reset the generator.
|
public PermutationGenerator(int _n)
public void reset()
public java.math.BigInteger getNumLeft()
public java.math.BigInteger getTotal()
public boolean hasMore()
public int[] getNext()
public int[] getCurrent()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.