Open codefeeder opened 5 years ago
The current function only returns true or false depending on whether the path to the goal state is found or not. I propose to add an improvement to return the complete path from the initial state to the goal state if it exists otherwise return None.
The current function only returns true or false depending on whether the path to the goal state is found or not. I propose to add an improvement to return the complete path from the initial state to the goal state if it exists otherwise return None.