Exemplo n.º 1
0
 public void Part2_Example2()
 {
     Assert.AreEqual(19208, Day10.CountArrangements(Example2Adapters));
 }
Exemplo n.º 2
0
 public void Part2_Own1()
 {
     Assert.AreEqual(16, Day10.CountArrangements(new[] { 7, 3, 2, 5, 1, 6 }));
 }