Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAMy solution
Really fun one!
I tried three different patterns.
1)100 cases as per the given problem.
2) Created 10,000 cases (100×100) using Append.
Due to the bias in the original X and Y coordinates, the results were not better than in (1).
3) Generated 10,000 points using a Random function for X and Y coordinates.
The results were better than in (2), but they varied each time the execution was run.
1)
2)
3)
Fun math problem.
Very cool challenge