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

Selecting a Sorting Algorithm while another Algorithm is running causes them to both run at the same time #11

Open
alexbatesdev opened this issue Apr 30, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@alexbatesdev
Copy link

Say you select bubble sort, and while that's sorting you select bogo sort.

What will happen is your 3DS will try to bogo sort and bubble sort at the same time.

It's honestly pretty fun to mess around with, and I wouldn't blame you if you decided this was a feature not a bug lol

Anyways, I don't know 3DS development otherwise I'd make a PR, but I asked ChatGPT to solve this issue and it possibly maybe doesn't have the wrong answer (it probably does, but at least this is a starting point): https://chat.openai.com/share/2650aafc-5851-4ca7-9d5f-dd02e240c08c

@memeToasty
Copy link
Owner

Thank you for the issue and your interest in messing around with it :)

I have noticed the bug some time ago as well, but didn't really feel like fixing it at the time.

I'll have a look into it, when I find the time :)

Sometimes the app also just crashes your 3DS when you try to exit. Haven't really been able to reproduce it, but maybe you can manage to do that.

@memeToasty memeToasty self-assigned this May 1, 2024
@memeToasty memeToasty added the bug Something isn't working label May 1, 2024
@ghost ghost mentioned this issue Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants