예제 #1
0
        public void ExampleB2()
        {
            var solver = new Day17.PuzzleSolver();

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

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

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