Day3. Start Algorithm
This commit is contained in:
10
704. Binary Search/Program.cs
Normal file
10
704. Binary Search/Program.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace _704._Binary_Search
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine(new Solution().Search(new int[] { -1, 0, 3, 5, 9, 12 }, 13));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user