Exemple #1
0
 public void CutRod_Test()
 {
     var s = RandomProblems.cutRod(new int[] { 1, 5, 8, 9, 10, 17, 17, 20 }, 8);
 }