summaryrefslogtreecommitdiffstats
path: root/test_cases/q3/graph_bfs_vs_dfs.solution
diff options
context:
space:
mode:
Diffstat (limited to 'test_cases/q3/graph_bfs_vs_dfs.solution')
-rw-r--r--test_cases/q3/graph_bfs_vs_dfs.solution7
1 files changed, 7 insertions, 0 deletions
diff --git a/test_cases/q3/graph_bfs_vs_dfs.solution b/test_cases/q3/graph_bfs_vs_dfs.solution
new file mode 100644
index 0000000..5dfffca
--- /dev/null
+++ b/test_cases/q3/graph_bfs_vs_dfs.solution
@@ -0,0 +1,7 @@
+# This is the solution file for test_cases/q3/graph_bfs_vs_dfs.test.
+# This solution is designed to support both right-to-left
+# and left-to-right implementations.
+solution: "1:A->G"
+expanded_states: "A B"
+rev_solution: "1:A->G"
+rev_expanded_states: "A B"