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

Add content when player uses fast sort #203

Open
yancouto opened this issue Apr 30, 2018 · 2 comments
Open

Add content when player uses fast sort #203

yancouto opened this issue Apr 30, 2018 · 2 comments

Comments

@yancouto
Copy link
Member

On Liv7b, add some extra puzzle or easter egg if the player solves it using a n.logn algorithm instead of quadratic.

@rilifon rilifon added this to the Version 1.2.2 milestone Apr 30, 2018
@rilifon
Copy link
Member

rilifon commented Apr 30, 2018

Just use something similar to the extra jen puzzle, checking game ticks after finished? Should be really easy, just need to create a new liv email congratulating the player

@yancouto
Copy link
Member Author

yancouto commented May 7, 2018

For now it is not possible to differentiate n.logn from n² (because of the overhead). My n² solution took 3442 steps and the n.logn took 3220. Maybe in the future we can increase the size of the list to notice a greater difference. Postponing this.

@yancouto yancouto removed this from the Version 1.2.2 milestone May 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants