Closed abcorrea closed 3 years ago
The naive search configuration executes a breadth-first search. The name is not self-explanatory and we would like to replace it with bfs. It might be could to add a warning if someone uses naive.
naive
bfs
The README.md should also be updated.
README.md
dev/run-tests.py also needs to be updated.
dev/run-tests.py
The
naive
search configuration executes a breadth-first search. The name is not self-explanatory and we would like to replace it withbfs
. It might be could to add a warning if someone usesnaive
.The
README.md
should also be updated.