Search Results for

    Show / Hide Table of Contents

    Namespace MoreStructures.Lists.Searching

    Classes

    BinarySearch

    An object able to search in logarithmic time for items in direct random access structures, such as lists and arrays, which are monodimensional, implement the interface and are sorted in ascending order according to the provided comparer (which is the property enabling the search to be carried out in O(log(n)) time.

    LinearSearch

    An object able to search in linear time for items in direct random access structures, such as lists and arrays, which are monodimensional and implement the interface.

    Interfaces

    ISearch

    An object able to search for items in direct random access structures, such as lists and arrays, which are monodimensional and implement the interface.

    In This Article
    Back to top Generated by DocFX