Beispiel #1
0
 public static void MaxDoubleSliceSum()
 {
     Assert.That(MathQ.MaxDoubleSliceSum(new int[] {3, 2, 6, -1, 4, 5, -1, 2 }) == 17);
 }