Search Results for

    Show / Hide Table of Contents

    Class Combination

    Combination generator (nCr).

    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

    | Improve this Doc View Source

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

    Declaration
    public static List<List<T>> Find<T>(List<T> n, int r, bool withRepetition = false)
    Parameters
    Type Name Description
    List<T> n
    Int32 r
    Boolean withRepetition
    Returns
    Type Description
    List<List<T>>
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX