Class Subset
Subset generator.
Inherited Members
Namespace: Advanced.Algorithms.Combinatorics
Assembly: Advanced.Algorithms.dll
Syntax
public class Subset
Methods
| Improve this Doc View SourceFind<T>(List<T>)
Declaration
public static List<List<T>> Find<T>(List<T> input)
Parameters
| Type | Name | Description |
|---|---|---|
| List<T> | input |
Returns
| Type | Description |
|---|---|
| List<List<T>> |
Type Parameters
| Name | Description |
|---|---|
| T |