Initial commit
This commit is contained in:
11
724. Find Pivot Index/Program.cs
Normal file
11
724. Find Pivot Index/Program.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace _724._Find_Pivot_Index
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Solution sol = new Solution();
|
||||
sol.PivotIndex(new int[] { 1,4,2});
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user