New tasks
This commit is contained in:
9
4. Median of Two Sorted Arrays/Program.cs
Normal file
9
4. Median of Two Sorted Arrays/Program.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace _4._Median_of_Two_Sorted_Arrays;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine(new Solution().FindMedianSortedArrays(new []{1,2}, new []{3,4}));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user