Click or drag to resize

CombinatorialPermutations Method (Int32)

Generates all permutations of the numbers 0 to n - 1.

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static IEnumerable<int[]> Permutations(
	int n
)

Parameters

n
Type: SystemInt32

Return Value

Type: IEnumerableInt32
See Also