This program attempts to find ALL (so no random guessing) solutions to this problem in a more efficient manner than simply going through all possible numbers between 0 and 1 billion::: Rule: the 9 numbers (n1-n9) cannot repeat each other. Find the solutions to this equation: (n1/n2n3+n4n5n6/n7+n8n9)=100
-
Notifications
You must be signed in to change notification settings - Fork 0
This program attempts to find a more efficient way of going through all possible iterations of a sequence of numbers without repeating any element in the sequence. This swapping algorithm has O(n!) (which is the same number as the number of possible combinations, implying a linear relationship between the runtime and number of solutions) rather …
etdickey/MathProblem
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This program attempts to find a more efficient way of going through all possible iterations of a sequence of numbers without repeating any element in the sequence. This swapping algorithm has O(n!) (which is the same number as the number of possible combinations, implying a linear relationship between the runtime and number of solutions) rather …
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published