marcincichocki / breach-protocol-autosolver

Solve breach protocol minigame in second(s). Windows/Linux/GeForce Now/Google Stadia. Every language.
MIT License
67 stars 4 forks source link

Replace dfs with bfs #247

Closed marcincichocki closed 2 years ago

marcincichocki commented 2 years ago

Breadth first search have following benefits:

I also added ability to break sequence in the middle of it. Thus far only breaking in the beginning was possible.