summaryrefslogtreecommitdiffstats
path: root/test_cases/q2/graph_infinite.solution
diff options
context:
space:
mode:
Diffstat (limited to 'test_cases/q2/graph_infinite.solution')
-rw-r--r--test_cases/q2/graph_infinite.solution7
1 files changed, 7 insertions, 0 deletions
diff --git a/test_cases/q2/graph_infinite.solution b/test_cases/q2/graph_infinite.solution
new file mode 100644
index 0000000..17b621c
--- /dev/null
+++ b/test_cases/q2/graph_infinite.solution
@@ -0,0 +1,7 @@
+# This is the solution file for test_cases/q2/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"