From af648f856bb1517449e4bae86b7e7f4e326c2268 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 31 Aug 2021 13:16:22 -0500 Subject: initial commit --- test_cases/q1/graph_infinite.solution | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test_cases/q1/graph_infinite.solution (limited to 'test_cases/q1/graph_infinite.solution') diff --git a/test_cases/q1/graph_infinite.solution b/test_cases/q1/graph_infinite.solution new file mode 100644 index 0000000..82203ee --- /dev/null +++ b/test_cases/q1/graph_infinite.solution @@ -0,0 +1,7 @@ +# This is the solution file for test_cases/q1/graph_infinite.test. +# This solution is designed to support both right-to-left +# and left-to-right implementations. +solution: "0:A->B 1:B->C 1:C->G" +expanded_states: "A B C" +rev_solution: "0:A->B 1:B->C 1:C->G" +rev_expanded_states: "A B C" -- cgit v1.2.3-70-g09d2