Skip to content

Commit 038f1f5

Browse files
committed
#
1 parent 8a1909c commit 038f1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignment1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def beam_search(problem, f, beam_width):
143143
# Return a search node containing a solved state.
144144
# Experiment with the beam width in the test code to find a solution.
145145
# Replace the line below with your code.
146-
146+
raise NotImplementedError
147147

148148
if __name__ == "__main__":
149149

0 commit comments

Comments
 (0)