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

simulations: toothpick: make toothpick pattern more space efficient #134

Open
yashlamba opened this issue Oct 27, 2020 · 0 comments
Open
Labels
Performance Efficiency related simulations References to simulations

Comments

@yashlamba
Copy link
Member

Right now we save the toothpick states in a list of lists to keep track of the previous state for marking them red when moving back a step. We can maybe utilize canvas.save for saving previous states.

@yashlamba yashlamba added simulations References to simulations Performance Efficiency related labels Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Efficiency related simulations References to simulations
Projects
None yet
Development

No branches or pull requests

2 participants