Beispiel #1
0
 static void Main(string[] args)
 {
     //call each function with correct params from here i.e.
     ArrayDataStructure.reverseArray(new[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 });
     //each class is solution only, for implementation and test cases view the URL provide
 }
Beispiel #2
0
 protected override void SetMyBlockInternalArg()
 {
     myBlockInternalArg = new ArrayDataStructure(this, arraySize);
 }