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/q3/ucs_4_testSearch.solution | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test_cases/q3/ucs_4_testSearch.solution (limited to 'test_cases/q3/ucs_4_testSearch.solution') diff --git a/test_cases/q3/ucs_4_testSearch.solution b/test_cases/q3/ucs_4_testSearch.solution new file mode 100644 index 0000000..b8c5303 --- /dev/null +++ b/test_cases/q3/ucs_4_testSearch.solution @@ -0,0 +1,12 @@ +# This is the solution file for test_cases/q3/ucs_4_testSearch.test. +# This solution is designed to support both right-to-left +# and left-to-right implementations. +# Number of nodes expanded must be with a factor of 2.0 of the numbers below. +solution: """ +West East East South South West West +""" +expanded_nodes: "14" +rev_solution: """ +West East East South South West West +""" +rev_expanded_nodes: "13" -- cgit v1.2.3-70-g09d2