Show / Hide Table of Contents

    Class Combination

    Combinations computer.

    Inheritance
    Object
    Combination
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Advanced.Algorithms.Combinatorics
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class Combination

    Methods

    Find<T>(List<T>, Int32, Boolean)

    Declaration
    public static List<List<T>> Find<T>(List<T> input, int r, bool withRepetition)
    Parameters
    Type Name Description
    List<T> input
    Int32 r
    Boolean withRepetition
    Returns
    Type Description
    List<List<T>>
    Type Parameters
    Name Description
    T
    Back to top Generated by DocFX