Class SearchAlmostSorted
Inherited Members
Namespace: Advanced.Algorithms.Search
Assembly: Advanced.Algorithms.dll
Syntax
public class SearchAlmostSorted
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 |