Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+11 votes

So when it comes to the branching factor, is this for tree search or graph search? The reason I am asking this is that for example, if the word "apple" was used, changing the letter 'a' with another 'a' does not result in a change.

asked in CSC320 by (1 point)

1 Answer

+4 votes

This assignment (and the Python code in it) is only about graph search.

answered by (508 points)
...