Add breadth first search - #3632
Rolv-Apneseth wants to merge 4 commits into
Conversation
…rithm with a pathfind visualisation to show the result
|
Hello @Rolv-Apneseth, I'm thinking they both ended up counting as commits because you pushed commits from (#3454) earlier, regardless of what branch you are on currently. To get rid of the old branch changes, you have to delete them locally and remotely I believe, or stash them in case you would want to come back to it. Essentially you want to remove your Git changes. Anyway, after this, the old branch commits wouldn't be part of your commits I'm thinking. |
|
Please run |
|
I think you can enable the github actions in your setting of the fork too. |
|
You may open a new branch for those changes, and file a new PR. When you've done, you can close this PR. |

Added a .py file in the searches folder for breadth-first search algorithm with a pathfind visualisation to show the result.
Included doctests and have already run black, mypy and doctests locally.
In relation to #3260