Show / Hide Table of Contents

    Class BinarySearch

    A binary search algorithm implementation.

    Inheritance
    Object
    BinarySearch
    Namespace: Advanced.Algorithms.Search
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class BinarySearch : object

    Methods

    Search(Int32[], Int32)

    Declaration
    public static int Search(int[] input, int element)
    Parameters
    Type Name Description
    Int32[] input
    Int32 element
    Returns
    Type Description
    Int32
    Back to top Generated by DocFX