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
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
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