-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
I have a working C# implementation of an algorithm which would significantly decrease your number of comparisons and increase your accuracy to 100% for the entirety of the top 10 list. I think that it might be adapted to fit this project.
Basically, you increase the number of Pokémon in the comparison to 4 and implent a modified merge sort which keeps track of the results of all the comparisons simultaneously.
Reactions are currently unavailable