Class Permutation
Permutation computer.
Namespace: Advanced.Algorithms.Combinatorics
Assembly: Advanced.Algorithms.dll
Syntax
public class Permutation : object
Methods
Find<T>(List<T>, Int32, Boolean)
Declaration
public static List<List<T>> Find<T>(List<T> input, int r, bool withRepetition = false)
Parameters
Type | Name | Description |
---|---|---|
List<T> | input | |
Int32 | r | |
Boolean | withRepetition |
Returns
Type | Description |
---|---|
List<List<T>> |
Type Parameters
Name | Description |
---|---|
T |