Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save the Solution Steps #22

Open
ThomasThelen opened this issue Jan 1, 2018 · 1 comment
Open

Save the Solution Steps #22

ThomasThelen opened this issue Jan 1, 2018 · 1 comment

Comments

@ThomasThelen
Copy link
Contributor

Right now we output how long and how many steps the solver took to solve the maze. It would be great to save this information somewhere so that a user can compare speeds.

@jostbr
Copy link
Owner

jostbr commented Jan 17, 2018

The path variables contains solution coordinate paths so we have the solution path, the length of this would be the number of steps. I agree, there are definitely possible enhancments to make the path (and its length) more easily accessible to the user. This would enable them to make cool statistics depending on various parameters and so on. Something to have in mind for the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants