Ejemplo n.º 1
0
        public void ExampleB2()
        {
            var solver = new Day17.PuzzleSolver();

            Assert.AreEqual(492, solver.FindLongestPath("kglvqrro").Length);
        }
Ejemplo n.º 2
0
        public void ExampleB3()
        {
            var solver = new Day17.PuzzleSolver();

            Assert.AreEqual(830, solver.FindLongestPath("ulqzkmiv").Length);
        }
Ejemplo n.º 3
0
        public void ExampleB1()
        {
            var solver = new Day17.PuzzleSolver();

            Assert.AreEqual(370, solver.FindLongestPath("ihgpwlah").Length);
        }